π Deploy Spring Boot applications by leveraging enterprise best practices β Azure Spring Cloud Reference Architecture
https://spring.io/blog/2021/03/11/deploy-spring-boot-applications-by-leveraging-enterprise-best-practices-azure-spring-cloud-reference-architecture
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/03/11/deploy-spring-boot-applications-by-leveraging-enterprise-best-practices-azure-spring-cloud-reference-architecture
β‘οΈ @SpringFrameworkZone
Deploy Spring Boot applications by leveraging enterprise best practices β Azure Spring Cloud Reference Architecture
Level up your Java code and explore what Spring can do for you.
π A Bootiful Podcast: FF4J project creator and DataStax Astra SDK engineer Cedrick Lunven
https://spring.io/blog/2021/03/11/a-bootiful-podcast-ff4j-project-creator-and-datastax-astra-sdk-engineer-cedrick-lunven
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/03/11/a-bootiful-podcast-ff4j-project-creator-and-datastax-astra-sdk-engineer-cedrick-lunven
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: FF4J project creator and DataStax Astra SDK engineer Cedrick Lunven
<p>Hi, Spring fans! In this episode, <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to FF4J project creator and DataStax Astra SDK engineer <a href="http://twitters.com/clunven">Cedrick Lunven (@clunven)</a>.</p>
<iframe title="FF4Jβ¦
<iframe title="FF4Jβ¦
π Setting the MySQL JDBC Timezone Using Spring Boot Configuration
https://www.baeldung.com/mysql-jdbc-timezone-spring-boot
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/mysql-jdbc-timezone-spring-boot
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Setting the MySQL JDBC Timezone In Spring Boot | Baeldung
Learn how to directly set the timezone for a MySQL JDBC Connection via Spring Boot.
π High-Performance Java Persistence Newsletter, Issue 24
https://vladmihalcea.com/high-performance-java-persistence-newsletter-24/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/high-performance-java-persistence-newsletter-24/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 24 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
Spring Boot Framework pinned Β«π Java Weekly, Issue 376 https://www.baeldung.com/java-weekly-376 β‘οΈ @SpringFrameworkZoneΒ»
π Knative Eventing with Kafka and Spring Cloud
https://piotrminkowski.com/2021/03/12/knative-eventing-with-kafka-and-spring-cloud/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/03/12/knative-eventing-with-kafka-and-spring-cloud/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Knative Eventing with Kafka and Spring Cloud - Piotr's TechBlog
This article shows how to configure Knative Eventing with the Apache Kafka broker and how to run Spring Cloud applications there.
π Routing and Filtering
https://spring.io/guides/gs/routing-and-filtering/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/gs/routing-and-filtering/
β‘οΈ @SpringFrameworkZone
π Spring Security OAuth Authorization Server
https://www.baeldung.com/spring-security-oauth-auth-server
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-oauth-auth-server
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security OAuth Authorization Server | Baeldung
Learn how to use the Spring Security OAuth Authorization Server.
π RabbitMQ in cluster
https://piotrminkowski.com/2017/02/28/rabbitmq-in-cluster/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/02/28/rabbitmq-in-cluster/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
RabbitMQ in cluster - Piotr's TechBlog
RabbitMQ grown into the most popular message broker software. It is written in Erlang and implements Advanced Message Queueing Protocol (AMQP). It is easy to use and configure even if we are talking about such mechanisms as clustering or high availability.β¦
π Exclude Auto-Configuration Classes in Spring Boot Tests
https://www.baeldung.com/spring-boot-exclude-auto-configuration-test
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-exclude-auto-configuration-test
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Exclude Auto-Configuration Classes in Spring Boot Tests | Baeldung
Learn how to disable specific auto-configuration in Spring Boot tests
π Building an Application with Spring Boot
https://spring.io/guides/gs/spring-boot/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/gs/spring-boot/
β‘οΈ @SpringFrameworkZone
Getting Started | Building an Application with Spring Boot
Learn how to build an application with minimal configuration.
π OAuth 2.0 Resource Server With Spring Security 5
https://www.baeldung.com/spring-security-oauth-resource-server
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-oauth-resource-server
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
OAuth 2.0 Resource Server With Spring Security | Baeldung
Learn how to configure a Spring Security based resource server application for validating JWT as well as opaque tokens.
π Whatβs new in Spring Framework 5?
https://springframework.guru/what-is-new-with-spring-framework-5/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/what-is-new-with-spring-framework-5/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Whatβs new in Spring Framework 5?
Spring Framework 5.0 is the first major release of the Spring Framework since version 4 was released in December of 2013. Juergen Hoeller, Spring Framework project lead announced the release of the first Spring Frameworkβ¦
π Avoid common mistakes when handling exceptions
https://betterjavacode.com/core-java/avoid-common-mistakes-when-handling-exceptions
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/core-java/avoid-common-mistakes-when-handling-exceptions
β‘οΈ @SpringFrameworkZone
Code Complete
Avoid common mistakes when handling exceptions - Code Complete
Simple ways to improve your programming skills. Ways to program the exceptions and their handling. How to handle exceptions better.
π Managing Spring Boot apps locally with Trampoline
https://piotrminkowski.com/2018/06/08/managing-spring-boot-apps-locally-with-trampoline/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/06/08/managing-spring-boot-apps-locally-with-trampoline/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Managing Spring Boot apps locally with Trampoline - Piotr's TechBlog
Today I came across an interesting solution for managing Spring Boot applications locally β Trampoline. It is rather a simple product, that provides a web console allowing you to start, stop and monitor your application. However, it can sometimes be usefulβ¦
π Spring Framework 5.3.5 available now
https://spring.io/blog/2021/03/16/spring-framework-5-3-5-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/03/16/spring-framework-5-3-5-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Framework 5.3.5 available now
<p>On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework <code>5.3.5</code> is available now.</p>
<p>Spring Framework <code>5.3.5</code> includes <a href="https://github.com/spring-projects/spring-frameworβ¦
<p>Spring Framework <code>5.3.5</code> includes <a href="https://github.com/spring-projects/spring-frameworβ¦
π Registration β Password Strength and Rules
https://www.baeldung.com/registration-password-strength-and-rules
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/registration-password-strength-and-rules
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Registration - Password Strength and Rules | Baeldung
How to implement a client side password strength meeter and server side password rules for a simple Spring Registration app.
π Spring Security 5.5.0-M3 Released
https://spring.io/blog/2021/03/15/spring-security-5-5-0-m3-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/03/15/spring-security-5-5-0-m3-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Security 5.5.0-M3 Released
<div class="paragraph">
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.5.0-M3! You can find the complete details in the <a href="https://github.com/spring-projects/spring-security/releases/tag/5.5.0-M3">release notes</a>β¦
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.5.0-M3! You can find the complete details in the <a href="https://github.com/spring-projects/spring-security/releases/tag/5.5.0-M3">release notes</a>β¦