Spring Boot Querydsl tutorial shows how to use Querydsl to create database queries in a Spring Boot application. Querydsl is a framework that enables the construction of statically typed SQL-like queries through its fluent API.
Spring Boot @Qualifier tutorial shows how to differentiate beans of the same type with @Qualifier.
Spring Boot PostgreSQL tutorial shows how to use PostgreSQL database in a Spring Boot application.
Spring Boot Profiles tutorial shows how to use profiles in a Spring Boot application. A profile is a set of configuration settings.
Spring Boot @PathVariable tutorial shows how to read an URL variable with @PathVariable annotation.
Spring Boot @PostConstruct tutorial shows how to use the @PostConstruct annotation in a Spring application.
Spring Boot pagination tutorial shows how to paginate data in a Spring Boot application. Pagination is the process of dividing data into suitable chunks to save resources.
Spring Boot @OneToMany tutorial shows how to create one-to-many relationship in a Spring Boot application.
Spring Boot MySQL tutorial shows how to use MySQL database in a Spring Boot application. MySQL is a leading open source database management system.