📁 Improve build times with Context Caching from Spring Test
https://rieckpil.de/improve-build-times-with-context-caching-from-spring-test/
➡️ @SpringFrameworkZone
https://rieckpil.de/improve-build-times-with-context-caching-from-spring-test/
➡️ @SpringFrameworkZone
rieckpil
Improve Build Times with Spring TestContext Context Caching - rieckpil
Understand how the Context Caching mechanism from Spring Test can improve your build time while resuing an already started context
🆕 Conversion of Entity to DTO Using ModelMapper
https://betterjavacode.com/spring-boot/conversion-of-entity-to-dto-using-modelmapper
➡️ @SpringFrameworkZone
https://betterjavacode.com/spring-boot/conversion-of-entity-to-dto-using-modelmapper
➡️ @SpringFrameworkZone
Code Complete
Conversion of Entity to DTO Using ModelMapper - Code Complete
In this post, I show how to convert Entity to DTO using ModelMapper library. I will show a simple demo in this post for the same.
📁 Integration tests on OpenShift using Arquillian Cube and Istio
https://piotrminkowski.com/2018/09/13/integration-tests-on-openshift-using-arquillian-cube-and-istio/
➡️ @SpringFrameworkZone
https://piotrminkowski.com/2018/09/13/integration-tests-on-openshift-using-arquillian-cube-and-istio/
➡️ @SpringFrameworkZone
Piotr's TechBlog
Integration tests on OpenShift using Arquillian Cube and Istio
A tutorial showing how to use Arquillian Cube Openshift extension to implement integration tests for Java application using Istio.
📁 Architectural Pattern – Choreography Saga Pattern With Spring Boot + Kafka
https://www.vinsguru.com/architectural-design-pattern-saga-pattern-implementation-using-kafka/
➡️ @SpringFrameworkZone
https://www.vinsguru.com/architectural-design-pattern-saga-pattern-implementation-using-kafka/
➡️ @SpringFrameworkZone
Vinsguru
Choreography Saga Pattern With Spring Boot | Vinsguru
Learn Choreography Saga Pattern with Spring Boot + Kafka for handling transactions in Microservices architecture
📁 An Advanced Guide to GraphQL with Spring Boot
https://piotrminkowski.com/2020/07/31/an-advanced-guide-to-graphql-with-spring-boot/
➡️ @SpringFrameworkZone
https://piotrminkowski.com/2020/07/31/an-advanced-guide-to-graphql-with-spring-boot/
➡️ @SpringFrameworkZone
Piotr's TechBlog
An Advanced Guide to GraphQL with Spring Boot - Piotr's TechBlog
This tutorial is showing how to integrate Spring Boot with GraphQL and JPA to implement more advanced queries like joins or filtering.
🆕 High-Performance Java Persistence Newsletter, Issue 25
https://vladmihalcea.com/high-performance-java-persistence-newsletter-25/
➡️ @SpringFrameworkZone
https://vladmihalcea.com/high-performance-java-persistence-newsletter-25/
➡️ @SpringFrameworkZone
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 25 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
📁 Logout in an OAuth Secured Application (using the Spring Security OAuth legacy stack)
https://www.baeldung.com/logout-spring-security-oauth-legacy
➡️ @SpringFrameworkZone
https://www.baeldung.com/logout-spring-security-oauth-legacy
➡️ @SpringFrameworkZone
Baeldung
Logout in an OAuth Secured Application (using the Spring Security OAuth legacy stack) | Baeldung
A practical deep-dive into how to implement logout in a Spring Security OAuth2 application with JWT, using Spring Security OAuth legacy stack.