π Session Management with Spring-Session and JDBC
https://betterjavacode.com/spring-boot/session-management-with-spring-session-and-jdbc
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/spring-boot/session-management-with-spring-session-and-jdbc
β‘οΈ @SpringFrameworkZone
Code Complete
Session Management with Spring-Session and JDBC - Code Complete
Details about how to implement session management with spring session and jdbc.
Spring Boot Framework pinned Β«π Java Weekly, Issue 411 https://www.baeldung.com/java-weekly-411 β‘οΈ @SpringFrameworkZoneΒ»
π Spring Data 2021.0.7 and 2020.0.15 released
https://spring.io/blog/2021/11/12/spring-data-2021-0-7-and-2020-0-15-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/11/12/spring-data-2021-0-7-and-2020-0-15-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Data 2021.0.7 and 2020.0.15 released
<p>On behalf of the team, Iβm pleased to announce the availability of the Spring Data <code>2021.0.7</code> and <code>2020.0.15</code> service releases.</p>
<p>Both releases are built on top of Spring Framework <code>5.3.13</code>. For your convenience, youβ¦
<p>Both releases are built on top of Spring Framework <code>5.3.13</code>. For your convenience, youβ¦
π Spring Data 2021.1.0 goes GA
https://spring.io/blog/2021/11/12/spring-data-2021-1-0-goes-ga
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/11/12/spring-data-2021-1-0-goes-ga
β‘οΈ @SpringFrameworkZone
spring.io
Spring Data 2021.1.0 goes GA
<p>On behalf of the team, Iβm pleased to announce the availability of the Spring Data <code>2021.1.0</code>.</p>
<p>These are the most important changes:</p>
<ul>
<li>Upgrade to Querydsl 5.0</li>
<li>Support jMoleculesβ @Identity Annotation for Identifiers</li>β¦
<p>These are the most important changes:</p>
<ul>
<li>Upgrade to Querydsl 5.0</li>
<li>Support jMoleculesβ @Identity Annotation for Identifiers</li>β¦
π The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring 5
https://www.baeldung.com/spring-5-junit-config
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-5-junit-config
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring 5 | Baeldung
Learn how to use the SpringJUnitConfig and SpringJUnitWebConfig composite annotations in Spring 5.
π Social KPI Application Progress
https://betterjavacode.com/programming/social-kpi-application-progress
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/social-kpi-application-progress
β‘οΈ @SpringFrameworkZone
Code Complete
Social KPI Application Progress - Code Complete
In this post, I will be showing the progress of Social KPI Application so far through a screencast. This is my first screencast, so learning about OBS (Open Broadcast Software) along the way. Future Sprint Stories Add Jasper Reports Integrate with Instagramβ¦
π Uploading MultipartFile with Spring RestTemplate
https://www.baeldung.com/spring-rest-template-multipart-upload
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-rest-template-multipart-upload
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Uploading MultipartFile with Spring RestTemplate | Baeldung
Learn how to upload files using Spring's RestTemplate.
π Hazelcast Hot Cache with Striim
https://piotrminkowski.com/2017/08/09/hazelcast-hot-cache-with-striim/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/08/09/hazelcast-hot-cache-with-striim/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Hazelcast Hot Cache with Striim - Piotr's TechBlog
I previously introduced some articles about Hazelcast β an open source in memory data grid solution. In the first of them JPA caching with Hazelcast, Hibernate and Spring Boot I described how to set up 2nd level JPA cache with Hazelcast and MySQL. In theβ¦
π Hystrix Integration with Existing Spring Application
https://www.baeldung.com/hystrix-integration-with-spring-aop
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/hystrix-integration-with-spring-aop
β‘οΈ @SpringFrameworkZone
π This Week in Spring - November 16th, 2021
https://spring.io/blog/2021/11/16/this-week-in-spring-november-16th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/11/16/this-week-in-spring-november-16th-2021
β‘οΈ @SpringFrameworkZone
This Week in Spring - November 16th, 2021
Level up your Java code and explore what Spring can do for you.
π Kafka β Creating Simple Producer & Consumer Applications Using Spring Boot
https://www.vinsguru.com/kafka-creating-simple-producer-consumer-applications-using-spring-boot/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/kafka-creating-simple-producer-consumer-applications-using-spring-boot/
β‘οΈ @SpringFrameworkZone
Vinsguru
Kafka - Creating Simple Producer & Consumer Applications Using Spring Boot | Vinsguru
In the previous article, we had discussed the basic terminologies of Kafka and created local development infrastructure using docker-compose. In this article,
π Spring Tips: @Controllers: WebSockets
https://spring.io/blog/2021/11/17/spring-tips-controllers-websockets
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/11/17/spring-tips-controllers-websockets
β‘οΈ @SpringFrameworkZone
spring.io
Spring Tips: @Controllers: WebSockets
<p>Hi, Spring fans! In this installment of Spring Tips, weβre going to resume our series on Springβs @Controller annotation, this time diving into Springβs WebSocket support.</p>
<p>The code <a href="github.com/spring-tips/controllers">is here</a></p>
<iframeβ¦
<p>The code <a href="github.com/spring-tips/controllers">is here</a></p>
<iframeβ¦
π Performance Monitoring with Spring Boot
https://betterjavacode.com/programming/performance-monitoring-with-spring-boot
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/performance-monitoring-with-spring-boot
β‘οΈ @SpringFrameworkZone
Code Complete
Performance Monitoring with Spring Boot
Use some cool features of Spring Boot for performance monitoring of your application. In this post, I show how to use them.