π How to use LazyConnectionDataSourceProxy with Spring Data JPA
https://vladmihalcea.com/lazyconnectiondatasourceproxy-spring-data-jpa/
https://vladmihalcea.com/lazyconnectiondatasourceproxy-spring-data-jpa/
Vlad Mihalcea
How to use LazyConnectionDataSourceProxy with Spring Data JPA - Vlad Mihalcea
Learn how we can use the LazyConnectionDataSourceProxy with Spring Data JPA to acquire the database connection lazily.
π Spring Boot 3.4.0-RC1 available now
https://spring.io/blog/2024/10/26/spring-boot-3-4-0-rc1-available-now
https://spring.io/blog/2024/10/26/spring-boot-3-4-0-rc1-available-now
Spring Boot 3.4.0-RC1 available now
Level up your Java code and explore what Spring can do for you.
π How to Use the Java Substring Method
https://springframework.guru/how-to-use-the-java-substring-method/
https://springframework.guru/how-to-use-the-java-substring-method/
Spring Framework Guru - Become a Spring Framework Guru
How to Use the Java Substring Method
The substring() method in Java is a tool for manipulating strings. It allows you to extract a portion of a string by specifying a start index, and optionally, an end index. Basic Usage of substring()β¦
π How to Use β Java if else statement
https://springframework.guru/how-to-use-java-if-else-statement/
https://springframework.guru/how-to-use-java-if-else-statement/
Spring Framework Guru - Become a Spring Framework Guru
How to Use β Java if else statement
The if else statement is a fundamental control structures in Java.. This structure evaluates conditions and executes code based on whether those conditions are true or false. Letβs look at how to use if, ifβ¦
π Spring Modulith 1.3 RC1, 1.2.5, and 1.1.10 released
https://spring.io/blog/2024/10/28/spring-modulith-1-3-rc1-1-2-5-and-1-1-10-released
https://spring.io/blog/2024/10/28/spring-modulith-1-3-rc1-1-2-5-and-1-1-10-released
Spring Modulith 1.3 RC1, 1.2.5, and 1.1.10 released
Level up your Java code and explore what Spring can do for you.
π Letβs use OpenTelemetry with Spring
https://spring.io/blog/2024/10/28/lets-use-opentelemetry-with-spring
https://spring.io/blog/2024/10/28/lets-use-opentelemetry-with-spring
Letβs use OpenTelemetry with Spring
Level up your Java code and explore what Spring can do for you.
π3
π RestClient Support for OAuth2 in Spring Security 6.4
https://spring.io/blog/2024/10/28/restclient-support-for-oauth2-in-spring-security-6-4
https://spring.io/blog/2024/10/28/restclient-support-for-oauth2-in-spring-security-6-4
RestClient Support for OAuth2 in Spring Security 6.4
Level up your Java code and explore what Spring can do for you.
π Spring Boot with SAML2 and Keycloak
https://piotrminkowski.com/2024/10/28/spring-boot-with-saml2-and-keycloak/
https://piotrminkowski.com/2024/10/28/spring-boot-with-saml2-and-keycloak/
Piotr's TechBlog
Spring Boot with SAML2 and Keycloak - Piotr's TechBlog
This article will teach you how to use SAML2 authentication with Spring Boot, Spring Security, and Keycloak as an identity provider.
π This Week in Spring - October 29th, 2024
https://spring.io/blog/2024/10/29/this-week-in-spring-october-29th-2024
https://spring.io/blog/2024/10/29/this-week-in-spring-october-29th-2024
This Week in Spring - October 29th, 2024
Level up your Java code and explore what Spring can do for you.
π How to Convert a String to char in Java
https://springframework.guru/how-to-convert-a-string-to-char-in-java/
https://springframework.guru/how-to-convert-a-string-to-char-in-java/
Spring Framework Guru - Become a Spring Framework Guru
How to Convert a String to char in Java
Converting a String to char is a common task in Java. Java provides several ways to achieve this. In this blog post, weβll cover the primary methods and highlight when to use each one. Stringβ¦
π High-Performance Java Persistence Newsletter, Issue 68
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-68/
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-68/
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 68 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π A Bootiful Podcast: GraalVM founder and BDFL Thomas Wuerthinger on GraalPy, GraalVM, and so much more
https://spring.io/blog/2024/10/25/a-bootiful-podcast-graalvm-founder-and-bdfl-thomas-wuerthinger-on-graalpy
https://spring.io/blog/2024/10/25/a-bootiful-podcast-graalvm-founder-and-bdfl-thomas-wuerthinger-on-graalpy
A Bootiful Podcast: GraalVM founder and BDFL Thomas Wuerthinger on GraalPy, GraalVM, and so much more
Level up your Java code and explore what Spring can do for you.
π This Week in Spring - November 5th, 2024
https://spring.io/blog/2024/11/05/this-week-in-spring-november-5th-2024
https://spring.io/blog/2024/11/05/this-week-in-spring-november-5th-2024
This Week in Spring - November 5th, 2024
Level up your Java code and explore what Spring can do for you.
π How to Tear Down or Empty HSQLDB Database After Test
https://www.baeldung.com/java-hsqldb-tear-down
https://www.baeldung.com/java-hsqldb-tear-down
Baeldung
How to Tear Down or Empty HSQLDB Database After Test | Baeldung
Learn how to test with HSQLDB in isolation by tearing down or emptying the database each time a test is run.
β€2π1
π The best way to determine the optimal connection pool size
https://vladmihalcea.com/optimal-connection-pool-size/
https://vladmihalcea.com/optimal-connection-pool-size/
Vlad Mihalcea
The best way to determine the optimal connection pool size - Vlad Mihalcea
Learn what is the best way to determine the optimal connection pool size using the FlexyPool auto-incrementing pool strategy