π This Week in Spring - May 25th, 2021
https://spring.io/blog/2021/05/24/this-week-in-spring-may-25th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/24/this-week-in-spring-may-25th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - May 25th, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Howβre you doing? Iβm still fresh off my little vacation last week, feeling fantastic. Iβve spent the last several days working with Spring Boot and Spring Native and I haveβ¦
π[48H] Udemy - Spring Boot Framework
Learn Spring Boot Framework, Spring Stacks, Simple Spring Bean Example, Data Connectivity with Spring framework
https://www.udemy.com/course/spring-boot-framework/?couponCode=970389253BCD39516B43
β‘οΈ @SpringFrameworkZone
Learn Spring Boot Framework, Spring Stacks, Simple Spring Bean Example, Data Connectivity with Spring framework
https://www.udemy.com/course/spring-boot-framework/?couponCode=970389253BCD39516B43
β‘οΈ @SpringFrameworkZone
Udemy
Spring Boot Framework
Learn Spring Boot Framework, Spring Stacks, Simple Spring Bean Example, Data Connectivity with Spring framework
π Introduction to Spring MVC HandlerInterceptor
https://www.baeldung.com/spring-mvc-handlerinterceptor
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-mvc-handlerinterceptor
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Introduction to Spring MVC HandlerInterceptor | Baeldung
Quick and practical guide to Spring MVC's HandlerInterceptor.
π Using Hidden Inputs with Spring and Thymeleaf
https://www.baeldung.com/spring-thymeleaf-hidden-inputs
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-thymeleaf-hidden-inputs
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Using Hidden Inputs with Spring and Thymeleaf | Baeldung
Learn how to use hidden inputs with Thymeleaf.
π Spring Microservices Security Best Practices
https://piotrminkowski.com/2021/05/26/spring-microservices-security-best-practices/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/05/26/spring-microservices-security-best-practices/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Spring Microservices Security Best Practices - Piotr's TechBlog
This article describes several best practices for building microservices with Spring Boot, Spring Cloud and Spring Security.
π One-Stop Guide to Database Migration with Liquibase and Spring Boot
https://reflectoring.io/database-migration-spring-boot-liquibase/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/database-migration-spring-boot-liquibase/
β‘οΈ @SpringFrameworkZone
π Spring Bean vs. EJB β A Feature Comparison
https://www.baeldung.com/spring-bean-vs-ejb
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-bean-vs-ejb
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Bean vs. EJB - A Feature Comparison | Baeldung
Learn about the history and differences between Spring Bean and Enterprise Java Bean.
π Sending HTTP requests with Spring WebClient
https://reflectoring.io/spring-webclient/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-webclient/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Sending HTTP requests with Spring WebClient
How to get started using Spring WebClient to talk to REST APIs.
π A Bootiful Podcast: Micrometer-lead Tommy Ludwig
https://spring.io/blog/2021/05/27/a-bootiful-podcast-micrometer-lead-tommy-ludwig
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/27/a-bootiful-podcast-micrometer-lead-tommy-ludwig
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Micrometer-lead Tommy Ludwig
<p>Hi, Spring fans! In this episode, <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to Micrometer-lead and observability guru <a href="https://twitter.com/tommyludwig">Tommy Ludwig (@tommyludwig)</a> about Tokyo, Japan; metrics;β¦
π Testing with Spring Boot's @TestConfiguration Annotation
https://reflectoring.io/spring-boot-testconfiguration/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-testconfiguration/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Testing with Spring Boot's @TestConfiguration Annotation
We will see the use of the `@TestConfiguration` annotation for creating custom beans or overriding specific beans for providing specialized behavior to the application during unit testing of Spring Boot applications.
Spring Boot Framework pinned Β«π Java Weekly, Issue 387 https://www.baeldung.com/java-weekly-387 β‘οΈ @SpringFrameworkZoneΒ»
π Testing a Spring Boot REST API against a Contract with Spring Cloud Contract
https://reflectoring.io/consumer-driven-contract-provider-spring-cloud-contract/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/consumer-driven-contract-provider-spring-cloud-contract/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Testing a Spring Boot REST API against a Contract with Spring Cloud Contract
A guide on how to implement a consumer-driven contract test with Spring Cloud Contract that verifies that a REST provider based on Spring Boot works as defined in the contract.
π 'Code First' API Documentation with Springdoc and Spring Boot
https://reflectoring.io/spring-boot-springdoc/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-springdoc/
β‘οΈ @SpringFrameworkZone
reflectoring.io
'Code First' API Documentation with Springdoc and Spring Boot
This article gives a quick introduction in how to implement a 'code first' approach for creating API docs with Springdoc.
π Using Spring @ResponseStatus to Set HTTP Status Code
https://www.baeldung.com/spring-response-status
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-response-status
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Using @ResponseStatus to Set HTTP Status Code | Baeldung
Have a look at the @ResponseStatus annotation and how to use it to set the response status code.