@SpringBootApplication annotation in Spring Boot
A quick introduction to the @SpringBootApplication annotation. Learn the flexibility and convenience of using this annotation in your Spring Boot application.
A quick introduction to the @SpringBootApplication annotation. Learn the flexibility and convenience of using this annotation in your Spring Boot application.
A quick discussion of the common Spring MVC interview questions that might come up during a job interview. Learn core questions asked during the interview.
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 introduction to the Feign, a declarative HTTP client. Learn how to write declarative REST client using Feign and Spring Boot.
The article to give in-depth information on the features and operations offered by offered Java Stream. Get an in-depth understanding of Java 8 Stream.
A quick guide to Spring Boot GraphQL.Discover GraphQL – a query language for APIs.Build a custom GraphQL backend with Spring Boot.
A quick guide to using Spring HATEOAS to add Hypermedia to a practical Spring API. Build hypermedia-driven REST web service using Spring and Spring Boot.
A quick guide to format LocalDateTime in Java 8. Learn how to format LocalDateTime into String and convert String back to a LocalDateTime object.
How to configure Spring Data JPA to work with multiple, separate databases. Learn to set up multiple data sources with Spring Boot.
A quick guide to using REST API ETags.Get an understanding of ETags with the Spring. Learn how to use Etags in REST API for caching.
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 the most frequently asked Java interview questions which you must prepare in 2018 to crack your java interview.
A quick post for the @ModelAttribute annotation. Learn the different options to use the model attribute annotation in your Spring application.
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.
A quick and practical guide to the use of the Java Enum. Learn how to create enums, different use cases of enums, EnumSet and EnumMap in Java.
A quick guide to the default methods in Java. Learn why the default methods were introduced in Java 8. Learn how to write and use default methods in Java.
A quick and practical guide to implementing retry logic with Spring Retry. Learn the different techniques to use retry feature in your Spring application.
Welcome to Java Weekly Newsletter Issue 29. Learn how to use Spring session in your next Spring application. How to reuse Java Stream API.
Learn how to change the default port in Spring Boot. A quick post to guide yours through different options of changing embedded server port.