Gson with Spring Boot
A quick guide to use Gson with Spring Boot. Learn how to replace the default Jackson Json processor with Gson in your Spring Boot application.
The guide to learn Spring Boot. Hands-on examples. – Basics of Spring Boot.Spring Boot Starter Projects, Spring Initializr, Creating REST Services, Unit and Integration tests, Profiles, Spring Boot Data JPA, Actuator, and Security.
A quick guide to use Gson with Spring Boot. Learn how to replace the default Jackson Json processor with Gson in your Spring Boot application.
Learn how to configure Spring Boot Jetty server in your Spring Boot application. How to replace default tomcat server with Jetty in your application.
A quick introduction to the @SpringBootApplication annotation. Learn the flexibility and convenience of using this annotation in your Spring Boot application.
Introduction to the Spring Boot Starter Parent. Learn how to use the starter parent for dependency and how to manage this without starter parent.
A quick guide to Spring Boot GraphQL.Discover GraphQL – a query language for APIs.Build a custom GraphQL backend with Spring Boot.
How to configure Spring Data JPA to work with multiple, separate databases. Learn to set up multiple data sources with Spring Boot.
A quick and guide to Spring Boot testing. Learn about how the Spring Boot supports for testing, to write unit and integration tests efficiently.
A quick guide to configuring Spring Boot admin server. Learn how to monitor and manage the Spring Boot applications using Spring Boot Admin.
A quick and practical guide to using spring Initializr service. Learn different features of the Spring Initializr service and how to use this service using a command line and Java IDE.
Learn how to change the default port in Spring Boot. A quick post to guide yours through different options of changing embedded server port.
A quick guide to Spring Boot whitelabel error page. Learn how to customize the default error page in a Spring Boot application.
A quick guide to Spring Boot vs Spring MVC. Learn how Spring Boot and Spring MVC complement each other in application development.
A quick guide at different ways to shutdown a Spring Boot application.Learn when to use Spring Boot actuator endpoint or when to class the close method available with Spring ApplicationContext.
A quick guide to the Spring Boot annotations.Learn about the different annotations and how to use these annotations to tune the auto-configuration process.
Learn how to create a custom favicon in Spring Boot application. Get an overview to process to override favicon in your application.
A quick guide to use Mustache with Spring Boot application. Learn how to integrate and use Mustache templates with Spring Boot application.
A quick and practical guide to use CommandLineRunner interface in Spring Boot. Learn how to use CommandLineRunner interface in your Spring Boot application.
A quick and practical guide on how to add a filter in Spring Boot and what are the options to configure these filters in Spring Boot.
A step-by-step guide to configure MySQL for Spring Boot application. Learn how to override default data source configurations provided by Spring Boot to use MySQL as the underlying database.
A quick guide to Thymeleaf setup for your Spring Boot application.Learn Spring Boot Thymeleaf configurations and how to customize the Thymeleaf behavior.