π 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
π Formatting Currencies in Spring Using Thymeleaf
https://www.baeldung.com/spring-thymeleaf-currencies
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-thymeleaf-currencies
β‘οΈ @SpringFrameworkZone
Baeldung
Formatting Currencies in Spring Using Thymeleaf | Baeldung
Learn to format currencies in Spring using Thymeleaf.
π Dynamic SQL Querying & Pagination with Querydsl and Spring Data JPA
https://rieckpil.de/howto-dynamic-sql-querying-pagination-with-querydsl-and-spring-data-jpa/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/howto-dynamic-sql-querying-pagination-with-querydsl-and-spring-data-jpa/
β‘οΈ @SpringFrameworkZone
rieckpil
Dynamic SQL Querying & Pagination with Querydsl and Spring Data JPA
Learn how to achieve dynamic SQL querying and pagination using Querydsl, Spring Data JPA (with Hibernate), Spring Boot and Java
π Spring Boot Web Application, Part 6 β Spring Security with DAO Authentication Provider
https://springframework.guru/spring-boot-web-application-part-6-spring-security-with-dao-authentication-provider/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-boot-web-application-part-6-spring-security-with-dao-authentication-provider/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Spring Boot Web Application, Part 6 β Spring Security with DAO Authentication Provider
This is part 6 of the tutorial series for building a web application using Spring Boot. In this post, we look at adding a DAO Authentication provider for Spring Security. We started off with theβ¦