π Fixing NoUniqueBeanDefinitionException Exceptions
https://springframework.guru/fixing-nonuniquebeandefinitionexception-exceptions/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/fixing-nonuniquebeandefinitionexception-exceptions/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Fixing NoUniqueBeanDefinitionException Exceptions
This week one of my students in my Spring Core course ran into an issue how Spring was performing dependency inject. By default, the Spring Framework will perform dependency injection by type. This generally worksβ¦
π Testing Spring Boot Applications With REST Assured
https://rieckpil.de/testing-spring-boot-applications-with-rest-assured/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/testing-spring-boot-applications-with-rest-assured/
β‘οΈ @SpringFrameworkZone
rieckpil
Testing Spring Boot Applications With REST Assured - rieckpil
Learn how to use REST Assured and its MockMvc support to test the REST API of a Spring Boot Java application in a fluent manner.
π A Deep Dive Into Spring Cloud Load Balancer
https://piotrminkowski.com/2020/05/13/a-deep-dive-into-spring-cloud-load-balancer/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/05/13/a-deep-dive-into-spring-cloud-load-balancer/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
A Deep Dive Into Spring Cloud Load Balancer - Piotr's TechBlog
Showing advanced implementations of custom load balancing strategies in REST-based communication with the Spring Cloud Load Balancer module.
π RSocket Load Balancing β Client Side
https://www.vinsguru.com/rsocket-load-balancing-client-side/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/rsocket-load-balancing-client-side/
β‘οΈ @SpringFrameworkZone
Vinsguru
RSocket Load Balancing - Client Side | Vinsguru
Learn Spring RSocket Load Balancing from client side to distribute the rsocket requests among multiple servers.
π This Week in Spring - January 26th, 2021
https://spring.io/blog/2021/01/26/this-week-in-spring-january-26th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/26/this-week-in-spring-january-26th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - January 26th, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! As I type this Iβm sitting on the amazing Tanzu Tuesdayβs stream as a (guest) cohost <a href="http://twitter.com/tiffanyfayj">with Tiffany Jernigan (@tiffanyfayj)</a> learningβ¦
π YMNNALFT: The Spring *Utils Classes
https://spring.io/blog/2021/01/27/ymnnalft-the-spring-utils-classes
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/27/ymnnalft-the-spring-utils-classes
β‘οΈ @SpringFrameworkZone
YMNNALFT: The Spring *Utils Classes
Level up your Java code and explore what Spring can do for you.
π Jackson Mix-in Annotation
https://springframework.guru/jackson-mix-in-annotation/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/jackson-mix-in-annotation/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Jackson Mix-in Annotation
Prior to Jackson 1.2, the only way to serialize or deserialize JSON using Jackson was by using one of the following two methods: Adding annotations to modify the POJO classes Writing custom serializers and deserializersβ¦
π Spring Batch on Kubernetes: Efficient batch processing at scale
https://spring.io/blog/2021/01/27/spring-batch-on-kubernetes-efficient-batch-processing-at-scale
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/27/spring-batch-on-kubernetes-efficient-batch-processing-at-scale
β‘οΈ @SpringFrameworkZone
Spring Batch on Kubernetes: Efficient batch processing at scale
Level up your Java code and explore what Spring can do for you.
π Spring Security: Exploring JDBC Authentication
https://www.baeldung.com/spring-security-jdbc-authentication
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-jdbc-authentication
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security: Exploring JDBC Authentication | Baeldung
Explore the capabilities offered by Spring to perform JDBC Authentication using an existing DataSource configuration.
π Where Should the Spring @Service Annotation Be Kept?
https://www.baeldung.com/spring-service-annotation-placement
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-service-annotation-placement
β‘οΈ @SpringFrameworkZone
Baeldung
Where Should the Spring @Service Annotation Be Kept? | Baeldung
Learn where to put the @Service annotation so that Spring will auto-detect beans during component scanning.
π Choreography Saga Pattern With Spring Boot β Microservice Design Patterns
https://www.vinsguru.com/choreography-saga-pattern-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/choreography-saga-pattern-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Vinsguru
Choreography Saga Pattern With Spring Boot | Vinsguru
Learn Choreography Saga Pattern with Spring Boot + Kafka for handling transactions in Microservices architecture
π A Bootiful Podcast: AppDynamics' Pavol Loffay
https://spring.io/blog/2021/01/28/a-bootiful-podcast-appdynamics-pavol-loffay
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/28/a-bootiful-podcast-appdynamics-pavol-loffay
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: AppDynamics' Pavol Loffay
<p>Hi, Spring fans! In this episode <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to AppDynamicsβ <a href="http://twitter.com/ploffay">Pavol Loffay (@ploffay)</a> about telemetry, observability, and more. </p>
<iframe title="AppDynamics'β¦
<iframe title="AppDynamics'β¦
π Spring Cloud 2020.0.1 (aka Ilford) Is Available
https://spring.io/blog/2021/01/28/spring-cloud-2020-0-1-aka-ilford-is-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/28/spring-cloud-2020-0-1-aka-ilford-is-available
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud 2020.0.1 (aka Ilford) Is Available
<p>On behalf of the community, I am pleased to announce that Service Release 1 of the <a href="https://cloud.spring.io">Spring Cloud 2020.0</a> Release Train (2020.0.1) is available today. The release can be found in <a href="https://repo1.maven.org/maveβ¦
π Integration Testing with Spring and JUnit
https://springframework.guru/integration-testing-with-spring-and-junit/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/integration-testing-with-spring-and-junit/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Integration Testing with Spring and JUnit
You will find a greater need for Integration tests as your testing requirements become more complex when you're supporting enterprise application development using the Spring Framework. Sometimes, allowing Spring to manage the beans makes your testing easierβ¦