π RSocket β Integrating With Spring Boot
https://www.vinsguru.com/rsocket-integrating-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/rsocket-integrating-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Vinsguru
RSocket With Spring Boot | Vinsguru
This tutorial explains how to integrate RSocket with Spring Boot application & all the interaction models for client server communication.
π Kubernetes ConfigMap Versioning for Spring Boot Apps
https://piotrminkowski.com/2020/03/23/kubernetes-configmap-versioning-for-spring-boot-apps/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/03/23/kubernetes-configmap-versioning-for-spring-boot-apps/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Kubernetes ConfigMap Versioning for Spring Boot Apps - Piotr's TechBlog
In this tutorial, you will how to implement a versioning strategy for Kubernetes ConfigMap using the Spring Boot framework.
π Top 21 Spring Boot Interview Questions
https://betterjavacode.com/spring-boot/top-21-spring-boot-interview-questions
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/spring-boot/top-21-spring-boot-interview-questions
β‘οΈ @SpringFrameworkZone
Code Complete
Top 21 Spring Boot Interview Questions
In this post, I answer top Spring Boot interview questions for novice, intermediate or experienced developers. Spring, Spring Framework.
π Testing REST API with Hoverfly
https://piotrminkowski.com/2017/08/02/testing-rest-api-with-hoverfly/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/08/02/testing-rest-api-with-hoverfly/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Testing REST API with Hoverfly - Piotr's TechBlog
Hoverfly is an open source API simulation tool for automated tests. It is written in Go, but also has native support for Java and can be run inside JUnit test. Hoverfly can be used for testing REST API, but can also be useful for testing calls between microservices.β¦
π Custom Information in Spring Boot Info Endpoint
https://www.baeldung.com/spring-boot-info-actuator-custom
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-info-actuator-custom
β‘οΈ @SpringFrameworkZone
Baeldung
Custom Information in Spring Boot Info Endpoint | Baeldung
Learn how to add custom data to Spring Boot Actuator's /info endpoint.
π Configure a Spring Boot Web Application
https://www.baeldung.com/spring-boot-application-configuration
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-application-configuration
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Configuring A Spring Boot Application | Baeldung
Some of the more useful configs for a Spring Boot application.
π[11H] Udemy - Java from Zero to First Job: Part 1 - Practical Guide
Learn Java from scratch and become Java Software Engineer: Basics, OOP, Interview questions, Git, Java Collections etc
https://www.udemy.com/course/java-development-for-beginners-learnit/?couponCode=JAVA_JAN_FREE
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Learn Java from scratch and become Java Software Engineer: Basics, OOP, Interview questions, Git, Java Collections etc
https://www.udemy.com/course/java-development-for-beginners-learnit/?couponCode=JAVA_JAN_FREE
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Udemy
Java from Zero to First Job, Practical Guide, 2000+ examples
Java Core, TDD, Streams, Lambdas, JPA/Hibernate, SQL, Build Tools, Git, Web Servers, HTML,Servlets, JSP, Spring Boot etc
π Setting Custom Feign Client Timeouts
https://www.baeldung.com/feign-timeout
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/feign-timeout
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Setting Custom Feign Client Timeouts | Baeldung
Learn how to set custom timeouts on the Spring Cloud's Feign Client.
π YMNNALFT: HTTP Clients
https://spring.io/blog/2021/01/11/ymnnalft-http-clients
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/11/ymnnalft-http-clients
β‘οΈ @SpringFrameworkZone
spring.io
YMNNALFT: HTTP Clients
<p>Welcome to another installment of <em>You May Not Need Another Library For That</em> (YMNNALFT)! Iβve spent a lot of time since 2016 illuminating (or trying to, anyway!) some of the more enormous opportunities in the Spring ecosystem in <a href="http://bit.ly/springβ¦
π Building Java Projects with Gradle
https://spring.io/guides/gs/gradle/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/gs/gradle/
β‘οΈ @SpringFrameworkZone
π Spring Framework 5.3.3 available now
https://spring.io/blog/2021/01/11/spring-framework-5-3-3-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/11/spring-framework-5-3-3-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Framework 5.3.3 available now
<p>On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework <code>5.3.3</code> is available now.</p>
<p>Spring Framework <code>5.3.3</code> includes <a href="https://github.com/spring-projects/spring-frameworβ¦
<p>Spring Framework <code>5.3.3</code> includes <a href="https://github.com/spring-projects/spring-frameworβ¦
π Lock @Scheduled Tasks With ShedLock And Spring Boot
https://rieckpil.de/lock-scheduled-tasks-with-shedlock-and-spring-boot/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/lock-scheduled-tasks-with-shedlock-and-spring-boot/
β‘οΈ @SpringFrameworkZone
rieckpil
Lock @Scheduled Tasks With ShedLock and Spring Boot - rieckpil
Learn how to integrate ShedLock with Spring Boot to sure an only-once execution of your @Scheduled jobs when running with multiple instances.
π Introduction to SPNEGO/Kerberos Authentication in Spring
https://www.baeldung.com/spring-security-kerberos
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-kerberos
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Introduction to SPNEGO/Kerberos Authentication in Spring | Baeldung
A quick and practical overview of Spring Security and Kerberos integration.
π Implementing Batch Jobs with Hibernate
https://thorben-janssen.com/implementing-batch-jobs-with-hibernate/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/implementing-batch-jobs-with-hibernate/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Implementing Batch Jobs with Hibernate
Hibernate isn't your ideal choice to implement batch jobs but if you follow these few simple recommendations, you can still make it work.
π Spring Security Architecture
https://spring.io/guides/topicals/spring-security-architecture/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/topicals/spring-security-architecture/
β‘οΈ @SpringFrameworkZone
π This Week in Spring - January 12th, 2021
https://spring.io/blog/2021/01/12/this-week-in-spring-january-12th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/12/this-week-in-spring-january-12th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - January 12th, 2021
<p>I almost wrote in 2020! Thereβs been so much going on I almost forgot to take stock of the <em>year</em>. What a rush. We better get to the roundup before I somehow lose even more track of time. So, without further ado, this weekβs roundup.</p>
<ul>
β¦
<ul>
β¦
π Extra Login Fields with Spring Security
https://www.baeldung.com/spring-security-extra-login-fields
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-extra-login-fields
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Extra Login Fields with Spring Security | Baeldung
A quick and practical guide to adding additional login fields.