Spring REST + Spring Security Example
In this article, we will enhance the previous Spring REST Validation Example, by adding Spring Security to perform authentication and authorization for the requested URLs (REST API endpoints). Technologies used…
Top Frequently asked Spring Boot interview questions
Spring Boot is one of our key focus area of our site, we provide number of technology article around Spring Boot. In this article, we explore the Spring Boot Interview…
Spring Annotations: RequestMapping Annotations, Core Framework Annotations, Spring Cloud Annotations, Testing Annotations
The Spring Framework is a very robust framework, released in 2002. Its core features can be applied to plain Java applications or extended to complex, modern web applications. With such…
How to Build Restful CRUD API for A Blog using Spring Boot, Rest API
Spring Boot, MySQL, Spring Security, JWT, JPA, Rest API Build Restful CRUD API for a blog using Spring Boot, Mysql, JPA and Hibernate. Steps to Setup 1. Clone the application…
Quickstart RESTFul application with Spring Boot and Jersey
Spring is a popular Java application framework for creating enterprise applications. Spring Boot is the next step in evolution of Spring framework. It helps create stand-alone, production-grade Spring based applications…
Adding Role Based Security with Spring Boot REST APIs
Learn to create JAX-RS 2.0 REST APIs using Spring Boot and Jersey framework, and add role based security using JAX-RS annotations e.g. @PermitAll, @RolesAllowed or @DenyAll.
Create Jersey REST APIs with Spring Boot
Learn to configure and create JAX-RS 2.0 REST APIs using Spring Boot and Jersey framework. This example application uses Jersey’s ServletContainer to deploy the REST APIs.
How to Build a Java RESTful API with Spring Boot
In this tutorial, we explore how to design and implement a RESTful API using Java. After finishing, you should better understand the following topics: Restful API Design, implementing a REST…
How to install Spring Tool Suite for existing Eclipse IDE – Getting Started guide with STS
Spring Tool Suite (STS) is an Eclipse-based IDE which is optimized for developing Spring framework-based projects. It can be either installed as a standalone IDE or as a plug-in in…