π How to Change the Default Port in Spring Boot
https://www.baeldung.com/spring-boot-change-port
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-change-port
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
How to Change the Default Port in Spring Boot | Baeldung
Have a look at how you can change the default port in a Spring Boot application.
π Accessing a Spring Data REST API with Feign
https://reflectoring.io/accessing-spring-data-rest-with-feign/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/accessing-spring-data-rest-with-feign/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Accessing a Spring Data REST API with Feign
A tutorial on how to use the Feign REST client library to access an API created with Spring Data REST.
π Guide to Jenkins Architecture and Performance Improvements
https://www.baeldung.com/ops/jenkins-performance
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/ops/jenkins-performance
β‘οΈ @SpringFrameworkZone
Spring Boot Framework pinned Β«π Java Weekly, Issue 390 https://www.baeldung.com/java-weekly-390 β‘οΈ @SpringFrameworkZoneΒ»
π Max-HTTP-Header-Size in Spring Boot 2
https://www.baeldung.com/spring-boot-max-http-header-size
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-max-http-header-size
β‘οΈ @SpringFrameworkZone
π A Bootiful Podcast: Azure Developer Advocate Rory Preddy on Spring, Java, Azure Spring Cloud and more
https://spring.io/blog/2021/06/17/a-bootiful-podcast-azure-developer-advocate-rory-preddy-on-spring-java-azure-spring-cloud-and-more
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/06/17/a-bootiful-podcast-azure-developer-advocate-rory-preddy-on-spring-java-azure-spring-cloud-and-more
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Azure Developer Advocate Rory Preddy on Spring, Java, Azure Spring Cloud and more
<p>Hi, Spring fans! Welcome to another installment of a Bootiful Podcast! In this installment, Josh Long (@starbuxman) talks to Azure Developer Advocate Rory Preddy (@rorypreddy).</p>
<iframe title="Azure Developer Advocate Rory Preddy on Spring, Java, andβ¦
<iframe title="Azure Developer Advocate Rory Preddy on Spring, Java, andβ¦
π You Should Use JAXB Generated Classes for Restful Web Services
https://springframework.guru/you-should-use-jaxb-generated-classes-for-restful-web-services/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/you-should-use-jaxb-generated-classes-for-restful-web-services/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
You Should Use JAXB Generated Classes for Restful Web Services
I remember in the late 90s / early 2000 all the buzz in programming was about XML. All the 'experts' said you had to be using XML for data exchange. XML does have many benefitsβ¦
π Structuring and Testing Modules and Layers with Spring Boot
https://reflectoring.io/testing-verticals-and-layers-spring-boot/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/testing-verticals-and-layers-spring-boot/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Structuring and Testing Modules and Layers with Spring Boot
Slice your Spring Boot applications into vertical modules and make them testable in isolation using Spring Boot's testing features.
π 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