🆕 Getting Started with Jakarta Data and Hibernate
https://thorben-janssen.com/getting-started-with-jakarta-data/
https://thorben-janssen.com/getting-started-with-jakarta-data/
Thorben Janssen
Getting Started with Jakarta Data and Hibernate
Learn the most important concepts and start using your first Jakarta Data repository using Hibernate as your persistence provider.
🆕 Spring Authorization Server 1.3.1 and 1.2.5 available now
https://spring.io/blog/2024/06/19/spring-authorization-server-1-3-1-and-1-2-5-available-now
https://spring.io/blog/2024/06/19/spring-authorization-server-1-3-1-and-1-2-5-available-now
Spring Authorization Server 1.3.1 and 1.2.5 available now
Level up your Java code and explore what Spring can do for you.
👍1
🆕 CVE-2024-22271: Spring Cloud Function Web DOS Vulnerability
https://spring.io/security/cve-2024-22271
https://spring.io/security/cve-2024-22271
CVE-2024-22271: Spring Cloud Function Web DOS Vulnerability
Level up your Java code and explore what Spring can do for you.
🆕 A Bootiful Podcast: Thomas Vitale, author of Cloud Native Spring in Action
https://spring.io/blog/2024/06/20/a-bootiful-podcast-thomas-vitale-author-of-cloud-native-spring-in-action
https://spring.io/blog/2024/06/20/a-bootiful-podcast-thomas-vitale-author-of-cloud-native-spring-in-action
A Bootiful Podcast: Thomas Vitale, author of Cloud Native Spring in Action
Level up your Java code and explore what Spring can do for you.
🆕 Spring Tips: Introducing Spring Modulith
https://spring.io/blog/2024/06/20/spring-tips-introducing-spring-modulith
https://spring.io/blog/2024/06/20/spring-tips-introducing-spring-modulith
Spring Tips: Introducing Spring Modulith
Level up your Java code and explore what Spring can do for you.
🔥1
🆕 Spring Modulith 1.1.6 and 1.2.1 released
https://spring.io/blog/2024/06/21/spring-modulith-1-1-6-and-1-2-1-released
https://spring.io/blog/2024/06/21/spring-modulith-1-1-6-and-1-2-1-released
Spring Modulith 1.1.6 and 1.2.1 released
Level up your Java code and explore what Spring can do for you.
👍1
🆕 How to map Java Enum to custom values with JPA and Hibernate
https://vladmihalcea.com/java-enum-custom-values/
https://vladmihalcea.com/java-enum-custom-values/
Vlad Mihalcea
How to map Java Enum to custom values with JPA and Hibernate - Vlad Mihalcea
Learn how to map Java Enum objects to custom values when using JPA and Hibernate. This is needed when we have to reorder the Enum values.
🆕 This Week in Spring - June 25th, 2024
https://spring.io/blog/2024/06/25/this-week-in-spring-june-25th-2024
https://spring.io/blog/2024/06/25/this-week-in-spring-june-25th-2024
This Week in Spring - June 25th, 2024
Level up your Java code and explore what Spring can do for you.
👍1
🆕 Spring Tips: Further, Faster with Spring Boot 3.3
https://spring.io/blog/2024/06/25/spring-tips-further-faster-with-spring-boot-3-3
https://spring.io/blog/2024/06/25/spring-tips-further-faster-with-spring-boot-3-3
Spring Tips: Further, Faster with Spring Boot 3.3
Level up your Java code and explore what Spring can do for you.
🆕 Return Auto Generated ID From Insert With MyBatis and Spring
https://www.baeldung.com/spring-mybatis-return-auto-generated-id
https://www.baeldung.com/spring-mybatis-return-auto-generated-id
Baeldung
Return Auto Generated ID From Insert With MyBatis and Spring | Baeldung
Learn how to return an auto-generated ID when inserting data using MyBatis and Spring Boot.
🆕 Pagination in Spring Webflux and Spring Data Reactive
https://www.baeldung.com/spring-data-webflux-pagination
https://www.baeldung.com/spring-data-webflux-pagination
Baeldung on Kotlin
Pagination in Spring Webflux and Spring Data Reactive | Baeldung
A quick and practical guide to pagination in Spring Webflux and Spring Data Reactive.
🆕 Spring WebClient exchange() vs retrieve()
https://www.baeldung.com/spring-webclient-exchange-vs-retrieve
https://www.baeldung.com/spring-webclient-exchange-vs-retrieve
Baeldung
Spring WebClient exchange() vs retrieve() | Baeldung
In this article, we explore the key methods from the WebClient interface, including retrieve(), exchangeToMono(), and exchangeToFlux().