🆕 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().
🆕 Authentication using a Single Page Application with PKCE in Spring Authorization Server
https://www.baeldung.com/spring-authentication-single-page-application-pkce
https://www.baeldung.com/spring-authentication-single-page-application-pkce
Baeldung on Kotlin
Authentication using a Single Page Application with PKCE in Spring Authorization Server | Baeldung
Learn how to use the OAuth 2.0 PKCE extension in a single-page application with a Spring Authorization Server.
🆕 Detecting Compromised Passwords Using Spring Security
https://www.baeldung.com/spring-security-detect-compromised-passwords
https://www.baeldung.com/spring-security-detect-compromised-passwords
Baeldung
Detecting Compromised Passwords Using Spring Security | Baeldung
Learn to use Spring Security's CompromisedPasswordChecker API to enhance your application's security by detecting and preventing the use of compromised passwords.
🆕 How to Get Response Body When Testing the Status Code in WebFlux WebClient
https://www.baeldung.com/spring-webclient-get-response-body
https://www.baeldung.com/spring-webclient-get-response-body
Baeldung on Kotlin
How to Get Response Body When Testing the Status Code in WebFlux WebClient | Baeldung
Spring WebFlux client provides many ways to process the responses of our web requests. We look at a few techniques to process the response body, based on status code, using functional programming.