π 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
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
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.
π Avoid βNo Multipart Boundary Was Foundβ in Spring
https://www.baeldung.com/spring-avoid-no-multipart-boundary-was-found
https://www.baeldung.com/spring-avoid-no-multipart-boundary-was-found
Baeldung
Avoid βNo Multipart Boundary Was Foundβ in Spring | Baeldung
Learn to configure multipart requests to avoid "No Multipart Boundary Was Found" errors when handling multipart HTTP messages in Spring.
π HTTP Request and Response Logging Using Logbook in Spring
https://www.baeldung.com/spring-logbook-http-logging
https://www.baeldung.com/spring-logbook-http-logging
Baeldung on Kotlin
HTTP Request and Response Logging Using Logbook in Spring | Baeldung
Learn how to integrate the Logbook library with Spring Boot using minimal configuration.
π Autowiring an Interface With Multiple Implementations
https://www.baeldung.com/spring-boot-autowire-multiple-implementations
https://www.baeldung.com/spring-boot-autowire-multiple-implementations
Baeldung on Kotlin
Autowiring an Interface With Multiple Implementations | Baeldung
Quick tutorial on how to autowire an interface with multiple implementations in Spring Boot.