π Serve Static Resources with Spring
https://www.baeldung.com/spring-mvc-static-resources
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-mvc-static-resources
β‘οΈ @SpringFrameworkZone
π Connect Spring Boot Application with AWS Dynamo DB
https://betterjavacode.com/programming/spring-boot-connect-aws-dynamo-db
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/spring-boot-connect-aws-dynamo-db
β‘οΈ @SpringFrameworkZone
Code Complete
Connect Spring Boot Application with AWS Dynamo DB - Code Complete
In this post, I show how we can connect the Spring Boot application to AWS Dynamo DB. We start with the fundamentals of Dynamo DB.
π XML-Based Injection in Spring
https://www.baeldung.com/spring-xml-injection
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-xml-injection
β‘οΈ @SpringFrameworkZone
π Defining Spring Cloud Contracts in Open API
https://springframework.guru/defining-spring-cloud-contracts-in-open-api/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/defining-spring-cloud-contracts-in-open-api/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Defining Spring Cloud Contracts in Open API
Working for startups is always an interesting experience. Currently, I'm a software engineer at Velo Payments. If you've ever worked for a startup, you'll quickly see that you get to wear many hats. One ofβ¦
π Spring Security β Roles and Privileges
https://www.baeldung.com/role-and-privilege-for-spring-security-registration
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/role-and-privilege-for-spring-security-registration
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security - Roles and Privileges | Baeldung
How to map Roles and Privileges for a Spring Security application: the setup, the authentication and the registration process.
π Validate Spring Boot Configuration Parameters at Startup
https://reflectoring.io/validate-spring-boot-configuration-parameters-at-startup/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/validate-spring-boot-configuration-parameters-at-startup/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Validate Spring Boot Configuration Parameters at Startup
One of the important steps to keep software applications customizable is the effective configuration management. Let's have a look at how to do this with Spring Boot.
π How to integrate reCaptcha with Spring Boot Application
https://betterjavacode.com/programming/how-to-integrate-recaptcha-with-spring-boot-application
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/how-to-integrate-recaptcha-with-spring-boot-application
β‘οΈ @SpringFrameworkZone
Code Complete
How to integrate reCaptcha with Spring Boot Application - Code Complete
A simplistic way to add recaptcha in public forms a spring boot application
π Spring Authorization Server officially moves to spring-projects
https://spring.io/blog/2021/08/17/spring-authorization-server-officially-moves-to-spring-projects
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/08/17/spring-authorization-server-officially-moves-to-spring-projects
β‘οΈ @SpringFrameworkZone
Spring Authorization Server officially moves to spring-projects
Level up your Java code and explore what Spring can do for you.
π 5 Hibernate Features You Should Use With Spring Data JPA
https://thorben-janssen.com/hibernate-features-with-spring-data-jpa/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/hibernate-features-with-spring-data-jpa/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
5 Hibernate Features You Should Use With Spring Data JPA
Make sure to use these 5 proprietary Hibernate features with Spring Data JPA to get a persistence layer that's fast and easy to understand.
π Exploring the Spring 5 WebFlux URL Matching
https://www.baeldung.com/spring-5-mvc-url-matching
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-5-mvc-url-matching
β‘οΈ @SpringFrameworkZone
Spring Boot Framework pinned Β«π Java Weekly, Issue 398 https://www.baeldung.com/java-weekly-398 β‘οΈ @SpringFrameworkZoneΒ»
π This Week in Spring - August 17th, 2021
https://spring.io/blog/2021/08/17/this-week-in-spring-august-17th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/08/17/this-week-in-spring-august-17th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - August 17th, 2021
<p>Hi, Spring fans! Howβre you doing? Iβm alright. Iβve been recuperating from a COVID-19 infection. Today was the first day in a while that I woke up and wasnβt short of breath. Most days, Iβve woken up, hacked a few wads of phlegm into the toilet, and thenβ¦
π Serving Web Content with Spring MVC
https://spring.io/guides/gs/serving-web-content/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/gs/serving-web-content/
β‘οΈ @SpringFrameworkZone
Getting Started | Serving Web Content with Spring MVC
Learn how to create a web page with Spring MVC and Thymeleaf.
π Spring Security: Authentication with a Database-backed UserDetailsService
https://www.baeldung.com/spring-security-authentication-with-a-database
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-authentication-with-a-database
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security: Database-backed UserDetailsService | Baeldung
A quick guide to to create a custom database-backed UserDetailsService for authentication with Spring Security.
π Spring Tools 4.11.1 released
https://spring.io/blog/2021/08/18/spring-tools-4-11-1-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/08/18/spring-tools-4-11-1-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Tools 4.11.1 released
<p>ear Spring Community,</p>
<p>I am happy to announce the 4.11.1 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia.</p>
<h4><a href="#fixes-in-this-release" class="anchor" name="fixes-in-this-release"></a>Fixes in this release</h4>β¦
<p>I am happy to announce the 4.11.1 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia.</p>
<h4><a href="#fixes-in-this-release" class="anchor" name="fixes-in-this-release"></a>Fixes in this release</h4>β¦
π SQL CTE β Common Table Expression
https://vladmihalcea.com/sql-cte-common-table-expression/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/sql-cte-common-table-expression/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
SQL CTE - Common Table Expression - Vlad Mihalcea
Learn what a SQL CTE (Common Table Expression) is and how you can use it to reuse subquery result sets or inline views.
π How to Disable Spring Security Logout Redirects
https://www.baeldung.com/spring-security-disable-logout-redirects
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-disable-logout-redirects
β‘οΈ @SpringFrameworkZone