π Swagger Documentation for Spring Boot rest API β Part II
https://betterjavacode.com/programming/swagger-documentation-for-spring-boot-rest-api-part-ii
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/swagger-documentation-for-spring-boot-rest-api-part-ii
β‘οΈ @SpringFrameworkZone
Code Complete
Swagger Documentation for Spring Boot rest API - Part II - Code Complete
How to add Swagger documentation for Spring Boot based REST API. Details steps of implementation in this blog post.
π Configuring Retry Logic in Spring Batch
https://www.baeldung.com/spring-batch-retry-logic
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-batch-retry-logic
β‘οΈ @SpringFrameworkZone
Baeldung
Configuring Retry Logic in Spring Batch | Baeldung
Spring Batch allows us to set retry strategies on tasks so that they are automatically repeated when there is an error. Here we see how to configure it.
Spring Boot Framework pinned Β«π Java Weekly, Issue 358 https://www.baeldung.com/java-weekly-358 β‘οΈ @SpringFrameworkZoneΒ»
π Reading HttpServletRequest Multiple Times in Spring
https://www.baeldung.com/spring-reading-httpservletrequest-multiple-times
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-reading-httpservletrequest-multiple-times
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Reading HttpServletRequest Multiple Times in Spring
Learn how to read Spring's HttpServletRequest multiple times
π Spring HTTP/HTTPS Channel Security
https://www.baeldung.com/spring-channel-security-https
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-channel-security-https
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring HTTP/HTTPS Channel Security | Baeldung
The article briefly demonstrates how to protect sensitive data by configuring HTTPS and discuss further configuration details of the channel security feature.
π RSocket + WebSocket + Spring Boot = Real Time Application
https://www.vinsguru.com/rsocket-websocket-spring-boot/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/rsocket-websocket-spring-boot/
β‘οΈ @SpringFrameworkZone
Vinsguru
RSocket + WebSocket + Spring Boot = Real Time Application | Vinsguru
This tutorial explains how to create a real time application using RSocket WebSocket & Spring Boot.
π CONTINUOUS CONFIGURATION MANAGEMENT WITH JENKINS AND LIQUIBASE
https://piotrminkowski.com/2017/02/08/continuous-configuration-management-with-jenkins-and-liquibase/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/02/08/continuous-configuration-management-with-jenkins-and-liquibase/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Continuous configuration management with Jenkins and Liquibase - Piotr's TechBlog
An important aspect of Continuous Delivery is a configuration management. Configuration is often stored in the database, especially for more complex business applications. The ability to automatically update changes and rollback them in case of new applicationβ¦
π Keycloak Embedded in a Spring Boot Application
https://www.baeldung.com/keycloak-embedded-in-spring-boot-app
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/keycloak-embedded-in-spring-boot-app
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Keycloak Embedded in a Spring Boot Application | Baeldung
Learn how to set up a pre-configured embedded Keycloak server that can be booted up within a Spring Boot application.
π Using the Spring Framework for Enterprise Application Development
https://springframework.guru/using-the-spring-framework-for-enterprise-application-development/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/using-the-spring-framework-for-enterprise-application-development/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Using the Spring Framework for Enterprise Application Development
One of the things I wish to do on this blog is to show you realistic examples of using the Spring Framework in Enterprise Application Development. The Spring Framework is very popular for building largeβ¦
π How To: AngularJS User Interface to CRUD Spring Boot REST API
https://betterjavacode.com/spring-boot/how-to-angularjs-user-interface-to-crud-spring-boot-rest-api
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/spring-boot/how-to-angularjs-user-interface-to-crud-spring-boot-rest-api
β‘οΈ @SpringFrameworkZone
Code Complete
How To: AngularJS User Interface to CRUD Spring Boot REST API - Code Complete
How to create an user interface for a Spring Boot application using AngularJS. In this post, I show how to add user interface to CRUD Spring Boot REST API.
π A Guide to the Spring State Machine Project
https://www.baeldung.com/spring-state-machine
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-state-machine
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
A Guide to the Spring State Machine Project | Baeldung
Learn how to use Spring's State Machine project, to represent workflows or any other kind of finite state machines for your system.
π Add Build Properties to a Spring Boot Application
https://www.baeldung.com/spring-boot-build-properties
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-build-properties
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Boot and Build Properties | Baeldung
A quick and practical introduction of using build properties in a Spring Boot application.
π Get and Post Lists of Objects with RestTemplate
https://www.baeldung.com/spring-rest-template-list
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-rest-template-list
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Get and Post Lists of Objects with RestTemplate | Baeldung
Learn how to GET and POST lists of objects using Spring's RestTemplate
π Spring Authorization Server 0.0.3 available now
https://spring.io/blog/2020/11/10/spring-authorization-server-0-0-3-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/10/spring-authorization-server-0-0-3-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Authorization Server 0.0.3 available now
<div class="paragraph">
<p>On behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.0.3.</p>
</div>
<div class="paragraph">
<p>You can download it from <a href="hβ¦
<p>On behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.0.3.</p>
</div>
<div class="paragraph">
<p>You can download it from <a href="hβ¦
π Difference Between @Mock and @MockBean (Spring Boot Applications)
https://rieckpil.de/difference-between-mock-and-mockbean-spring-boot-applications/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/difference-between-mock-and-mockbean-spring-boot-applications/
β‘οΈ @SpringFrameworkZone
rieckpil
@Mock vs. @MockBean When Testing Spring Boot Applications - rieckpil
Understand the difference between @Mock from Mockito and @MockBean from Spring when testing Spring Boot applications with JUnit 4 or JUnit 5.
π Continuous Integration with Jenkins on Kubernetes
https://piotrminkowski.com/2020/11/10/continuous-integration-with-jenkins-on-kubernetes/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/11/10/continuous-integration-with-jenkins-on-kubernetes/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Continuous Integration with Jenkins on Kubernetes - Piotr's TechBlog
This tutorial shows how to install Jenkins on Kubernetes with Helm and create pipeline to build and deploy a Java application with Maven.
π Spring Framework 5.3.1 and 5.2.11 available now
https://spring.io/blog/2020/11/10/spring-framework-5-3-1-and-5-2-11-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/10/spring-framework-5-3-1-and-5-2-11-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Framework 5.3.1 and 5.2.11 available now
<p>On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework <code>5.3.1</code> and <code>5.2.11</code> are available now.</p>
<p>Spring Framework <code>5.3.1</code> includes <a href="https://github.com/springβ¦
<p>Spring Framework <code>5.3.1</code> includes <a href="https://github.com/springβ¦