π Building REST services with Spring
https://spring.io/guides/tutorials/rest/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/tutorials/rest/
β‘οΈ @SpringFrameworkZone
Getting Started | Building REST services with Spring
Learn how to easily build RESTful services with Spring
π Spring Security: Check If a User Has a Role in Java
https://www.baeldung.com/spring-security-check-user-role
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-check-user-role
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security: Check If a User Has a Role in Java | Baeldung
Learn various ways to check if an authenticated user has a specific role
π Case Study: Aggregator Function and Processor
https://spring.io/blog/2020/10/26/case-study-aggregator-function-and-processor
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/10/26/case-study-aggregator-function-and-processor
β‘οΈ @SpringFrameworkZone
Case Study: Aggregator Function and Processor
Level up your Java code and explore what Spring can do for you.
π Spring Web Reactive
https://springframework.guru/spring-web-reactive/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-web-reactive/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring Web Reactive
An exciting feature in Spring Framework 5 is the new Web Reactive framework for allows reactive web applications. Reactive programming is about developing systems that are fully reactive and non-blocking. Such systems are suitable forβ¦
π The JPA and Hibernate first-level cache
https://vladmihalcea.com/jpa-hibernate-first-level-cache/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/jpa-hibernate-first-level-cache/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
The JPA and Hibernate first-level cache - Vlad Mihalcea
Learn how the JPA and Hibernate first-level cache works and how it can improve the performance of your data access layer.
π Error Handling for REST with Spring
https://www.baeldung.com/exception-handling-for-rest-with-spring
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/exception-handling-for-rest-with-spring
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Error Handling for REST with Spring | Baeldung
Exception Handling for a REST API - illustrate the new Spring recommended approach and earlier solutions.
π Spring Framework 5.2.10 and 5.1.19 available now
https://spring.io/blog/2020/10/27/spring-framework-5-2-10-and-5-1-19-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/10/27/spring-framework-5-2-10-and-5-1-19-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Framework 5.2.10 and 5.1.19 available now
<p>On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework <code>5.2.10</code> and <code>5.1.19</code> are available now.</p>
<p>Spring Framework <code>5.2.10</code> includes <a href="https://github.com/springβ¦
<p>Spring Framework <code>5.2.10</code> includes <a href="https://github.com/springβ¦
π Spring Tools 4.8.1 released
https://spring.io/blog/2020/10/27/spring-tools-4-8-1-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/10/27/spring-tools-4-8-1-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Tools 4.8.1 released
<p>Dear Spring Community,</p>
<p>I am happy to announce the 4.8.1 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia.</p>
<h4><a href="#quick-reminder" class="anchor" name="quick-reminder"></a>quick reminder</h4>
<ul>
<li>the Eclipseβ¦
<p>I am happy to announce the 4.8.1 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia.</p>
<h4><a href="#quick-reminder" class="anchor" name="quick-reminder"></a>quick reminder</h4>
<ul>
<li>the Eclipseβ¦
π Clean Architecture Boundaries with Spring Boot and ArchUnit
https://reflectoring.io/java-components-clean-boundaries/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/java-components-clean-boundaries/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Clean Architecture Boundaries with Spring Boot and ArchUnit
How can we avoid the dreaded Big Ball of Mud when developing software? This article gives an opinionated approach using packages and ArchUnit together with Spring to enforce clean boundaries between software components.
π Spring Framework 5.3 goes GA
https://spring.io/blog/2020/10/27/spring-framework-5-3-goes-ga
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/10/27/spring-framework-5-3-goes-ga
β‘οΈ @SpringFrameworkZone
spring.io
Spring Framework 5.3 goes GA
<p>Dear Spring community,</p>
<p>On behalf of the Spring Framework team and our contributors, it is my pleasure to announce that Spring Framework 5.3 is generally available from <a href="https://repo.spring.io">repo.spring.io</a> as well as Maven Central!</p>β¦
<p>On behalf of the Spring Framework team and our contributors, it is my pleasure to announce that Spring Framework 5.3 is generally available from <a href="https://repo.spring.io">repo.spring.io</a> as well as Maven Central!</p>β¦
π This Week in Spring - October 27th, 2020
https://spring.io/blog/2020/10/27/this-week-in-spring-october-27th-2020
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/10/27/this-week-in-spring-october-27th-2020
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - October 27th, 2020
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Itβs already nearly November in this crazy rollercoaster ride that is 2020. Crazy. </p>
<p>Weβve got a ton of stuff to get to so letβs waste not a second more.</p>
<ul>
β¦
<p>Weβve got a ton of stuff to get to so letβs waste not a second more.</p>
<ul>
β¦
π A MAGIC AROUND SPRING BOOT AUTO CONFIGURATION
https://piotrminkowski.com/2020/01/21/a-magic-around-spring-boot-auto-configuration/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/01/21/a-magic-around-spring-boot-auto-configuration/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
A Magic Around Spring Boot Auto Configuration - Piotr's TechBlog
Showing interesting features around Spring Boot Autoconfiguration in the source code examples.
π Architectural Pattern β Retry Pattern For Resilient MicroService
https://www.vinsguru.com/resilient-microservice-design-retry-pattern/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/resilient-microservice-design-retry-pattern/
β‘οΈ @SpringFrameworkZone
Vinsguru
Retry Pattern β Microservice Design Patterns | Vinsguru
This tutorial explains Retry Pattern, one of the Microservice Design Patterns for designing highly resilient Microservices using resilience4j.
π Architectural Pattern β Redis Pub/Sub Pattern With Spring Boot
https://www.vinsguru.com/spring-boot-redis-pub-sub-for-event-driven-architecture-models/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/spring-boot-redis-pub-sub-for-event-driven-architecture-models/
β‘οΈ @SpringFrameworkZone
Vinsguru
Microservice Architecture Pattern β Redis PubSub Pattern With Spring Boot
Microservice Architecture Pattern - Redis PubSub Pattern With Spring Boot
π Spring Data 2020.0.0 goes GA
https://spring.io/blog/2020/10/28/spring-data-2020-0-0-goes-ga
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/10/28/spring-data-2020-0-0-goes-ga
β‘οΈ @SpringFrameworkZone
spring.io
Spring Data 2020.0.0 goes GA
<p>Dear Spring community,</p>
<p>On behalf of the Spring Data team and our contributors, it is my pleasure to announce that Spring Data <code>2020.0.0</code> is generally available from Maven Central.</p>
<p>Spring Data <code>2020.0.0</code> (Codename: <aβ¦
<p>On behalf of the Spring Data team and our contributors, it is my pleasure to announce that Spring Data <code>2020.0.0</code> is generally available from Maven Central.</p>
<p>Spring Data <code>2020.0.0</code> (Codename: <aβ¦
π Spring Data Neumann SR5, Moore SR11, and Lovelace SR21 available now
https://spring.io/blog/2020/10/28/spring-data-neumann-sr5-moore-sr11-and-lovelace-sr21-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/10/28/spring-data-neumann-sr5-moore-sr11-and-lovelace-sr21-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Data Neumann SR5, Moore SR11, and Lovelace SR21 available now
<p>On behalf of the team, Iβm pleased to announce a Spring Data release triple feature: <code>Neumann SR5</code>, <code>Moore SR11</code>, and <code>Lovelace SR21</code>. These service releases are built on top of Spring Framework releases <code>5.2.10</code>β¦
π Spring Data Reactive MongoDB β CRUD Operations
https://www.vinsguru.com/spring-data-reactive-mongodb-crud-operations/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/spring-data-reactive-mongodb-crud-operations/
β‘οΈ @SpringFrameworkZone
Vinsguru
Spring Data Reactive MongoDB β CRUD Operations
Spring Data Reactive MongoDB - CRUD Operations