π Multi-Tenancy in the API World Made Easy
https://dzone.com/articles/multi-tenancy-in-the-api-world-made-easy
β‘οΈ @SpringFrameworkZone
https://dzone.com/articles/multi-tenancy-in-the-api-world-made-easy
β‘οΈ @SpringFrameworkZone
DZone
Multi-Tenancy in the API World Made Easy
Learn how to build your own multi-tenant API using three Java classes and an assortment of tools like Spring Boot, H2, and Holon to keep boilerplate code low.
π RUNNING VERT.X MICROSERVICES ON KUBERNETES/OPENSHIFT
https://piotrminkowski.com/2018/03/20/running-vert-x-microservices-on-kubernetes-openshift/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/03/20/running-vert-x-microservices-on-kubernetes-openshift/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Running Vertx Microservices on Kubernetes/OpenShift - Piotr's TechBlog
This tutorial shows how to build Vertx microservices and run them on Kubernetes or OpenShift cluster on the example of Minishift.
π Spring WebClient and OAuth2 Support
https://www.baeldung.com/spring-webclient-oauth2
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-webclient-oauth2
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
WebClient and OAuth2 Support | Baeldung
Learn how to set up an application as an OAuth2 Client and use the WebClient to retrieve a secured resource in a full-reactive stack.
π Setting the Log Level in Spring Boot when Testing
https://www.baeldung.com/spring-boot-testing-log-level
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-testing-log-level
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Setting the Log Level in Spring Boot When Testing | Baeldung
For when you need to diagnose test failures by examining more detailed log output, here is how to reconfigure the logging in Spring apps at test time.
π How to Create a Slack Plugin in Java
https://www.baeldung.com/java-slack-plugin
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/java-slack-plugin
β‘οΈ @SpringFrameworkZone
Baeldung
How to Create a Slack Plugin in Java | Baeldung
A quick and practical overview of how to create a Slack plugin in Java.
Spring Boot Framework pinned Β«π Java Weekly, Issue 360 https://www.baeldung.com/java-weekly-360 β‘οΈ @SpringFrameworkZoneΒ»
π Spring Boot Web Application, Part 5 β Spring Security
https://springframework.guru/spring-boot-web-application-part-5-spring-security/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-boot-web-application-part-5-spring-security/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring Boot Web Application, Part 5 β Spring Security
This is the fifth part of my tutorial series on building a Spring Boot Web Application. We started off in the first part looking at using the Spring Initializr to start our Spring Boot projectβ¦
π New language features since Java 8 to 15
https://advancedweb.hu/new-language-features-since-java-8-to-15/
β‘οΈ @SpringFrameworkZone
https://advancedweb.hu/new-language-features-since-java-8-to-15/
β‘οΈ @SpringFrameworkZone
advancedweb.hu
New language features since Java 8 to 21
Enhancements to the Java language you should know
π Creating a Custom Starter with Spring Boot
https://www.baeldung.com/spring-boot-custom-starter
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-custom-starter
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Creating a Custom Starter with Spring Boot | Baeldung
A quick and practical guide to creating custom Spring Boot starters.
π Getting and Verifying Response Data with REST-assured
https://www.baeldung.com/rest-assured-response
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/rest-assured-response
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Getting and Verifying Response Data with REST-assured | Baeldung
Have a look at how to use REST-assured to validate and extract the response from a REST endpoint
π web.xml vs Initializer with Spring
https://www.baeldung.com/spring-xml-vs-java-config
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-xml-vs-java-config
β‘οΈ @SpringFrameworkZone
Baeldung
Spring: web.xml vs Initializer | Baeldung
A quick and practical guide to XML and Java config in Spring.
π Redirecting Logged-in Users with Spring Security
https://www.baeldung.com/spring-security-redirect-logged-in
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-redirect-logged-in
β‘οΈ @SpringFrameworkZone
Baeldung
Redirecting Logged-in Users with Spring Security | Baeldung
Learn several ways how to redirect logged-in users from the login page using Spring Security.
π Exposing Metrics of a Spring Boot Application for Prometheus
https://reflectoring.io/monitoring-spring-boot-with-prometheus/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/monitoring-spring-boot-with-prometheus/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Exposing Metrics of a Spring Boot Application for Prometheus
A tutorial on using Dropwizard to expose monitoring metrics from within a Spring Boot application to be consumed by a Prometheus monitoring server.
π Spring Native for GraalVM 0.8.3 available now
https://spring.io/blog/2020/11/23/spring-native-for-graalvm-0-8-3-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/23/spring-native-for-graalvm-0-8-3-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Native for GraalVM 0.8.3 available now
<div class="paragraph">
<p>On behalf of everyone that has contributed, I am pleased to announce that <a href="https://github.com/spring-projects-experimental/spring-native">Spring Native for GraalVM</a> 0.8.3 has been released and is available from <a β¦
<p>On behalf of everyone that has contributed, I am pleased to announce that <a href="https://github.com/spring-projects-experimental/spring-native">Spring Native for GraalVM</a> 0.8.3 has been released and is available from <a β¦
π A Simple E-Commerce Implementation with Spring
https://www.baeldung.com/spring-angular-ecommerce
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-angular-ecommerce
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
A Simple E-Commerce Implementation with Spring | Baeldung
Explore how to create a simple e-commerce application, using Spring Boot and Angular frameworks.