Java 8- Count the occurrences of Character in String

In this Java 8 program, you will find how to  count the frequency of character in String using Stream API. […]

Continue reading...

Spring Boot Security- How to change default login page

This guide will help you to change the default login page provided by the Spring Boot Security. To do that, you […] Continue reading »

Spring @RestController, @GetMapping, @PostMapping, @PutMapping, and @DeleteMapping Annotation Example

This page will walk through Spring @RestController, @GetMapping, @PostMapping, @PutMapping, and @DeleteMapping Annotation Example.  To handle the HTTP request in the […] Continue reading »

Spring Boot RESTful CRUD Example with MySQL Database

This guide will help you to build Spring Boot RESTful CRUD Example with MySQL Database. As we know, making REST service […] Continue reading »

How to find distinct elements in a list in Java

Java 8 introduced distinct() method in Stream interface to find the distinct element in a list. distinct() method returns a stream […] Continue reading »

Spring Security- How to change default username and password

In the previous Spring Security tutorial, we have learned the integration of Spring Security in the web application and protect […] Continue reading »

Getting Started with Spring Security

Spring Security is just another module of Spring Framework family like Spring JDBC, Spring MVC, etc. Authentication, authorization and other security […] Continue reading »

Spring Boot- The Tomcat connector configured to listen on port 8080 failed to start

While developing a Spring Boot application, you might be faced with the problem that embedded Tomcat Server failed to start […] Continue reading »

Customizing Swagger 2 RESTful API Documentation

Swagger 2 is very flexible to customize our RESTful API documentation information like title, description, contact details, etc.  Swagger 2 […] Continue reading »

Spring Boot RESTful API Documentation with Swagger 2

This guide helps you to understand the integration of Spring Boot RESTful API Documentation with Swagger 2. Swagger 2 is an […] Continue reading »

Maven- No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

This guide helps you to resolve “No compiler is provided in this environment. Perhaps you are running on a JRE […] Continue reading »

Spring Boot Microservices + Netflix Eureka Service Registry Example

On this page, we will show you Spring Boot Microservices + Netflix Eureka Service Registry example. Microservice architecture is commonly used […] Continue reading »

1 24 25 26 27 28 45