π Configuring a Spring Boot Module with @ConfigurationProperties
https://reflectoring.io/spring-boot-configuration-properties/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-configuration-properties/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Configuring a Spring Boot Module with @ConfigurationProperties
An in-depth look at Spring Boot's support to bind external configuration parameters to fields of a Spring bean.
π Using Subflows in Spring Integration
https://www.baeldung.com/spring-integration-subflows
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-integration-subflows
β‘οΈ @SpringFrameworkZone
π What Makes a Good Junior Developer
https://betterjavacode.com/programming/what-makes-a-good-junior-developer
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/what-makes-a-good-junior-developer
β‘οΈ @SpringFrameworkZone
Code Complete
What Makes a Good Junior Developer - Code Complete
In this post, I share some tips and skills that any junior developer can build to be successful at any organization.
π Introduction to Spring Security Taglibs
https://www.baeldung.com/spring-security-taglibs
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-taglibs
β‘οΈ @SpringFrameworkZone
π Optimizing Spring Integration Tests
https://www.baeldung.com/spring-tests
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-tests
β‘οΈ @SpringFrameworkZone
π Spring Boot Functional Tests with Selenium and Testcontainers
https://rieckpil.de/spring-boot-functional-tests-with-selenium-and-testcontainers/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/spring-boot-functional-tests-with-selenium-and-testcontainers/
β‘οΈ @SpringFrameworkZone
rieckpil
Spring Boot Functional Tests With Selenium and Testcontainers - rieckpil
Learn how to write functional tests for your Spring Boot application with Selenium using Testcontainers and a Remote Chrome WebDriver
π Self-Hosted Monitoring For Spring Boot Applications
https://www.baeldung.com/spring-boot-self-hosted-monitoring
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-self-hosted-monitoring
β‘οΈ @SpringFrameworkZone
π High-Performance Java Persistence Newsletter, Issue 28
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-28/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-28/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 28 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π Display Auto-Configuration Report in Spring Boot
https://www.baeldung.com/spring-boot-auto-configuration-report
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-auto-configuration-report
β‘οΈ @SpringFrameworkZone
π Hibernateβs Read-Only Query Hint For Faster Read Operations
https://thorben-janssen.com/read-only-query-hint/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/read-only-query-hint/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Hibernate's Read-Only Query Hint For Faster Read Operations
Improve the performance of your read operations by activating Hibernate's read-only query hint.
π Spring Boot Library for integration with Istio
https://piotrminkowski.com/2020/06/10/spring-boot-library-for-integration-with-istio/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/06/10/spring-boot-library-for-integration-with-istio/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Spring Boot Library for integration with Istio - Piotr's TechBlog
Building annotation-based Spring Boot library for integration with Istio. It applies Istio rules on startup using Java client by snowdrop
π This Week in Spring - July 6th, 2021
https://spring.io/blog/2021/07/06/this-week-in-spring-july-6th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/07/06/this-week-in-spring-july-6th-2021
β‘οΈ @SpringFrameworkZone
This Week in Spring - July 6th, 2021
Level up your Java code and explore what Spring can do for you.
π Quick Guide to Microservices with Spring Boot 2, Eureka and Spring Cloud
https://piotrminkowski.com/2018/04/26/quick-guide-to-microservices-with-spring-boot-2-0-eureka-and-spring-cloud/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/04/26/quick-guide-to-microservices-with-spring-boot-2-0-eureka-and-spring-cloud/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Quick Guide to Microservices with Spring Boot 2, Eureka and Spring Cloud
Guide to building microservices with Spring Boot and Spring Cloud. Using components like Spring Cloud Netflix, Gateway and OpenFeign.
π Spring Tips: Spring Cloud Square
https://spring.io/blog/2021/07/07/spring-tips-spring-cloud-square
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/07/07/spring-tips-spring-cloud-square
β‘οΈ @SpringFrameworkZone
spring.io
Spring Tips: Spring Cloud Square
<p>Hi, Spring fans! In this installment, Spring Developer Advocate <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> looks at how to build smarter HTTP clients for your Spring Boot microservices with Spring Cloud Square, Retrofit, and OKHTTP.β¦
π Guide to DeferredResult in Spring
https://www.baeldung.com/spring-deferred-result
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-deferred-result
β‘οΈ @SpringFrameworkZone
π Spring Cloud Hoxton.SR12 has been released
https://spring.io/blog/2021/07/07/spring-cloud-hoxton-sr12-has-been-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/07/07/spring-cloud-hoxton-sr12-has-been-released
β‘οΈ @SpringFrameworkZone
Spring Cloud Hoxton.SR12 has been released
Level up your Java code and explore what Spring can do for you.
π Caching: How to use Redis Caching with Spring Boot
https://betterjavacode.com/core-java/caching-how-to-use-redis-caching-with-spring-boot
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/core-java/caching-how-to-use-redis-caching-with-spring-boot
β‘οΈ @SpringFrameworkZone
Code Complete
Caching: How to use Redis Caching with Spring Boot
Learn how to use redis caching in your spring boot application. Improve the performance of your application with redis caching.