π Integration Testing in Spring Boot Application
https://betterjavacode.com/programming/integration-testing-in-spring-boot-application
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/integration-testing-in-spring-boot-application
β‘οΈ @SpringFrameworkZone
Code Complete
Integration Testing in Spring Boot Application - Code Complete
In this post, I show how one can build integration testing in a spring boot application. I show the usage @SpringBootTest.
π Reactor β Buffer & Window β Doing Operations In Batches
https://www.vinsguru.com/reactive-programming-buffer-window-doing-operations-in-batches/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/reactive-programming-buffer-window-doing-operations-in-batches/
β‘οΈ @SpringFrameworkZone
Vinsguru
Reactor Buffer vs Window | Vinsguru
Learn Reactor Buffer vs Window options for collecting the items in a reactive pipeline & doing operations in batches (Java Reactive Programming).
π Microservices API Documentation with Swagger2
https://piotrminkowski.com/2017/04/14/microservices-api-documentation-with-swagger2/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/04/14/microservices-api-documentation-with-swagger2/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Microservices API Documentation with Swagger2 - Piotr's TechBlog
Swagger is the most popular tool for designing, building and documenting RESTful APIs. It has nice integration with Spring Boot. To use it in conjunction with Spring we need to add the following two dependencies to Maven pom.xml. Swagger configuration forβ¦
π Part 2: Microservices security with OAuth2
https://piotrminkowski.com/2017/12/01/part-2-microservices-security-with-oauth2/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/12/01/part-2-microservices-security-with-oauth2/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Part 2: Microservices security with OAuth2 - Piotr's TechBlog
This article shows how to build secure microservices with Spring Boot, OAuth2, and Spring Cloud. It describes the OAuth2 backend in MySQL.
π Getting Started with Apache Camel and Spring Boot
https://reflectoring.io/spring-camel/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-camel/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Getting Started with Apache Camel and Spring Boot
Apache Camel is an integration framework with a programming model for integrating a wide variety of applications. In this article, we will look at using Apache Camel for building integration logic in microservice applications built with Spring Boot with theβ¦
π1
π gRPC β Performance Comparison With REST
https://www.vinsguru.com/grpc-performance-comparison-with-rest/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/grpc-performance-comparison-with-rest/
β‘οΈ @SpringFrameworkZone
Vinsguru
gRPC vs REST Performance Comparison | Vinsguru
This tutorial explains developing both gRPC and REST based microservices and do the gRPC vs REST Performance Comparison.
π Third Round of Improvements to the Reddit Application
https://www.baeldung.com/reddit-web-app-improvements-3
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/reddit-web-app-improvements-3
β‘οΈ @SpringFrameworkZone
π Using Multiple Cache Managers in Spring
https://www.baeldung.com/spring-multiple-cache-managers
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-multiple-cache-managers
β‘οΈ @SpringFrameworkZone
π How to Configure Spring Boot Tomcat
https://www.baeldung.com/spring-boot-configure-tomcat
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-configure-tomcat
β‘οΈ @SpringFrameworkZone
π Hibernateβs Query Plan Cache β How It Works and How to Tune It
https://thorben-janssen.com/hibernate-query-plan-cache/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/hibernate-query-plan-cache/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Hibernate's Query Plan Cache - How It Works and How to Tune It
Hibernate's Query Plan Cache speeds up the preparation of all queries. Make sure to configure it correctly to get the best performance.
π Spring Security 5.5.1, 5.4.7, 5.3.10 and 5.2.11 released
https://spring.io/blog/2021/06/22/spring-security-5-5-1-5-4-7-5-3-10-and-5-2-11-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/06/22/spring-security-5-5-1-5-4-7-5-3-10-and-5-2-11-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Security 5.5.1, 5.4.7, 5.3.10 and 5.2.11 released
<div class="paragraph">
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.5.1 (<a href="https://github.com/spring-projects/spring-security/releases/tag/5.5.1">release notes</a>), 5.4.7 (<a href="https://github.com/springβ¦
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.5.1 (<a href="https://github.com/spring-projects/spring-security/releases/tag/5.5.1">release notes</a>), 5.4.7 (<a href="https://github.com/springβ¦
π Configuring Spring Boot for MySQL
https://springframework.guru/configuring-spring-boot-for-mysql/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/configuring-spring-boot-for-mysql/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Configuring Spring Boot for MySQL
Out of the box, Spring Boot is very easy to use with the H2 Database. If the H2 database is found on your classpath, Spring Boot will automatically set up an in-memory H2 database forβ¦
π Spring Data 2021.0.2 and 2020.0.10 released
https://spring.io/blog/2021/06/22/spring-data-2021-0-2-and-2020-0-10-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/06/22/spring-data-2021-0-2-and-2020-0-10-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Data 2021.0.2 and 2020.0.10 released
<p>On behalf of the team, Iβm pleased to announce the availability of the Spring Data service <code>2021.0.2</code> and <code>2020.0.10</code> releases.</p>
<p>Both releases are built on top of Spring Framework <code>5.3.8</code>. For your convenience, youβ¦
<p>Both releases are built on top of Spring Framework <code>5.3.8</code>. For your convenience, youβ¦
π This Week in Spring - June 22nd, 2021
https://spring.io/blog/2021/06/22/this-week-in-spring-june-22nd-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/06/22/this-week-in-spring-june-22nd-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - June 22nd, 2021
<p>Hi, Spring fans! Howβre yβall doing? Can you believe weβre almost halfway through this crazy little thing called 2021? Time sure flies when youβre having fun! This week was no exception. I joined the my buddy Matt Raible and Brian Demeers today for theβ¦
π The Registration Process With Spring Security
https://www.baeldung.com/registration-with-spring-mvc-and-spring-security
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/registration-with-spring-mvc-and-spring-security
β‘οΈ @SpringFrameworkZone
π Spring Tips: Kubernetes Native Java
https://spring.io/blog/2021/06/23/spring-tips-kubernetes-native-java
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/06/23/spring-tips-kubernetes-native-java
β‘οΈ @SpringFrameworkZone
spring.io
Spring Tips: Kubernetes Native Java
<p>Hi, Spring fans! In this installment, Josh Long (@starbuxman) looks at how to build Spring Boot applications destined for production on Kubernetes</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/6XIakve0GjI" title="YouTube videoβ¦
<iframe width="560" height="315" src="https://www.youtube.com/embed/6XIakve0GjI" title="YouTube videoβ¦