π Quick Guide to Microservices with Spring Boot 2, Eureka and Spring Cloud
https://piotrminkowski.com/2018/04/26/quick-guide-to-microservices-with-spring-boot-2-0-eureka-and-spring-cloud/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/04/26/quick-guide-to-microservices-with-spring-boot-2-0-eureka-and-spring-cloud/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Quick Guide to Microservices with Spring Boot 2, Eureka and Spring Cloud
Guide to building microservices with Spring Boot and Spring Cloud. Using components like Spring Cloud Netflix, Gateway and OpenFeign.
π Spring Tips: Spring Cloud Square
https://spring.io/blog/2021/07/07/spring-tips-spring-cloud-square
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/07/07/spring-tips-spring-cloud-square
β‘οΈ @SpringFrameworkZone
spring.io
Spring Tips: Spring Cloud Square
<p>Hi, Spring fans! In this installment, Spring Developer Advocate <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> looks at how to build smarter HTTP clients for your Spring Boot microservices with Spring Cloud Square, Retrofit, and OKHTTP.β¦
π Guide to DeferredResult in Spring
https://www.baeldung.com/spring-deferred-result
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-deferred-result
β‘οΈ @SpringFrameworkZone
π Spring Cloud Hoxton.SR12 has been released
https://spring.io/blog/2021/07/07/spring-cloud-hoxton-sr12-has-been-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/07/07/spring-cloud-hoxton-sr12-has-been-released
β‘οΈ @SpringFrameworkZone
Spring Cloud Hoxton.SR12 has been released
Level up your Java code and explore what Spring can do for you.
π Caching: How to use Redis Caching with Spring Boot
https://betterjavacode.com/core-java/caching-how-to-use-redis-caching-with-spring-boot
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/core-java/caching-how-to-use-redis-caching-with-spring-boot
β‘οΈ @SpringFrameworkZone
Code Complete
Caching: How to use Redis Caching with Spring Boot
Learn how to use redis caching in your spring boot application. Improve the performance of your application with redis caching.
π A Bootiful Podcast: Matt Raible
https://spring.io/blog/2021/07/08/a-bootiful-podcast-matt-raible
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/07/08/a-bootiful-podcast-matt-raible
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Matt Raible
<p>Itβs Matt Raible! I love talking to Matt Raible, and Iβll bet you would too. Heβs one of the good ones, people. One of the legends of the Java and JavaScript communities. One of the greats. Enjoy!</p>
<iframe title="MATT RAIBLE!!" allowtransparency="true"β¦
<iframe title="MATT RAIBLE!!" allowtransparency="true"β¦
π How to Configure Environment-Specific Logging Behavior with Spring Boot
https://reflectoring.io/profile-specific-logging-spring-boot/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/profile-specific-logging-spring-boot/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Per-Environment Logging with Plain Java and Spring Boot
How to configure a plain Java or Spring Boot application to send logs to different targets in different runtime environments.
π Kubernetes Multicluster with Kind and Submariner
https://piotrminkowski.com/2021/07/08/kubernetes-multicluster-with-kind-and-submariner/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/07/08/kubernetes-multicluster-with-kind-and-submariner/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Kubernetes Multicluster with Kind and Submariner - Piotr's TechBlog
This article shows how to enable direct pod to pod communication between different Kubernetes clusters with Submariner, kind and Calico.
π Overview and Need for DelegatingFilterProxy in Spring
https://www.baeldung.com/spring-delegating-filter-proxy
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-delegating-filter-proxy
β‘οΈ @SpringFrameworkZone
π Spring Authorization Server 0.1.2 available now
https://spring.io/blog/2021/07/09/spring-authorization-server-0-1-2-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/07/09/spring-authorization-server-0-1-2-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Authorization Server 0.1.2 available now
<div class="paragraph">
<p>On behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.1.2.</p>
</div>
<div class="paragraph">
<p>You can download it from Maven Centralβ¦
<p>On behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.1.2.</p>
</div>
<div class="paragraph">
<p>You can download it from Maven Centralβ¦
Spring Boot Framework pinned Β«π Java Weekly, Issue 393 https://www.baeldung.com/java-weekly-393 β‘οΈ @SpringFrameworkZoneΒ»
π CRUD application with Spring Boot 2.2, Java 11 and H2
https://rieckpil.de/howto-crud-application-with-spring-boot-2-2-java-11-and-h2/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/howto-crud-application-with-spring-boot-2-2-java-11-and-h2/
β‘οΈ @SpringFrameworkZone
rieckpil
CRUD application with Spring Boot 2.2, Java 11 and H2
Learn how to write CRUD applications with Spring Boot 2.2, JUnit 5, Java 11 and an H2 database based on a sample book store application (YouTube video)
π Using the Spring @RequestMapping Annotation
https://springframework.guru/spring-requestmapping-annotation/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-requestmapping-annotation/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Using the Spring @RequestMapping Annotation
@RequestMapping is one of the most common annotation used in Spring Web applications. This annotation maps HTTP requests to handler methods of MVC and REST controllers. In this post, you'll see how versatile the @RequestMappingβ¦