π Displaying Error Messages with Thymeleaf in Spring
https://www.baeldung.com/spring-thymeleaf-error-messages
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-thymeleaf-error-messages
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Displaying Error Messages with Thymeleaf in Spring | Baeldung
Learn how to build a simple Spring application to demonstrate how to display various types of errors in Thymeleaf.
π Looking for a Java Developer with Spring Experience (Remote) (Part Time)
https://www.baeldung.com/job/java-dev
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/job/java-dev
β‘οΈ @SpringFrameworkZone
Spring Boot Framework pinned Β«π Java Weekly, Issue 381 https://www.baeldung.com/java-weekly-381 β‘οΈ @SpringFrameworkZoneΒ»
π How to dynamically Autowire a Bean in Spring
https://www.baeldung.com/spring-dynamic-autowire
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-dynamic-autowire
β‘οΈ @SpringFrameworkZone
Baeldung
How to Dynamically Autowire a Bean in Spring | Baeldung
Learn how to autowire beans dynamically given ceertain conditions.
π Spring Boot CockroachDB Integration
https://www.vinsguru.com/spring-boot-integrating-with-distributedsql-cockroachdb/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/spring-boot-integrating-with-distributedsql-cockroachdb/
β‘οΈ @SpringFrameworkZone
Vinsguru
Spring Boot CockroachDB Integration | Vinsguru
Applications have become very complex & user's expectations have changed over the years! Applications nowadays have to be resilient and fault tolerant. It
π Spring Data R2DBC Entity Callback
https://www.vinsguru.com/r2dbc-entity-callback/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/r2dbc-entity-callback/
β‘οΈ @SpringFrameworkZone
Vinsguru
Spring Data R2DBC Entity Callback | Vinsguru
Learn Spring Data R2DBC Entity Callbacks / Hooks to invoke certain methods before/after saving entity objects or handle cross cutting concerns.
π The Spring @Qualifier Annotation
https://www.baeldung.com/spring-qualifier-annotation
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-qualifier-annotation
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring @Qualifier Annotation
@Autowired alone isn't sometimes enough to disambiguate dependencies. You can wire more exactly using the @Qualifier annotation. @Primary can also help.
π Kafka Streams β Real-Time Data Processing Using Spring Boot
https://www.vinsguru.com/kafka-streams-real-time-data-processing-using-spring-boot/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/kafka-streams-real-time-data-processing-using-spring-boot/
β‘οΈ @SpringFrameworkZone
Vinsguru
Kafka Stream With Spring Boot | Vinsguru
This tutorial explains how to do real time data processing by using Kafka Stream With Spring Boot by developing 3 simple microservices.
π Spring Boot Redis Integration
https://www.vinsguru.com/spring-boot-redis-integration/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/spring-boot-redis-integration/
β‘οΈ @SpringFrameworkZone
Vinsguru
Spring Boot Redis Integration | Vinsguru
Lets learn Spring Boot Redis Integration and how we could improve the performance of a Microservice using Cache-Aside design pattern.
π Working with Select and Option in Thymeleaf
https://www.baeldung.com/thymeleaf-select-option
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/thymeleaf-select-option
β‘οΈ @SpringFrameworkZone
Baeldung
Working with Select and Option in Thymeleaf | Baeldung
Learn how to handle a common case of using Select with Option tags in Thymeleaf.
π This Week in Spring - April 20th, 2021
https://spring.io/blog/2021/04/20/this-week-in-spring-april-20th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/04/20/this-week-in-spring-april-20th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - April 20th, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! This week weβve got a ton of stuff to get to so letβs dive right in! </p>
<ul>
<li><a href="https://www.youtube.com/watch?app=desktop&v=DD_Q4jGJsZ0">5 WAYS to go to PRODUCTIONβ¦
<ul>
<li><a href="https://www.youtube.com/watch?app=desktop&v=DD_Q4jGJsZ0">5 WAYS to go to PRODUCTIONβ¦
π Rendering Exceptions in JSON with Spring
https://www.baeldung.com/spring-exceptions-json
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-exceptions-json
β‘οΈ @SpringFrameworkZone
Baeldung
Rendering Exceptions in JSON with Spring | Baeldung
Learn how to render exceptions in JSON back to the client using Spring.
π Load a Resource as a String in Spring
https://www.baeldung.com/spring-load-resource-as-string
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-load-resource-as-string
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Load a Resource as a String in Spring | Baeldung
Learn how to inject the contents of a resource file into our beans as a String, with Spring's Resource class making this very easy.
π What's new in Spring Data 2021.0?
https://spring.io/blog/2021/04/20/what-s-new-in-spring-data-2021-0
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/04/20/what-s-new-in-spring-data-2021-0
β‘οΈ @SpringFrameworkZone
spring.io
What's new in Spring Data 2021.0?
<div class="paragraph">
<p>Spring Data 2021.0, codenamed Pascal, is the second release following the new six-month cadence. It ships with refinements to many existing interfaces and programming models. This blog post explains the following topics:</p> β¦
<p>Spring Data 2021.0, codenamed Pascal, is the second release following the new six-month cadence. It ships with refinements to many existing interfaces and programming models. This blog post explains the following topics:</p> β¦
π Custom Twitter Client vs Spring Boot Twitter Plugin
https://betterjavacode.com/core-java/custom-twitter-client-vs-spring-boot-twitter-plugin
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/core-java/custom-twitter-client-vs-spring-boot-twitter-plugin
β‘οΈ @SpringFrameworkZone
Code Complete
Custom Twitter Client vs Spring Boot Twitter Plugin - Code Complete
In this post, I show how we can use Spring Boot Twitter plugin to pull data from twitter and use in your application. Twitter plugin.