π The best way to write a Spring Data Exists Query
https://vladmihalcea.com/spring-data-exists-query/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/spring-data-exists-query/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
The best way to write a Spring Data Exists Query - Vlad Mihalcea
Learn what is the best way to write a Spring Data Exists Query that's efficient from the database perspective.
π Logback Configuration: Using XML
https://springframework.guru/logback-configuration-using-xml/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/logback-configuration-using-xml/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
How to Configure Logback Using XML
The whole purpose of logging gets defeated when the underlying logging framework becomes a bottleneck. Logging frameworks need to be fast, have a small memory footprint, and easily configurable. Logback is a logging framework with thoseβ¦
π Spring Boot 2.5.10 available now
https://spring.io/blog/2022/02/24/spring-boot-2-5-10-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/02/24/spring-boot-2-5-10-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Boot 2.5.10 available now
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Boot <code>2.5.10</code> has been released and is now available from Maven Central.</p>
<p>This release includes <a href="https://github.com/spring-projects/springβ¦
<p>This release includes <a href="https://github.com/spring-projects/springβ¦
π Spring Boot 2.6.4 available now
https://spring.io/blog/2022/02/24/spring-boot-2-6-4-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/02/24/spring-boot-2-6-4-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Boot 2.6.4 available now
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Boot <code>2.6.4</code> has been released and is now available from Maven Central.</p>
<p>This release includes <a href="https://github.com/spring-projects/springβ¦
<p>This release includes <a href="https://github.com/spring-projects/springβ¦
π Spring Boot 2.7.0-M2 available now
https://spring.io/blog/2022/02/24/spring-boot-2-7-0-m2-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/02/24/spring-boot-2-7-0-m2-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Boot 2.7.0-M2 available now
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Boot <code>2.7.0-M2</code> has been released and is now available from <a href="https://repo.spring.io/milestone">https://repo.spring.io/milestone</a>.</p>
<p>Thisβ¦
<p>Thisβ¦
π A Bootiful Podcast: InfoQ editor and Java Champion, Dr. Alex Blewitt
https://spring.io/blog/2022/02/24/a-bootiful-podcast-infoq-editor-and-java-champion-dr-alex-blewitt
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/02/24/a-bootiful-podcast-infoq-editor-and-java-champion-dr-alex-blewitt
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: InfoQ editor and Java Champion, Dr. Alex Blewitt
<p>Hi, Spring fans! In this installment, <a href="https://twitter.com/alblue">Josh Long (@starbuxman)</a> talks to InfoQ editor and contributor, fellow Java Champion, and an all-around amazing human being <a href="https://twitter.com/alblue">Dr. Alex Blewitt</a>.</p>β¦
π Spring Shell 2.1.0-M3 is now available
https://spring.io/blog/2022/02/25/spring-shell-2-1-0-m3-is-now-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/02/25/spring-shell-2-1-0-m3-is-now-available
β‘οΈ @SpringFrameworkZone
spring.io
Spring Shell 2.1.0-M3 is now available
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Shell <code>2.1.0-M3</code> has been released and is now available from <a href="https://repo.spring.io/milestone">https://repo.spring.io/milestone</a>.</p>
<p>Notableβ¦
<p>Notableβ¦
π Spring Batch 4.3.5 available now
https://spring.io/blog/2022/02/23/spring-batch-4-3-5-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/02/23/spring-batch-4-3-5-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Batch 4.3.5 available now
<p>On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Batch 4.3.5 has been released to Maven Central repository. This patch release comes with a number of bug fixes, enhancements and dependency updates. You can findβ¦
π Custom Validation MessageSource in Spring Boot
https://www.baeldung.com/spring-custom-validation-message-source
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-custom-validation-message-source
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Custom Validation MessageSource in Spring Boot | Baeldung
Learn how to register a custom MessageSource for validation messages in Spring Boot.
π Spring Cloud Microservices at Pivotal Platform
https://piotrminkowski.com/2017/05/29/spring-cloud-microservices-at-pivotal-platform/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/05/29/spring-cloud-microservices-at-pivotal-platform/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Spring Cloud Microservices at Pivotal Platform - Piotr's TechBlog
Imagine you have multiple microservices running on different machines in multiple instances. It seems natural to think about the tools that help you in the process of monitoring and managing all of them. If we add that our microservices are created basedβ¦
π Prevent Brute Force Authentication Attempts with Spring Security
https://www.baeldung.com/spring-security-block-brute-force-authentication-attempts
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-block-brute-force-authentication-attempts
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Stop Brute Force Authentication Attempts with Spring Security | Baeldung
Block users by IP after a number of failed authentication attempts - a simple mechanism implemented with Spring Security.
π Running Spring Boot Applications With Minikube
https://www.baeldung.com/spring-boot-minikube
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-minikube
β‘οΈ @SpringFrameworkZone
Baeldung
Running Spring Boot Applications With Minikube | Baeldung
Deploy a Spring Boot application on a local Kubernetes environment, also known as Minikube.
π A Guide to Spring Cloud Netflix β Hystrix
https://www.baeldung.com/spring-cloud-netflix-hystrix
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-netflix-hystrix
β‘οΈ @SpringFrameworkZone
Baeldung
A Guide to Spring Cloud Netflix - Hystrix | Baeldung
The article shows how to set up a fallback in application logic using Spring Cloud Hystrix.
π Enable Logging for Spring Security
https://www.baeldung.com/spring-security-enable-logging
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-enable-logging
β‘οΈ @SpringFrameworkZone
Baeldung
Enable Logging for Spring Security | Baeldung
Leran how to modify the Spring Security logging level
Spring Boot Framework pinned Β«π Java Weekly, Issue 426 https://www.baeldung.com/java-weekly-426 β‘οΈ @SpringFrameworkZoneΒ»
π A Simple Tagging Implementation with JPA
https://www.baeldung.com/jpa-tagging
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/jpa-tagging
β‘οΈ @SpringFrameworkZone
Baeldung
A Simple Tagging Implementation with JPA | Baeldung
Learn how you can extend your JPA project with a tagging implementation
π Log4J 2 Configuration: Using Properties File
https://springframework.guru/log4j-2-configuration-using-properties-file/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/log4j-2-configuration-using-properties-file/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Log4J 2 Configuration: Using Properties File
Log4J 2 is a logging framework designed to address the logging requirements of enterprise applications. Its predecessor Log4J 1.x has been around for more than one and a half decade and is still one ofβ¦
π Spring Native 0.11.3 available now
https://spring.io/blog/2022/03/01/spring-native-0-11-3-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/03/01/spring-native-0-11-3-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Native 0.11.3 available now
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Native <code>0.11.3</code> has been released and is now available from <a href="https://repo.spring.io/release">https://repo.spring.io/release</a>.</p>
<p>This releaseβ¦
<p>This releaseβ¦