π 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
π Spring Native 0.10.0 available now
https://spring.io/blog/2021/06/14/spring-native-0-10-0-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/06/14/spring-native-0-10-0-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Native 0.10.0 available now
<div class="paragraph">
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Native 0.10.0 has been released. It is based on <a href="https://spring.io/blog/2021/05/20/spring-boot-2-5-is-now-ga">Spring Boot 2.5</a>β¦
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Native 0.10.0 has been released. It is based on <a href="https://spring.io/blog/2021/05/20/spring-boot-2-5-is-now-ga">Spring Boot 2.5</a>β¦
π What is New in Spring Boot 2.2?
https://springframework.guru/what-is-new-in-spring-boot-2-2/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/what-is-new-in-spring-boot-2-2/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
What is New in Spring Boot 2.2?
As of writing this post, Spring Boot 2.2 was released on October 16th, 2019. This new release is built on Spring Framework 5.2. The Spring Boot 2.2 has a number of great features, which we'llβ¦
π Performance Testing with Gatling
https://piotrminkowski.com/2018/01/18/perfomance-testing-with-gatling/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/01/18/perfomance-testing-with-gatling/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Performance Testing with Gatling - Piotr's TechBlog
How many of you have ever created automated performance tests before running an application on production? Usually, developers attach importance to the functional testing and try to provide at least some unit and integration tests. However, sometimes a performanceβ¦
π Hibernate Proxies β Why theyβre used and how to unproxy them
https://thorben-janssen.com/hibernate-proxies/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/hibernate-proxies/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Hibernate Proxies - Why they're used and how to unproxy them
Hibernate generates proxies for lazily fetched to-one associations. Learn how to unproxy them, force their initialization and avoid pitfalls.