π VERSIONING REST API WITH SPRING BOOT AND SWAGGER
https://piotrminkowski.com/2018/02/19/versioning-rest-api-with-spring-boot-and-swagger/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/02/19/versioning-rest-api-with-spring-boot-and-swagger/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Versioning REST API with Spring Boot and Swagger - Piotr's TechBlog
One thingβs for sure. If you donβt have to version your API, do not try to do that. However, sometimes you have to. A large part of the most popular services like Twitter, Facebook, Netflix, or PayPal is versioning their REST APIs. The advantages and disadvantagesβ¦
π Reactor β Creating Sequences With Flux & Mono
https://www.vinsguru.com/reactive-programming-creating-sequences-flux-vs-mono/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/reactive-programming-creating-sequences-flux-vs-mono/
β‘οΈ @SpringFrameworkZone
Vinsguru
Mono vs Flux In Project Reactor | Vinsguru
This tutorial explains more about Java Reactive Programming & Mono vs Flux comparison, creating sequences using Mono & Flux.
π Introduction to Spring Cloud Rest Client with Netflix Ribbon
https://www.baeldung.com/spring-cloud-rest-client-with-netflix-ribbon
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-rest-client-with-netflix-ribbon
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Introduction to Spring Cloud with Netflix Ribbon | Baeldung
An introduction to Spring Cloud Rest Client with Netflix Ribbon with examples of load-balancing and failure resiliency of an enhanced RestTemplate with Ribbon.
π Spring Boot Mongo DB Example Application
https://springframework.guru/3402-2/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/3402-2/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring Boot Mongo DB Example Application
Transcript Okay, I'd like do a quick code review of my Spring Boot Mongo DB example application. This is up on github. And you can find it under my repository springframeworkguru/spring-boot-mongodb. (pretty creative name there)β¦
π Spring Security 5.4.2, 5.3.6, and 5.2.8 released
https://spring.io/blog/2020/12/03/spring-security-5-4-2-5-3-6-and-5-2-8-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/03/spring-security-5-4-2-5-3-6-and-5-2-8-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Security 5.4.2, 5.3.6, and 5.2.8 released
<div class="paragraph">
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.4.2 (<a href="https://github.com/spring-projects/spring-security/releases/tag/5.4.2">release notes</a>), 5.3.6 (<a href="https://github.com/springβ¦
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.4.2 (<a href="https://github.com/spring-projects/spring-security/releases/tag/5.4.2">release notes</a>), 5.3.6 (<a href="https://github.com/springβ¦
π A Bootiful Podcast: Dr. Heinz Kabutz
https://spring.io/blog/2020/12/03/a-bootiful-podcast-dr-heinz-kabutz
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/03/a-bootiful-podcast-dr-heinz-kabutz
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Dr. Heinz Kabutz
<p>Hi, Spring fans! In this weekβs installment Josh Long talks to his hero, longtime friend (9+ years and counting!), inspiration and a person who has made the JVM a better place to deploy software and the JVM community a better place for people to buildβ¦
π Granted Authority Versus Role in Spring Security
https://www.baeldung.com/spring-security-granted-authority-vs-role
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-granted-authority-vs-role
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Granted Authority Versus Role in Spring Security | Baeldung
A quick guide to the difference between a granted authority and a role in Spring Security.
π Running Spring Boot with PostgreSQL in Docker Compose
https://www.baeldung.com/spring-boot-postgresql-docker
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-postgresql-docker
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Running Spring Boot with PostgreSQL in Docker Compose | Baeldung
A quick and practical guide to running Spring Boot with PostgreSQL in Docker Compose.
π Spring Autowire BeanCreationException
https://springframework.guru/spring-autowire-beancreationexception/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-autowire-beancreationexception/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring Autowire BeanCreationException
When Autowiring Spring Beans, a common exception is a BeanCreationException. This means that Spring found a bean to create, but was unable to fulfill the dependencies needed to create this this Spring bean. Here isβ¦
π Iterating Over Collections In Java
https://springframework.guru/iterating-over-collections-in-java/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/iterating-over-collections-in-java/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Iterating Over Collections In Java
Iteration is the most common operations done on a collection. For example, you may want to go through all the student grades to find who has the highest test scores. In Java we have fourβ¦
π Using jEnv for Setting the JAVA_HOME Path
https://springframework.guru/using-jenv-for-setting-the-java_home-path/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/using-jenv-for-setting-the-java_home-path/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Using jEnv for Setting the JAVA_HOME Path
jEnv is a command line to that for Linux and OS X that makes setting the JAVA_HOME environment variable simple. Windows users can use jEnv from a Linux subsystem. Installation To install jEnv on Linuxβ¦
Spring Boot Framework pinned Β«π Java Weekly, Issue 362 https://www.baeldung.com/java-weekly-362 β‘οΈ @SpringFrameworkZoneΒ»
π Architectural Pattern β Timeout Pattern For Resilient MicroService
https://www.vinsguru.com/resilient-microservice-design-timeout-pattern-2/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/resilient-microservice-design-timeout-pattern-2/
β‘οΈ @SpringFrameworkZone
Vinsguru
Timeout Pattern - Microservice Design Patterns | Vinsguru
This tutorial explains Timeout Pattern which is one of the Microservice Design Patterns for designing highly resilient Microservices.
π Spring Boot Web Application β Part 3 β Spring Data JPA
https://springframework.guru/spring-boot-web-application-part-3-spring-data-jpa/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-boot-web-application-part-3-spring-data-jpa/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring Boot Web Application β Part 3 β Spring Data JPA
In the first part of this tutorial series on creating a web application using Spring Boot, I showed how to use Spring Initializr to create the Maven project we're using in this example. In the secondβ¦
π Redis Lua Script With Spring Boot
https://www.vinsguru.com/redis-lua-script-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/redis-lua-script-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Vinsguru
Redis Lua Script With Spring Boot | Vinsguru
Learn Redis Lua Script with Spring Boot to execute a set of operations as a single transaction with constraints when you do Redis transactions.
π Custom AccessDecisionVoters in Spring Security
https://www.baeldung.com/spring-security-custom-voter
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-custom-voter
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Custom Spring Security with AccessDecisionVoters | Baeldung
A quick and practical guide to customizing Spring Security with AccessDecisionVoters