π Handling Associations Between Entities with Spring Data REST
https://reflectoring.io/relations-with-spring-data-rest/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/relations-with-spring-data-rest/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Handling Associations Between Entities with Spring Data REST
How to implement an API with Spring Data TEST that spans over multiple database entities.
Spring Boot Framework pinned Β«π Java Weekly, Issue 424 https://www.baeldung.com/java-weekly-424 β‘οΈ @SpringFrameworkZoneΒ»
π Spring Boot Application Events Explained
https://reflectoring.io/spring-boot-application-events-explained/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-application-events-explained/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Spring Boot Application Events Explained
Spring Boot allows us to throw and listen to specific application events that we can process as we wish. Events are meant for exchanging information between loosely coupled components.
π BeanNameAware and BeanFactoryAware Interfaces in Spring
https://www.baeldung.com/spring-bean-name-factory-aware
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-bean-name-factory-aware
β‘οΈ @SpringFrameworkZone
Baeldung
BeanNameAware and BeanFactoryAware Interfaces in Spring | Baeldung
Have a look at working with the BeanNameAware and BeanFactoryAware interfaces in Spring.
π Micronaut Tutorial: Beans and Scopes
https://piotrminkowski.com/2019/04/15/micronaut-tutorial-beans-and-scopes/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/04/15/micronaut-tutorial-beans-and-scopes/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Micronaut Tutorial: Beans and Scopes - Piotr's TechBlog
The basic tutorial to Micronaut Framework showing the most interesting core features related to beans, injections and scopes.
π This Week in Spring - February 15th, 2022
https://spring.io/blog/2022/02/15/this-week-in-spring-february-15th-2022
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/02/15/this-week-in-spring-february-15th-2022
β‘οΈ @SpringFrameworkZone
This Week in Spring - February 15th, 2022
Level up your Java code and explore what Spring can do for you.
π Top 5 Java Coding Practices
https://betterjavacode.com/java/top-5-java-coding-practices
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/java/top-5-java-coding-practices
β‘οΈ @SpringFrameworkZone
Code Complete
Top 5 Java Coding Practices - Code Complete
With every new release, the programming improves. What are your top 5 coding practices to new developers who are getting into Java?
π Spring Tips: Spring Native and MyBatis
https://spring.io/blog/2022/02/16/spring-tips-spring-native-and-mybatis
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/02/16/spring-tips-spring-native-and-mybatis
β‘οΈ @SpringFrameworkZone
spring.io
Spring Tips: Spring Native and MyBatis
<p>Hi, Spring fans! In this installment, we look at how to use the MyBatis data mapper projectβs new Spring Native hints to build GraalVM native images</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/EWWq3ts9Tv4" title="YouTube videoβ¦
<iframe width="560" height="315" src="https://www.youtube.com/embed/EWWq3ts9Tv4" title="YouTube videoβ¦
π Azure Spring Cloud Enterprise is now available in preview
https://spring.io/blog/2022/02/16/azure-spring-cloud-enterprise-is-now-available-in-preview
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/02/16/azure-spring-cloud-enterprise-is-now-available-in-preview
β‘οΈ @SpringFrameworkZone
spring.io
Azure Spring Cloud Enterprise is now available in preview
<p>Hi, Spring fans! I wanted to share this post by <strong>Julia Liuson, President, Developer Division at Microsoft</strong>. </p>
<p>When we launched Azure Spring Cloud with VMware in 2019, we set out to solve common challenges developers, IT operators,β¦
<p>When we launched Azure Spring Cloud with VMware in 2019, we set out to solve common challenges developers, IT operators,β¦
π Get Current Trace ID in Spring Cloud Sleuth
https://www.baeldung.com/spring-cloud-sleuth-get-trace-id
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-sleuth-get-trace-id
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Get Current Trace ID in Spring Cloud Sleuth | Baeldung
Learn how to get current trace and span ID in Spring Cloud Sleuth.
π HttpMessageNotWritableException: No Converter for [class β¦] With Preset Content-Type
https://www.baeldung.com/spring-no-converter-with-preset
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-no-converter-with-preset
β‘οΈ @SpringFrameworkZone
Baeldung
HttpMessageNotWritableException: No Converter for [class β¦] With Preset Content-Type | Baeldung
Learn what causes Spring to throw HttpMessageNotWritableException with the message "No converter for [class ...] with preset Content-Type" and how to solve it.
π Remove Basic Error Controller In SpringFox Swagger-UI
https://www.baeldung.com/spring-swagger-remove-error-controller
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-swagger-remove-error-controller
β‘οΈ @SpringFrameworkZone
Baeldung
Remove Basic Error Controller In SpringFox Swagger-UI | Baeldung
Learn multiple ways to configure Swagger in a Spring Boot application to hide paths exposed by the BasicErrorController.
π Configure and Use Multiple DataSources in Spring Boot
https://www.baeldung.com/spring-boot-configure-multiple-datasources
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-configure-multiple-datasources
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Configure and Use Multiple DataSources in Spring Boot | Baeldung
Learn how to configure multiple data sources with Spring Boot.
π Customizing Zuul Exceptions
https://www.baeldung.com/zuul-customize-exception
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/zuul-customize-exception
β‘οΈ @SpringFrameworkZone
Baeldung
Customizing Zuul Exceptions | Baeldung
An example of Zuul filter creation.
π Retrieve User Information in Spring Security
https://www.baeldung.com/get-user-in-spring-security
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/get-user-in-spring-security
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Retrieve User Information in Spring Security | Baeldung
How to get the currently logged in user with Spring Security.