π Deploying Spring Boot Application on OpenShift with Dekorate
https://piotrminkowski.com/2019/10/01/deploying-spring-boot-application-on-openshift-with-dekorate/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/10/01/deploying-spring-boot-application-on-openshift-with-dekorate/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Deploying Spring Boot Application on OpenShift with Dekorate
This article shows how to use Dekorate library with Spring Boot to deploy it on OpenShift without creating YAML manifests.
π Intro to Spring Remoting with HTTP Invokers
https://www.baeldung.com/spring-remoting-http-invoker
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-remoting-http-invoker
β‘οΈ @SpringFrameworkZone
Baeldung
Intro to Spring Remoting with HTTP Invokers | Baeldung
A quick and practical guide on using the HTTP Invoker in Spring Remoting to invoke remote methods between client and server applications.
π Tracing in Distributed Systems with Spring Cloud Sleuth
https://reflectoring.io/tracing-with-spring-cloud-sleuth/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/tracing-with-spring-cloud-sleuth/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Tracing with Spring Boot, OpenTelemetry, and Jaeger
A guide on how to set up your Spring Boot applications to emit traces and analyze them with Jaeger
π Spring Retry vs Resilience4j Retry
https://betterjavacode.com/programming/spring-retry-vs-resilience4j-retry
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/spring-retry-vs-resilience4j-retry
β‘οΈ @SpringFrameworkZone
Code Complete
Spring Retry vs Resilience4j Retry - Code Complete
In this post, I show the comparison of two retries - Spring Retry vs Resilience4j Retry. I show how to use Retry for exception handling.
π Spring WebFlux With Protobuf
https://www.vinsguru.com/spring-webflux-with-protobuf/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/spring-webflux-with-protobuf/
β‘οΈ @SpringFrameworkZone
Vinsguru
Spring WebFlux With Protobuf | Vinsguru
In this tutorial, I would like to show you how we could use Spring WebFlux with Protobuf (Protocol Buffers) for your RESTful Microservices.
π A Comparison Between Spring and Spring Boot
https://www.baeldung.com/spring-vs-spring-boot
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-vs-spring-boot
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
A Comparison Between Spring and Spring Boot | Baeldung
Understand the difference between Spring and Spring Boot.
π Logging HTTP Requests with Spring Boot Actuator HTTP Tracing
https://www.baeldung.com/spring-boot-actuator-http
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-actuator-http
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Logging HTTP Requests with Spring Boot Actuator HTTP Tracing | Baeldung
Learn how to trace HTTP calls using Spring Boot Actuator.
Spring Boot Framework pinned Β«π Java Weekly, Issue 378 https://www.baeldung.com/java-weekly-378 β‘οΈ @SpringFrameworkZoneΒ»
π A Guide to Springβs Open Session In View
https://www.baeldung.com/spring-open-session-in-view
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-open-session-in-view
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
A Guide to Spring's Open Session In View
Learn about Spring's Open Session In View pattern
π Accessing Data in Pivotal GemFire with REST
https://spring.io/guides/gs/accessing-gemfire-data-rest/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/gs/accessing-gemfire-data-rest/
β‘οΈ @SpringFrameworkZone
Getting Started | Accessing Data in Pivotal GemFire with REST
Learn how to work with RESTful, hypermedia-based data persistence using Spring Data REST.
π Secure Spring Cloud Microservices with Vault and Nomad
https://piotrminkowski.com/2018/12/21/secure-spring-cloud-microservices-with-vault-and-nomad/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/12/21/secure-spring-cloud-microservices-with-vault-and-nomad/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Secure Spring Cloud Microservices with Vault and Nomad - Piotr's TechBlog
One of the significant topics related to microservices security is managing and protecting sensitive data like tokens, passwords or certificates used by your application. As a developer you probably often implement a software that connects with external databasesβ¦
π Manage Docker Containers with Docker Compose
https://springframework.guru/manage-docker-containers-with-docker-compose/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/manage-docker-containers-with-docker-compose/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Manage Docker Containers with Docker Compose
Docker Compose defines and runs multi-container Docker applications. It lets you create and start all services from a configuration file with a single docker-compose command. In the previous posts on the Docker series, I discussedβ¦
π Polymorphic association mappings of independent classes
https://thorben-janssen.com/polymorphic-association-mappings-of-independent-classes/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/polymorphic-association-mappings-of-independent-classes/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Polymorphic association mappings of independent classes
Hibernate's @Any and @ManyToAny mappings provide a flexible way to map polymorphic associations that don't require an inheritance hierarchy.
π Configuring a Tomcat Connection Pool in Spring Boot
https://www.baeldung.com/spring-boot-tomcat-connection-pool
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-tomcat-connection-pool
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Configuring a Tomcat Connection Pool in Spring Boot | Baeldung
Learn how to configure a Spring Boot JPA application to use the Tomcat JDBC Connection Pool.
π This Week in Spring - March 30th, 2021
https://spring.io/blog/2021/03/30/this-week-in-spring-march-30th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/03/30/this-week-in-spring-march-30th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - March 30th, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Can you believe itβs nearly April? Time sure flies when youβre having fun! Thereβs a lot of good stuff to get to this week, particularly around the nascent and just announcedβ¦
π Reloading Properties Files in Spring
https://www.baeldung.com/spring-reloading-properties
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-reloading-properties
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Reloading Properties Files in Spring | Baeldung
Learn a few approaches to getting property values to reload in Spring Beans, including Spring Cloud's refresh scope.
π Solving Springβs βnot eligible for auto-proxyingβ Warning
https://www.baeldung.com/spring-not-eligible-for-auto-proxying
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-not-eligible-for-auto-proxying
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Solving Springβs βnot eligible for auto-proxyingβ Warning | Baeldung
When setting up a bean post-processor, we can get a warning from Spring; "not eligible for auto-proxying". We explore the cause of this issue and how to resolve it.