π Change Swagger-UI URL prefix
https://www.baeldung.com/spring-boot-custom-swagger-url
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-custom-swagger-url
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Change Swagger-UI URL prefix | Baeldung
Learn how to change the Swagger-UI URL prefix when using Springfox and how to set up the REST API documentation using OpenAPI 3.0 with redirections.
π The best way to use JOIN FETCH and Pagination with Spring
https://vladmihalcea.com/join-fetch-pagination-spring/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/join-fetch-pagination-spring/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
The best way to use JOIN FETCH and Pagination with Spring
Learn the best way to mix a child collection JOIN FETCH with parent entity records using pagination in a Spring Data JPA application.
π The best way to use the Spring Data JPA Specification
https://vladmihalcea.com/spring-data-jpa-specification/
https://vladmihalcea.com/spring-data-jpa-specification/
Vlad Mihalcea
The best way to use the Spring Data JPA Specification - Vlad Mihalcea
Learn the best way to use the Spring Data JPA Specification when combining multiple predicates with the result set ordering logic.
π Spring Kafka: Configure Multiple Listeners on Same Topic
https://www.baeldung.com/spring-kafka-multiple-listeners-same-topic
https://www.baeldung.com/spring-kafka-multiple-listeners-same-topic
Baeldung on Kotlin
Spring Kafka: Configure Multiple Listeners on Same Topic | Baeldung
Learn how to configure multiple listeners for the same Kafka topic using Spring Boot.
π High-Performance Java Persistence Newsletter, Issue 49
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-49/
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-49/
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 49
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π Serverless on OpenShift with Knative, Quarkus and Kafka
https://piotrminkowski.com/2023/04/18/serverless-on-openshift-with-knative-quarkus-and-kafka/
https://piotrminkowski.com/2023/04/18/serverless-on-openshift-with-knative-quarkus-and-kafka/
Piotr's TechBlog
Serverless on OpenShift with Knative, Quarkus and Kafka
This article show how to build and run Quarkus serverless apps on OpenShift and integrate them through Knative Eventing and Kafka.
π The best way to call SQL Server stored procedures with jOOQ
https://vladmihalcea.com/jooq-sql-server-stored-procedures/
https://vladmihalcea.com/jooq-sql-server-stored-procedures/
Vlad Mihalcea
The best way to call SQL Server stored procedures with jOOQ
Learn what is the best way to call SQL Server stored procedures with jOOQ for data-intensive applications.
π Loading Multiple YAML Configuration Files in Spring Boot
https://www.baeldung.com/spring-boot-load-multiple-yaml-configuration-files
https://www.baeldung.com/spring-boot-load-multiple-yaml-configuration-files
Baeldung
Loading Multiple YAML Configuration Files in Spring Boot | Baeldung
Spring can load YML into memory for us, making it easy to inject data into our running application. We look at how to split that YML across multiple files, rather than keep it all in a single application.yml.