π A Bootiful Podcast: Former Spring Data lead and architect extraordinaire, Oliver Drotbohm
https://spring.io/blog/2022/02/03/a-bootiful-podcast-former-spring-data-lead-and-architect-extraordinaire-oliver-drotbohm
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/02/03/a-bootiful-podcast-former-spring-data-lead-and-architect-extraordinaire-oliver-drotbohm
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Former Spring Data lead and architect extraordinaire, Oliver Drotbohm
<iframe title="Former Spring Data lead and architect extraordinaire, Oliver Drotbohm" allowtransparency="true" height="150" width="100%" style="border: none; min-width: min(100%, 430px);" scrolling="no" data-name="pb-iframe-player" src="https://www.podbean.com/playerβ¦
π Default Password Encoder in Spring Security 5
https://www.baeldung.com/spring-security-5-default-password-encoder
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-5-default-password-encoder
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Default Password Encoder in Spring Security | Baeldung
Learn how to avoid the IllegalArgumentException when migrating plaintext passwords to Spring Security 5
π Injecting a Value in a Static Field in Spring
https://www.baeldung.com/spring-inject-static-field
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-inject-static-field
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Injecting a Value in a Static Field in Spring | Baeldung
Learn how to inject a value into a static field in Java
π Spring Shell 2.1.0-M2 is now available
https://spring.io/blog/2022/02/04/spring-shell-2-1-0-m2-is-now-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/02/04/spring-shell-2-1-0-m2-is-now-available
β‘οΈ @SpringFrameworkZone
spring.io
Spring Shell 2.1.0-M2 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-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>Weβ¦
<p>Weβ¦
π Mocking with (and without) Spring Boot
https://reflectoring.io/spring-boot-mock/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-mock/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Mocking with (and without) Spring Boot
An intro to Mockito and how to use it with Spring Boot.
π Scheduling in Spring Boot
https://springframework.guru/scheduling-in-spring-boot/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/scheduling-in-spring-boot/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Scheduling in Spring Boot
We use scheduling to schedule jobs in a Spring Boot application. For instance, you can implement scheduling to perform some task at a specific time, or repeat after a fixed interval. In this post, youβllβ¦
π Bootstrapping Data in Spring Boot
https://springframework.guru/bootstrapping-data-in-spring-boot/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/bootstrapping-data-in-spring-boot/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Bootstrapping Data in Spring Boot
While developing a Spring Boot Application, sometimes we need to run a piece of code at startup. This code can be anything. You might want to log certain information or run some cron jobs orβ¦
π Spring for Apache Kafka
https://springframework.guru/spring-for-apache-kafka/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-for-apache-kafka/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring for Apache Kafka
Apache Kafka is an open-source Message Bus that solves the problem of how microservices communicate with each other. Spring for Apache Kafka, also known as spring-kafka. It is a project that applies core Spring conceptsβ¦
π Orchestration Saga Pattern With Spring Boot
https://www.vinsguru.com/orchestration-saga-pattern-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/orchestration-saga-pattern-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Vinsguru
Orchestration Saga Pattern With Spring Boot | Vinsguru
Let's develop a simple implementation of Orchestration Saga Pattern with Spring Boot to manage a complex transaction in Microservices.
π Getting Ready for Spring Framework 6
https://springframework.guru/getting-ready-for-spring-framework-6/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/getting-ready-for-spring-framework-6/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Getting Ready for Spring Framework 6
On December 16th, 2021, with the announcement from the Spring Team, the next major release is Spring Framework 6. The whole objective is to cover Springβs baseline upgrade efforts, in particular requiring JDK 17+ andβ¦
Spring Boot Framework pinned Β«π Java Weekly, Issue 423 https://www.baeldung.com/java-weekly-423 β‘οΈ @SpringFrameworkZoneΒ»
π Handling Large Datasets in Distributed Systems
https://betterjavacode.com/programming/handling-large-datasets-in-distributed-systems
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/handling-large-datasets-in-distributed-systems
β‘οΈ @SpringFrameworkZone
Code Complete
Handling Large Datasets in Distributed Systems - Code Complete
In this post, we will discuss various architecture approaches for handling large datasets in distributed systems.
π Redis PubSub With Spring Boot
https://www.vinsguru.com/redis-pubsub-spring-boot/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/redis-pubsub-spring-boot/
β‘οΈ @SpringFrameworkZone
Vinsguru
Redis PubSub With Spring Boot | Vinsguru
Let's learn Redis PubSub with Spring Boot by developing publisher and subscriber applications for broadcasting messages in Microservices architecture.
π The Difference Between Cron Syntax in Linux and Spring
https://www.baeldung.com/cron-syntax-linux-vs-spring
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/cron-syntax-linux-vs-spring
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
The Difference Between Cron Syntax in Linux and Spring | Baeldung
Learn the difference between Cron Syntax in Linux and Spring
π Secure Discovery with Spring Cloud Netflix Eureka
https://piotrminkowski.com/2018/05/21/secure-discovery-with-spring-cloud-netflix-eureka/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/05/21/secure-discovery-with-spring-cloud-netflix-eureka/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Secure Discovery with Spring Cloud Netflix Eureka - Piotr's TechBlog
A tutorial showing how to configure and implement secure SSL connection between Eureka discovery server and client with Spring Cloud.
π Deep Dive into Saga Transactions with Kafka Streams and Spring Boot
https://piotrminkowski.com/2022/02/07/deep-dive-into-saga-transactions-with-kafka-streams-and-spring-boot/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2022/02/07/deep-dive-into-saga-transactions-with-kafka-streams-and-spring-boot/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Deep Dive into Saga Transactions with Kafka Streams and Spring Boot
In this article, you will learn how to use Kafka Streams to implement distributed transactions Saga pattern in microservices with Spring Boot.
π This Week in Spring - February 8th, 2022
https://spring.io/blog/2022/02/08/this-week-in-spring-february-8th-2022
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/02/08/this-week-in-spring-february-8th-2022
β‘οΈ @SpringFrameworkZone
This Week in Spring - February 8th, 2022
Level up your Java code and explore what Spring can do for you.
π Looking for a Java Developer with Spring Security Experience (Remote) (Part Time) (not open)
https://www.baeldung.com/job/java-engineer-with-spring-security-experience-remote-part-time/
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/job/java-engineer-with-spring-security-experience-remote-part-time/
β‘οΈ @SpringFrameworkZone
Baeldung
Looking for a Java Developer with Spring Experience (Remote) (Part Time) (not open) | Baeldung
Looking for a Java Dev with Spring experience to join the Baeldung team.
π Spring Boot Application Properties
https://vladmihalcea.com/spring-boot-application-properties/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/spring-boot-application-properties/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
Spring Boot Application Properties - Vlad Mihalcea
Learn the best way to configure the Spring Boot Application Properties file to get the most out of your application.