π Reading an HTTP Response Body as a String in Java
https://www.baeldung.com/java-http-response-body-as-string
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/java-http-response-body-as-string
β‘οΈ @SpringFrameworkZone
Baeldung
Reading an HTTP Response Body as a String in Java | Baeldung
Explore several options for reading an HTTP response body as a string in Java
π The Spring @Controller and @RestController Annotations
https://www.baeldung.com/spring-controller-vs-restcontroller
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-controller-vs-restcontroller
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
The Spring @Controller and @RestController Annotations | Baeldung
Learn about the differences between @Controller and @RestController annotations in Spring MVC.
π The Spring Data JPA findById Anti-Pattern
https://vladmihalcea.com/spring-data-jpa-findbyid/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/spring-data-jpa-findbyid/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
The Spring Data JPA findById Anti-Pattern - Vlad Mihalcea
Learn how the Spring Data JPA findById can become an Anti-Pattern when using it to reference parent entity associations.
π This Week in Spring - November 15th, 2022
https://spring.io/blog/2022/11/15/this-week-in-spring-november-15th-2022
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/11/15/this-week-in-spring-november-15th-2022
β‘οΈ @SpringFrameworkZone
This Week in Spring - November 15th, 2022
Level up your Java code and explore what Spring can do for you.
π Kong Ingress Controller with Spring Boot
https://www.baeldung.com/spring-boot-kong-ingress
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-kong-ingress
β‘οΈ @SpringFrameworkZone
Baeldung
Kong Ingress Controller with Spring Boot | Baeldung
Explore the use of the Kong Ingress Controller to manage access to a Spring Boot application deployed on a K8s cluster.
π Spring Cloud Dataflow 2.10.0-RC2 Released
https://spring.io/blog/2022/11/15/spring-cloud-dataflow-2-10-0-rc2-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/11/15/spring-cloud-dataflow-2-10-0-rc2-released
β‘οΈ @SpringFrameworkZone
Spring Cloud Dataflow 2.10.0-RC2 Released
Level up your Java code and explore what Spring can do for you.
π undefined
https://piotrminkowski.com/2017/05/10/in-memory-data-grid-with-hazelcast/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/05/10/in-memory-data-grid-with-hazelcast/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
In memory data grid with Hazelcast - Piotr's TechBlog
In this article, we are going to run Hazelcast in memory data grid for the Spring Boot application. I have already described how to use Hibernate second-level cache with Hazelcast in the article JPA caching with Hazelcast, Hibernate and Spring Boot. The bigβ¦
π Spring Framework 5.3.24 available now
https://spring.io/blog/2022/11/16/spring-framework-5-3-24-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/11/16/spring-framework-5-3-24-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Framework 5.3.24 available now
<p>On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework <code>5.3.24</code> is available now.</p>
<p>Spring Framework <code>5.3.24</code> includes <a href="https://github.com/spring-projects/spring-framewβ¦
<p>Spring Framework <code>5.3.24</code> includes <a href="https://github.com/spring-projects/spring-framewβ¦
π Registration with Spring Security β Password Encoding
https://www.baeldung.com/spring-security-registration-password-encoding-bcrypt
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-registration-password-encoding-bcrypt
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Password Encoding with Spring | Baeldung
How to encode password when registering (and authenticating) a new user - with Spring Security and BCrypt.
π Development with OpenShift Dev Spaces
https://piotrminkowski.com/2022/11/17/development-with-openshift-dev-spaces/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2022/11/17/development-with-openshift-dev-spaces/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Development with OpenShift Dev Spaces - Piotr's TechBlog
This article shows how to use OpenShift Dev Spaces to simplify the development of containerized apps in Kubernetes environment.
π Spring Modulith 0.1 RC1 released
https://spring.io/blog/2022/11/17/spring-modulith-0-1-rc1-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/11/17/spring-modulith-0-1-rc1-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Modulith 0.1 RC1 released
<div class="paragraph">
<p>I am pleased to announce the first and final release candidate of Spring Modulith 0.1. The release primarily is a preparation for the GA one to follow Spring Boot 3.0 GA some time next week. That said, we managed to sneak <a β¦
<p>I am pleased to announce the first and final release candidate of Spring Modulith 0.1. The release primarily is a preparation for the GA one to follow Spring Boot 3.0 GA some time next week. That said, we managed to sneak <a β¦
π A Bootiful Podcast: Java Champion, legendary engineer, and teacher Trisha Gee
https://spring.io/blog/2022/11/17/a-bootiful-podcast-java-champion-legendary-engineer-and-teacher-trisha-gee
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/11/17/a-bootiful-podcast-java-champion-legendary-engineer-and-teacher-trisha-gee
β‘οΈ @SpringFrameworkZone
A Bootiful Podcast: Java Champion, legendary engineer, and teacher Trisha Gee
Level up your Java code and explore what Spring can do for you.
π undefined
https://piotrminkowski.com/2018/12/27/rabbitmq-cluster-with-consul-and-vault/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/12/27/rabbitmq-cluster-with-consul-and-vault/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
RabbitMQ Cluster with Consul and Vault - Piotr's TechBlog
Almost two years ago I wrote an article about RabbitMQ clustering RabbitMQ in cluster. It was one of the first posts on my blog, and itβs really hard to believe it has been two years since I started this blog. Anyway, one of the questions about the topicβ¦
π Spring Data 2021.2.6 and 2021.1.10 available
https://spring.io/blog/2022/11/18/spring-data-2021-2-6-and-2021-1-10-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/11/18/spring-data-2021-2-6-and-2021-1-10-available
β‘οΈ @SpringFrameworkZone
Spring Data 2021.2.6 and 2021.1.10 available
Level up your Java code and explore what Spring can do for you.
π Implementing a Cache with Spring Boot
https://reflectoring.io/spring-boot-cache/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-cache/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Implementing a Cache with Spring Boot
Spring provides a powerful abstraction to implement a cache without binding to a specific cache provider. This article shows how to use it with Hazelcast as cache provider.
π Exploring the Spring Boot TestRestTemplate
https://www.baeldung.com/spring-boot-testresttemplate
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-testresttemplate
β‘οΈ @SpringFrameworkZone
Baeldung
Exploring the Spring Boot TestRestTemplate | Baeldung
Learn how to use the new TestRestTemplate in Spring Boot to test a simple API.