๐[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.
๐ Implementing a Custom Spring AOP Annotation
https://www.baeldung.com/spring-aop-annotation
โก๏ธ @SpringFrameworkZone
https://www.baeldung.com/spring-aop-annotation
โก๏ธ @SpringFrameworkZone
Baeldung on Kotlin
Implementing a Custom Spring AOP Annotation | Baeldung
A quick example of a custom Spring AOP annotation