๐ 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.
๐ Open API Server Implementation Using OpenAPI Generator
https://www.baeldung.com/java-openapi-generator-server
โก๏ธ @SpringFrameworkZone
https://www.baeldung.com/java-openapi-generator-server
โก๏ธ @SpringFrameworkZone
Baeldung on Kotlin
Open API Server Implementation Using OpenAPI Generator | Baeldung
Learn how to generate a Spring-based server stub from a YAML specification using the OpenAPI generator's Maven plugin.
๐ Decoupling Registration from Login in the Reddit App
https://www.baeldung.com/reddit-app-replace-reddit-auth-with-form-based-login
โก๏ธ @SpringFrameworkZone
https://www.baeldung.com/reddit-app-replace-reddit-auth-with-form-based-login
โก๏ธ @SpringFrameworkZone
Baeldung
Decouple Registration from Login in the Reddit App | Baeldung
New basic registration flow and simple form-based login to replace the "Login and Register" via Reddit. The app now has a clean auth process all around.
๐ Knative Eventing with Kafka and Quarkus
https://piotrminkowski.com/2021/03/31/knative-eventing-with-kafka-and-quarkus/
โก๏ธ @SpringFrameworkZone
https://piotrminkowski.com/2021/03/31/knative-eventing-with-kafka-and-quarkus/
โก๏ธ @SpringFrameworkZone
Piotr's TechBlog
Knative Eventing with Kafka and Quarkus - Piotr's TechBlog
This article shows how to integrate Quarkus application with Knative Eventing and Kafka to implement an example of the SAGA pattern.
๐ Spring Data 2021.0.0-RC1 and 2020.0.7 released
https://spring.io/blog/2021/03/31/spring-data-2021-0-0-rc1-and-2020-0-7-released
โก๏ธ @SpringFrameworkZone
https://spring.io/blog/2021/03/31/spring-data-2021-0-0-rc1-and-2020-0-7-released
โก๏ธ @SpringFrameworkZone
spring.io
Spring Data 2021.0.0-RC1 and 2020.0.7 released
<p>On behalf of the team, Iโm pleased to announce the availability of the Spring Data releases <code>2021.0.0-RC1</code> and <code>2020.0.7</code>.</p>
<p>If you use Spring Boot and want to upgrade to <code>2021.0.0-RC1</code> or <code>2020.0.7, set the</code>springโฆ
<p>If you use Spring Boot and want to upgrade to <code>2021.0.0-RC1</code> or <code>2020.0.7, set the</code>springโฆ