π The Complete Guide to Use Docker Compose
https://betterjavacode.com/docker/the-complete-guide-to-use-docker-compose
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/docker/the-complete-guide-to-use-docker-compose
β‘οΈ @SpringFrameworkZone
Code Complete
The Complete Guide to Use Docker Compose - Code Complete
In this post, I show the complete guide to use docker compose to build multi-container application. We use Spring Boot, DB and Keycloak.
Spring Boot Framework pinned Β«π Java Weekly, Issue 364 https://www.baeldung.com/java-weekly-364 β‘οΈ @SpringFrameworkZoneΒ»
π Micronaut Tutorial: Server Application
https://piotrminkowski.com/2019/04/23/micronaut-tutorial-server-application/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/04/23/micronaut-tutorial-server-application/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Micronaut Tutorial: Server Application - Piotr's TechBlog
This tutorial shows how to build Micronaut server-side HTTP application and expose Swagger, health checks and different versions of endpoints
π Changing the Logging Level at the Runtime for a Spring Boot Application
https://www.baeldung.com/spring-boot-changing-log-level-at-runtime
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-changing-log-level-at-runtime
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Changing the Logging Level at the Runtime for a Spring Boot Application | Baeldung
Explore different ways of controlling the logging level at runtime in a Spring Boot Application.
π Hiding Endpoints From Swagger Documentation in Spring Boot
https://www.baeldung.com/spring-swagger-hiding-endpoints
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-swagger-hiding-endpoints
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Hiding Endpoints From Swagger Documentation in Spring Boot | Baeldung
Let's have a look at how we can hide endpoints from Swagger API documentation.
π DB Integration Tests with Spring Boot and Testcontainers
https://www.baeldung.com/spring-boot-testcontainers-integration-test
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-testcontainers-integration-test
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
DB Integration Tests with Boot and Testcontainers | Baeldung
Learn how to create powerful integration tests with Spring Boot and Testcontainers that connect to a dockerized database image
π Reactive Microservices with Spring WebFlux and Spring Cloud
https://piotrminkowski.com/2018/05/04/reactive-microservices-with-spring-webflux-and-spring-cloud/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/05/04/reactive-microservices-with-spring-webflux-and-spring-cloud/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Reactive Microservices with Spring WebFlux and Spring Cloud
This article shows how to build Spring Boot reactive microservices using Spring WebFlux project and Spring Cloud components.
π Building a Simple Web Application with Spring Boot and Groovy
https://www.baeldung.com/spring-boot-groovy-web-app
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-groovy-web-app
β‘οΈ @SpringFrameworkZone
Baeldung
Building a Simple Web Application with Spring Boot and Groovy | Baeldung
Learn how to build a simple todo application with Spring Boot and Groovy.
π Circuit Breaking In Spring Cloud Gateway With Resilience4J
https://piotrminkowski.com/2019/12/11/circuit-breaking-in-spring-cloud-gateway-with-resilience4j/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/12/11/circuit-breaking-in-spring-cloud-gateway-with-resilience4j/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Circuit Breaking In Spring Cloud Gateway With Resilience4J
This tutorial shows how to use a circuit breaker filter in Spring Cloud Gateway. The circuit breaker is built with the Resilience4J project.
π Announcing Spring Cloud Stream Applications 2020.0.0 GA Release
https://spring.io/blog/2020/12/21/announcing-spring-cloud-stream-applications-2020-0-0-ga-release
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/21/announcing-spring-cloud-stream-applications-2020-0-0-ga-release
β‘οΈ @SpringFrameworkZone
spring.io
Announcing Spring Cloud Stream Applications 2020.0.0 GA Release
<div class="paragraph">
<p>We are glad to announce the GA release of the newly redesigned Spring Cloud Stream applications - <a href="https://github.com/spring-cloud/stream-applications/releases/tag/v2020.0.0">2020.0.0</a>.</p>
</div>
<div class="paragraph">β¦
<p>We are glad to announce the GA release of the newly redesigned Spring Cloud Stream applications - <a href="https://github.com/spring-cloud/stream-applications/releases/tag/v2020.0.0">2020.0.0</a>.</p>
</div>
<div class="paragraph">β¦
π Java 14 β New Features
https://www.baeldung.com/java-14-new-features
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/java-14-new-features
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
New Features in Java 14 | Baeldung
Explore various JEPs of Java 14.
π How to get a JSON property value using PostgreSQL
https://vladmihalcea.com/json-property-value-postgresql/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/json-property-value-postgresql/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
How to get a JSON property value using PostgreSQL - Vlad Mihalcea
Learn how you can get a JSON property value using the `->>` PostgreSQL operator and transform a JSON object into a relational database table.
π Guide to Testing with Spring Boot Starter Test
https://rieckpil.de/guide-to-testing-with-spring-boot-starter-test/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/guide-to-testing-with-spring-boot-starter-test/
β‘οΈ @SpringFrameworkZone
rieckpil
Guide to Testing With the Spring Boot Starter Test - rieckpil
Introduction guide for the Spring Boot testing swiss-army knife and its transitive dependencies: the Spring Boot Starter Test
π Use GreenMail For Spring Mail (JavaMailSender) JUnit 5 Integration Tests
https://rieckpil.de/use-greenmail-for-spring-mail-javamailsender-junit-5-integration-tests/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/use-greenmail-for-spring-mail-javamailsender-junit-5-integration-tests/
β‘οΈ @SpringFrameworkZone
rieckpil
Use GreenMail For Spring Mail (JavaMailSender) JUnit 5 Integration Tests
Write integration tests for sending emails with Spring Mail (JavaMailSender) using GreenMail and JUnit 5. SMTP, POP3, IMAP supported
π Spring Cloud 2020.0.0 (aka Ilford) Is Available
https://spring.io/blog/2020/12/22/spring-cloud-2020-0-0-aka-ilford-is-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/22/spring-cloud-2020-0-0-aka-ilford-is-available
β‘οΈ @SpringFrameworkZone
Spring Cloud 2020.0.0 (aka Ilford) Is Available
Level up your Java code and explore what Spring can do for you.
π Spring Boot: Customize the Jackson ObjectMapper
https://www.baeldung.com/spring-boot-customize-jackson-objectmapper
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-customize-jackson-objectmapper
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Boot: Customize the Jackson ObjectMapper | Baeldung
Learn how to configure the serialization and deserialization options for Jackson using Spring Boot.
π This Week in Spring - December 22nd, 2020
https://spring.io/blog/2020/12/22/this-week-in-spring-december-22nd-2020
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/22/this-week-in-spring-december-22nd-2020
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - December 22nd, 2020
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring!</em> </p>
<p>Itβs December 22nd, 2020, as I write this and I <em>can not</em> believe weβre smack dab in the middle of the week and only have two shopping days until Christmas!β¦
<p>Itβs December 22nd, 2020, as I write this and I <em>can not</em> believe weβre smack dab in the middle of the week and only have two shopping days until Christmas!β¦