π Spring Boot 2.4.7 available now
https://spring.io/blog/2021/06/10/spring-boot-2-4-7-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/06/10/spring-boot-2-4-7-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Boot 2.4.7 available now
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Boot <code>2.4.7</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 Boot 2.3.12.RELEASE available now
https://spring.io/blog/2021/06/10/spring-boot-2-3-12-release-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/06/10/spring-boot-2-3-12-release-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Boot 2.3.12.RELEASE available now
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Boot <code>2.3.12.RELEASE</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 Boot 2.5.1 is now available
https://spring.io/blog/2021/06/10/spring-boot-2-5-1-is-now-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/06/10/spring-boot-2-5-1-is-now-available
β‘οΈ @SpringFrameworkZone
spring.io
Spring Boot 2.5.1 is now available
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Boot <code>2.5.1</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β¦
π A Bootiful Podcast: Redgate technical lead for the Flyway team Mikiel Agutu on database migrations and continuous delivery
https://spring.io/blog/2021/06/10/a-bootiful-podcast-redgate-technical-lead-for-the-flyway-team-mikiel-agutu-on-database-migrations-and-continuous-delivery
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/06/10/a-bootiful-podcast-redgate-technical-lead-for-the-flyway-team-mikiel-agutu-on-database-migrations-and-continuous-delivery
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Redgate technical lead for the Flyway team Mikiel Agutu on database migrations and continuous delivery
<p>Hi, Spring fans! In this installment, Josh Long (<a href="https://twitter.com/starbuxman">@starbuxman</a>) talks to Mikiel Agutu, technical lead for the Flyway team at Redgate software about database migrations and continuous delivery. </p>
<iframe title="Redgateβ¦
<iframe title="Redgateβ¦
π Spring BeanFactoryAware Interface
https://springframework.guru/spring-beanfactoryaware-interface/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-beanfactoryaware-interface/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring BeanFactoryAware Interface
Core to the Spring Framework is a concept of bean factories. Spring bean factories follow the concepts of the GoF Factory Design Pattern to provide the requestor fully configured objects. Under the covers when theβ¦
π Login For a Spring Web App β Error Handling and Localization
https://www.baeldung.com/spring-security-login-error-handling-localization
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-login-error-handling-localization
β‘οΈ @SpringFrameworkZone
π REST-assured Support for Spring MockMvc
https://www.baeldung.com/spring-mock-mvc-rest-assured
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-mock-mvc-rest-assured
β‘οΈ @SpringFrameworkZone
π Working with AWS DynamoDB and Spring
https://reflectoring.io/spring-dynamodb/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-dynamodb/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Working with AWS DynamoDB and Spring
AWS DynamoDB is a fully managed NoSQL database service in AWS Cloud. In this article, we will look at accessing DynamoDB from our Java applications with Spring Data and an enhanced high-level client with the help of some code examples.
Spring Boot Framework pinned Β«π Java Weekly, Issue 389 https://www.baeldung.com/java-weekly-389 β‘οΈ @SpringFrameworkZoneΒ»
π Prevent ApplicationRunner or CommandLineRunner Beans From Executing During Junit Testing
https://www.baeldung.com/spring-junit-prevent-runner-beans-testing-execution
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-junit-prevent-runner-beans-testing-execution
β‘οΈ @SpringFrameworkZone
π JPA Support β State of the Tools Ecosystem in 2021
https://www.baeldung.com/jpa-tools-overview
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/jpa-tools-overview
β‘οΈ @SpringFrameworkZone
π Spring WebFlux Validation
https://www.vinsguru.com/spring-webflux-validation/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/spring-webflux-validation/
β‘οΈ @SpringFrameworkZone
Vinsguru
Spring WebFlux Validation | Vinsguru
In this tutorial, I would like to show you Spring WebFlux Validation for validating the beans / request inputs & conditional constraint validation.
π Building web applications with Spring Boot and Kotlin
https://spring.io/guides/tutorials/spring-boot-kotlin/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/tutorials/spring-boot-kotlin/
β‘οΈ @SpringFrameworkZone
Getting Started | Building web applications with Spring Boot and Kotlin
Learn how to easily build and test web applications with Spring, Kotlin, Junit and JDBC
π Knative Eventing with Quarkus, Kafka and Camel
https://piotrminkowski.com/2021/06/14/knative-eventing-with-quarkus-kafka-and-camel/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/06/14/knative-eventing-with-quarkus-kafka-and-camel/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Knative Eventing with Quarkus, Kafka and Camel - Piotr's TechBlog
This article shows how to use Apache Camel with ther Quarkus framework to integrate with Kafka and the Knative Eventing model.
π Load Spring Boot Properties From a JSON File
https://www.baeldung.com/spring-boot-json-properties
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-json-properties
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Load Spring Boot Properties From a JSON File | Baeldung
Learn how to load configuration properties for Spring Boot from a JSON file