π Building Microservices with Event-Driven Architecture
https://betterjavacode.com/programming/microservices-event-driven-architecture
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/microservices-event-driven-architecture
β‘οΈ @SpringFrameworkZone
BetterJavaCode
Building Microservices with Event-Driven Architecture
π A Programming Blog for Software Engineers
π Running Scheduled Jobs in Spring Boot
https://reflectoring.io/spring-scheduler/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-scheduler/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Running Scheduled Jobs in Spring Boot
Scheduled jobs are a piece of business logic that should run on a timer. Spring allows us to run scheduled jobs in the Spring container by using some simple annotations. In this article, we will illustrate how to configure and run scheduled jobs in applicationsβ¦
π Spring Remoting with RMI
https://www.baeldung.com/spring-remoting-rmi
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-remoting-rmi
β‘οΈ @SpringFrameworkZone
π Quick guide to deploying Java apps on OpenShift
https://piotrminkowski.com/2018/05/18/quick-guide-to-deploying-java-apps-on-openshift/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/05/18/quick-guide-to-deploying-java-apps-on-openshift/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Quick guide to deploying Java apps on OpenShift - Piotr's TechBlog
A guide showing how to create simple Spring Boot application and then deploy Java application on OpenShift.
π Spring Security 5.6.0-M3 released
https://spring.io/blog/2021/09/20/spring-security-5-6-0-m3-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/09/20/spring-security-5-6-0-m3-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Security 5.6.0-M3 released
<div class="paragraph">
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.6.0-M3!</p>
</div>
<div class="paragraph">
<p>In addition to dependency upgrades and minor enhancements, the milestone contains a few noteworthyβ¦
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.6.0-M3!</p>
</div>
<div class="paragraph">
<p>In addition to dependency upgrades and minor enhancements, the milestone contains a few noteworthyβ¦
π Receive Pub/Sub messages to your Spring Application
www.javacodegeeks.com/2021/09/receive-pub-sub-messages-to-your-spring-application.html
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
www.javacodegeeks.com/2021/09/receive-pub-sub-messages-to-your-spring-application.html
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Java Code Geeks
Receive Pub/Sub messages to your Spring Application - Java Code Geeks - 2023
Interested to learn about Pub/Sub? Check our article explaining how to Receive Pub/Sub messages to your Spring Application
π Spring Boot Tutorial β How to Build Fast and Modern Java Apps
https://www.freecodecamp.org/news/spring-boot-tutorial-build-fast-modern-java-app/
β‘οΈ @SpringFrameworkZone
https://www.freecodecamp.org/news/spring-boot-tutorial-build-fast-modern-java-app/
β‘οΈ @SpringFrameworkZone
freeCodeCamp.org
Spring Boot Tutorial β How to Build Fast and Modern Java Apps
By YiΔit Kemal ErinΓ§ In this article I am going to walk you through building a prototype with Spring Boot. Think of it like building a project for a hackathon or a prototype for your startup in limited time. In other words, we are not trying to buil...
π Unit Testing with JUnit β Part 1
https://springframework.guru/unit-testing-junit-part-1/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/unit-testing-junit-part-1/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Unit Testing with JUnit β Part 1
Unit testing is the first level of testing software where you write test code that executes a specific functionality in the code to be tested. In most cases, you as a programmer are responsible toβ¦
π Different Log4j2 Configurations per Spring Profile
https://www.baeldung.com/spring-log4j2-config-per-profile
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-log4j2-config-per-profile
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Different Log4j2 Configurations per Spring Profile | Baeldung
A quick and practical guide to configuring different Log4j2 configs per Spring profile.
π This Week in Spring - September 21st, 2021
https://spring.io/blog/2021/09/21/this-week-in-spring-september-21st-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/09/21/this-week-in-spring-september-21st-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - September 21st, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! As usual, itβs been another crazy awesome, and jam-packed week in Spring, so weβve got a ton of stuff to get to and so very little time in which to do it. <em>Andiamo</em>!β¦
π Zero Downtime Database Changes with Feature Flags - Step by Step
https://reflectoring.io/zero-downtime-deployments-with-feature-flags/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/zero-downtime-deployments-with-feature-flags/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Zero Downtime Database Changes with Feature Flags - Step by Step
Deploying database changes can be tricky. This article provides a step-by-step approach with feature flags that you can use to deploy database changes without a downtime.
π Spring Data JPA β Detecting Your Entityβs State
https://thorben-janssen.com/spring-data-jpa-state-detection/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/spring-data-jpa-state-detection/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Spring Data JPA - Detecting Your Entity's State
When you call the save method, Spring Data JPA has 3 options to detect the state of the entity and decide if it has to persist or update it.
Spring Boot Framework pinned Β«π Java Weekly, Issue 403 https://www.baeldung.com/java-weekly-403 β‘οΈ @SpringFrameworkZoneΒ»
π Inject Arrays and Lists From Spring Properties Files
https://www.baeldung.com/spring-inject-arrays-lists
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-inject-arrays-lists
β‘οΈ @SpringFrameworkZone
π Spring Boot 2.4.11 available now
https://spring.io/blog/2021/09/22/spring-boot-2-4-11-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/09/22/spring-boot-2-4-11-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Boot 2.4.11 available now
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Boot <code>2.4.11</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 Data JDBC - How do I make Bidirectional Relationships?
https://spring.io/blog/2021/09/22/spring-data-jdbc-how-do-i-make-bidirectional-relationships
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/09/22/spring-data-jdbc-how-do-i-make-bidirectional-relationships
β‘οΈ @SpringFrameworkZone
Spring Data JDBC - How do I make Bidirectional Relationships?
Level up your Java code and explore what Spring can do for you.