π Test Spring applications using AWS with Testcontainers and LocalStack
https://rieckpil.de/test-spring-applications-using-aws-with-testcontainers-and-localstack/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/test-spring-applications-using-aws-with-testcontainers-and-localstack/
β‘οΈ @SpringFrameworkZone
rieckpil
Spring Boot Integration Tests With AWS Services Using LocalStack
Setup AWS infrastructure (e.g. SQS and S3) to write integration tests for Spring applications using JUnit 5, Testcontainers and LocalStack.
π Spring RestTemplate Request/Response Logging
https://www.baeldung.com/spring-resttemplate-logging
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-resttemplate-logging
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring RestTemplate Request/Response Logging | Baeldung
A quick and practical guide to RestTemplate logging.
π Design Pattern β Prototype Pattern β Part VI
https://betterjavacode.com/core-java/design-pattern-prototype-pattern-part-vi
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/core-java/design-pattern-prototype-pattern-part-vi
β‘οΈ @SpringFrameworkZone
Code Complete
Design Pattern - Prototype Pattern - Part VI - Code Complete
Design Patterns. In this post, I show how and why to use Prototype design pattern while building a software. Step by step explaination.
π Spring Cloud Tutorial for Beginners
https://betterjavacode.com/spring-boot/spring-cloud-tutorial-for-beginners
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/spring-boot/spring-cloud-tutorial-for-beginners
β‘οΈ @SpringFrameworkZone
Code Complete
Spring Cloud Tutorial for Beginners - Code Complete
In this post, I teach Spring Cloud tutorial for beginners. I discuss the different features that Spring Cloud offers and show an example.
π Securing Jakarta EE with Spring Security
https://www.baeldung.com/java-ee-spring-security
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/java-ee-spring-security
β‘οΈ @SpringFrameworkZone
Baeldung
Securing Jakarta EE with Spring Security | Baeldung
Learn how to secure a Jakarta EE web application with Spring Security.
π Container Configuration in Spring Boot 2
https://www.baeldung.com/embeddedservletcontainercustomizer-configurableembeddedservletcontainer-spring-boot
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/embeddedservletcontainercustomizer-configurableembeddedservletcontainer-spring-boot
β‘οΈ @SpringFrameworkZone
Baeldung
Container Configuration in Spring Boot | Baeldung
Learn how to replace the EmbeddedServletContainerCustomizer and ConfigurableEmbeddedServletContainer classes in Spring Boot 2
π[10H] Udemy - Learn integration testing with Spring Boot
Learn about integration testing with Spring Boot without beat around the bush, through practical and direct examples
https://www.udemy.com/course/learn-integration-testing-with-spring-boot/?couponCode=NEW_COURSE
β‘οΈ @SpringFrameworkZone
Learn about integration testing with Spring Boot without beat around the bush, through practical and direct examples
https://www.udemy.com/course/learn-integration-testing-with-spring-boot/?couponCode=NEW_COURSE
β‘οΈ @SpringFrameworkZone
Udemy
Learn integration testing with Spring Boot
Learn about integration testing with Spring Boot without beat around the bush, through practical and direct examples
π The JPA and Hibernate second-level cache
https://vladmihalcea.com/jpa-hibernate-second-level-cache/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/jpa-hibernate-second-level-cache/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
The JPA and Hibernate second-level cache - Vlad Mihalcea
Learn how the JPA and Hibernate second-level cache works, what data can be cached, and how to scale the second-level cache.
π Creating a Consumer-Driven Contract with Feign and Pact
https://reflectoring.io/consumer-driven-contract-feign-pact/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/consumer-driven-contract-feign-pact/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Creating a Consumer-Driven Contract with Feign and Pact
A guide on how to implement a consumer-driven contract test with Pact that verifies that a REST consumer based on Feign and Spring Boot works as defined in the contract.
π Fetching a DTO With a To-Many Association
https://thorben-janssen.com/fetching-dtos-with-to-many-association/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/fetching-dtos-with-to-many-association/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Fetching a DTO With a To-Many Association
When fetching DTO objects, JPA and Hibernate don't support the mapping of to-many associations. You need to provide your own mapping for them
π Quarkus Tips, Tricks and Techniques
https://piotrminkowski.com/2021/10/12/quarkus-tips-tricks-and-techniques/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/10/12/quarkus-tips-tricks-and-techniques/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Quarkus Tips, Tricks and Techniques - Piotr's TechBlog
In this article, you will learn some useful tips and tricks related to the Quarkus framework like Dev Services, Dev UI or GraphQL support.
π This Week in Spring - October 12th, 2021
https://spring.io/blog/2021/10/12/this-week-in-spring-october-12th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/10/12/this-week-in-spring-october-12th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - October 12th, 2021
<p>Hi, Spring fans! Welcome to yet another installment of <em>This Week in Spring</em> where we recap - with apologies to <em>The Times</em> - all the news thatβs fit to reprint in the Spring and Spring-adjacent ecosystems. First: itβs almost Halloween! Canβ¦
π How to use the Spring FactoryBean?
https://www.baeldung.com/spring-factorybean
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-factorybean
β‘οΈ @SpringFrameworkZone
Baeldung
How to Use the Spring FactoryBean? Baeldung
A quick guide to Spring FactoryBean API with examples.
π Preventing Username Enumeration Attacks with Spring Security
https://www.baeldung.com/spring-security-enumeration-attacks
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-enumeration-attacks
β‘οΈ @SpringFrameworkZone
Baeldung
Preventing Username Enumeration Attacks with Spring Security | Baeldung
A quick and practical overview of securing our Spring applications against enumeration attacks.
π Reactive Logging With Spring WebFlux and Logstash
https://piotrminkowski.com/2019/10/15/reactive-logging-with-spring-webflux-and-logstash/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/10/15/reactive-logging-with-spring-webflux-and-logstash/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Reactive Logging With Spring WebFlux and Logstash - Piotr's TechBlog
This article shows how to implement a code for reactive logging of incoming HTTP requests and outgoing responses with Spring WebFlux.
π Spring Framework 5.3.11 and 5.2.18 available now
https://spring.io/blog/2021/10/14/spring-framework-5-3-11-and-5-2-18-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/10/14/spring-framework-5-3-11-and-5-2-18-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Framework 5.3.11 and 5.2.18 available now
<p><strong>Update (2021-10-26):</strong> These releases contain fixes for a security issue. Please, read the related <a href="https://spring.io/blog/2021/10/26/security-reports-for-spring-framework-spring-data-rest-spring-amqp-and-spring-cloud-openfeign"β¦
π Ratpack Integration with Spring Boot
https://www.baeldung.com/ratpack-spring-boot
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/ratpack-spring-boot
β‘οΈ @SpringFrameworkZone
Baeldung
Ratpack Integration with Spring Boot | Baeldung
A quick and practical introduction to Ratpack Spring Boot integration.