Spring Boot Framework pinned Β«π Java Weekly, Issue 373 https://www.baeldung.com/java-weekly-373 β‘οΈ @SpringFrameworkZoneΒ»
π Coffee with Thorben 2020-02-19 β Enums, Enums, Enums β¦
https://thorben-janssen.com/coffee-with-thorben-jpql-criteria-native-2/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/coffee-with-thorben-jpql-criteria-native-2/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Coffee with Thorben 2020-02-19 - Enums, Enums, Enums ...
In this episode, we discuss 4 options to map enums, including one that supports database-specific enum types.
π Spring Security Context Propagation with @Async
https://www.baeldung.com/spring-security-async-principal-propagation
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-async-principal-propagation
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security Context Propagation with @Async | Baeldung
A short example of propagating Spring Security context when using @Async annotation
π Spring Boot | Distributed Tracing With Jaeger
https://www.vinsguru.com/spring-boot-distributed-tracing-with-jaeger/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/spring-boot-distributed-tracing-with-jaeger/
β‘οΈ @SpringFrameworkZone
Vinsguru
Distributed Tracing In Microservices - Jaeger With Spring Boot | Vinsguru
This tutorial explains enabling Distributed Tracing In Microservices by using Jaeger with Spring Boot for monitoring and troubleshooting.
π Retry Pattern β Microservice Design Patterns
https://www.vinsguru.com/retry-pattern/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/retry-pattern/
β‘οΈ @SpringFrameworkZone
Vinsguru
Retry Pattern With Spring Boot | Vinsguru
This tutorial explains Retry Pattern, one of the Microservice Design Patterns for designing highly resilient Microservices using resilience4j.
π Timeout Pattern β Microservice Design Patterns
https://www.vinsguru.com/timeout-pattern/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/timeout-pattern/
β‘οΈ @SpringFrameworkZone
Vinsguru
Timeout Pattern - Microservice Design Patterns | Vinsguru
This tutorial explains Timeout Pattern which is one of the Microservice Design Patterns for designing highly resilient Microservices.
π Bulkhead Pattern β Microservice Design Patterns
https://www.vinsguru.com/bulkhead-pattern/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/bulkhead-pattern/
β‘οΈ @SpringFrameworkZone
Vinsguru
Bulkhead Pattern with Spring Boot | Vinsguru
This tutorial explains Bulkhead Pattern, one of the Microservice Design Patterns for designing highly resilient Microservices using resilience4j.
π JPA Data Access with Micronaut Data
https://piotrminkowski.com/2019/07/25/jpa-data-access-with-micronaut-predator/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/07/25/jpa-data-access-with-micronaut-predator/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
JPA Data Access with Micronaut Data - Piotr's TechBlog
In this article you will learn how to use Micronaut Data JPA project to implement repositories pattern and use in your application.
π Reactor β Cold Publisher vs Hot Publisher
https://www.vinsguru.com/reactive-programming-publisher-types-cold-vs-hot/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/reactive-programming-publisher-types-cold-vs-hot/
β‘οΈ @SpringFrameworkZone
Vinsguru
Reactor Hot Publisher vs Cold Publisher | Vinsguru
Learn the difference between Reactor Hot Publisher vs Cold Publisher with code samples & when to use what (Java Reactive Programming).
π Building a Multi-Module Spring Boot Application with Gradle
https://reflectoring.io/spring-boot-gradle-multi-module/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-gradle-multi-module/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Building a Multi-Module Spring Boot Application with Gradle
A tutorial on how to split up a Spring Boot application into multiple Gradle modules.
π How to Use Circuit Breaker in Spring Boot Application
https://betterjavacode.com/spring-boot/how-to-use-circuit-breaker-in-spring-boot-application
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/spring-boot/how-to-use-circuit-breaker-in-spring-boot-application
β‘οΈ @SpringFrameworkZone
Code Complete
How to Use Circuit Breaker in Spring Boot Application
In this post, I show how one can use COUNT based and TIME based circuit breaker in a spring boot application.
π Migrate Android Project from Eclipse to Android Studio
https://betterjavacode.com/programming/migrate-android-project-from-eclipse-to-android-studio
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/migrate-android-project-from-eclipse-to-android-studio
β‘οΈ @SpringFrameworkZone
Code Complete
Migrate Android Project from Eclipse to Android Studio - Code Complete
I remember downloading Android Studio back in 2013 to work on an Android project. But after playing around for an hour or two, I got frustrated. I had to delete Android Studio and go back to Eclipse. One reason why Eclipse was never successful with androidβ¦
π Spring Initializr 0.10.0 available now
https://spring.io/blog/2021/02/19/spring-initializr-0-10-0-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/02/19/spring-initializr-0-10-0-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Initializr 0.10.0 available now
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Initializr 0.10.0 has been released and is now available from Maven Central.</p>
<p>This release includes <a href="https://github.com/spring-io/initializr/releasβ¦
<p>This release includes <a href="https://github.com/spring-io/initializr/releasβ¦
π Spring Security Authentication Provider
https://www.baeldung.com/spring-security-authentication-provider
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-authentication-provider
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security Custom Authentication Provider | Baeldung
How to Set Up a Custom Authentication Provider with Spring Security and the namespace configuration.
π Design Pattern β Adapter Pattern β Part VII
https://betterjavacode.com/programming/design-patter-adapter-pattern-part-vii
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/design-patter-adapter-pattern-part-vii
β‘οΈ @SpringFrameworkZone
Code Complete
Design Pattern - Adapter Pattern - Part VII - Code Complete
Design patterns. In this post, I show how and why to use Adapter Design Pattern while designing your software. Questions?
π Spring Security for Spring Boot Integration Tests
https://www.baeldung.com/spring-security-integration-tests
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-integration-tests
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security for Spring Boot Integration Tests | Baeldung
Learn how to execute Spring Security enabled integration tests
π Microservices with Kubernetes and Docker
https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Microservices with Kubernetes and Docker - Piotr's TechBlog
Introduction to building Spring Boot microservices achitecture with Docker and Kubernetes.
π Microservices with Micronaut, KrakenD and Consul
https://piotrminkowski.com/2021/02/23/microservices-with-micronaut-krakend-and-consul/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/02/23/microservices-with-micronaut-krakend-and-consul/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Microservices with Micronaut, KrakenD and Consul - Piotr's TechBlog
This article shows how to use KrakenD as an API gateway with Consul service discovery for microservices written with the Micronaut framework.
π Hibernate Performance Tuning Done Right
https://thorben-janssen.com/hibernate-performance-tuning-done-right/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/hibernate-performance-tuning-done-right/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Hibernate Performance Tuning Done Right
There is no "one size fits all" approach to performance optimization. You need to pick the problem and fix based on your model and data.
π How to Read HTTP Headers in Spring REST Controllers
https://www.baeldung.com/spring-rest-http-headers
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-rest-http-headers
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
How to Read HTTP Headers in Spring REST Controllers | Baeldung
Learn how to access request headers in Spring REST controllers.