π Testing MVC Web Controllers with Spring Boot and @WebMvcTest
https://reflectoring.io/spring-boot-web-controller-test/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-web-controller-test/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Testing MVC Web Controllers with Spring Boot and @WebMvcTest
An in-depth look at the responsibilities of a Spring Boot web controller and how to cover those responsibilities with meaningful tests.
π Quickly Spin MySQL With Docker Compose
https://springframework.guru/quickly-spin-mysql-with-docker-compose/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/quickly-spin-mysql-with-docker-compose/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Quickly Spin MySQL With Docker Compose
In this tutorial, we'll learn how to install MySQL using Docker-Compose. By using Docker-Compose, we can configure an image the way we want and can turn the image on and of as needed. Setup Createβ¦
π Spring Cloud Hoxton.SR11 has been released
https://spring.io/blog/2021/04/21/spring-cloud-hoxton-sr11-has-been-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/04/21/spring-cloud-hoxton-sr11-has-been-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud Hoxton.SR11 has been released
<p>On behalf of the community, I am pleased to announce that the Service Release 11 (SR11) of the <a href="https://cloud.spring.io">Spring Cloud Hoxton</a> Release Train is available today. The release can be found in <a href="https://repo1.maven.org/mavβ¦
π A Bootiful Podcast: Reliably CEO Russ Miles
https://spring.io/blog/2021/04/22/a-bootiful-podcast-reliably-ceo-russ-miles
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/04/22/a-bootiful-podcast-reliably-ceo-russ-miles
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Reliably CEO Russ Miles
<p>Hi, Spring fans! In this episode, <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to Reliably CEO <a href="https://twitter.com/russmiles">Russ Miles (@russmiles)</a> about COVID, chaos engineering, reliable systems engineeringβ¦
π Reactive Elasticsearch With Spring Boot
https://piotrminkowski.com/2019/10/25/reactive-elasticsearch-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/10/25/reactive-elasticsearch-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Reactive Elasticsearch With Spring Boot - Piotr's TechBlog
This article shows how to enable reactive Elasticsearch support for the Spring Boot application using Spring Data repositories.
π Displaying Dates in the Timezone of the User
https://www.baeldung.com/reddit-app-show-date-in-the-users-timezone
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/reddit-app-show-date-in-the-users-timezone
β‘οΈ @SpringFrameworkZone
Baeldung
Displaying Dates in the Timezone of the User | Baeldung
How to make the timezone configurable in the Reddit app and display all dates according to the timezone of the user.
π Set a Timeout in Spring 5 Webflux WebClient
https://www.baeldung.com/spring-webflux-timeout
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-webflux-timeout
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Set a Timeout in Spring WebClient | Baeldung
Learn how to configure timeout settings for our WebClient using Spring Webflux.
π Example of Spring Boot Application Authentication with AWS Cognito
https://betterjavacode.com/programming/example-of-spring-boot-application-authentication-with-aws-cognito
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/example-of-spring-boot-application-authentication-with-aws-cognito
β‘οΈ @SpringFrameworkZone
Code Complete
Example of Spring Boot Application Authentication with AWS Cognito - Code Complete
In this post, I show an example of a spring boot application authentication with AWS Cognito. I also show how to create a user pool.
π Custom metrics visualization with Grafana and InfluxDB
https://piotrminkowski.com/2017/07/13/custom-metrics-visualization-with-grafana-and-influxdb/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/07/13/custom-metrics-visualization-with-grafana-and-influxdb/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Custom metrics visualization with Grafana and InfluxDB - Piotr's TechBlog
This tutorial shows how to expose and store application's Spring Boot Actuator metrics with Grafana and InfluxDB.
Spring Boot Framework pinned Β«π Java Weekly, Issue 382 https://www.baeldung.com/java-weekly-382 β‘οΈ @SpringFrameworkZoneΒ»
π Reactor β Flux β Create Vs Generate
https://www.vinsguru.com/reactive-programming-flux-create-vs-generate/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/reactive-programming-flux-create-vs-generate/
β‘οΈ @SpringFrameworkZone
Vinsguru
Reactor Flux Create vs Generate | Vinsguru
This tutorial explains the difference between Flux Create vs Generate in Project Reactor (Java Reactive Programming) with code samples.
π External Configuration Data in Spring
https://springframework.guru/spring-external-configuration-data/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-external-configuration-data/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
External Configuration Data in Spring
Introduction Situation Most of our applications are supported by external services such as a database server, an SMS gateway, or services such as PayPal. Such services can exist in more than one environment i.e developmentβ¦
π Spring Security Kerberos Integration With MiniKdc
https://www.baeldung.com/spring-security-kerberos-integration
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-kerberos-integration
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security Kerberos Integration | Baeldung
A quick and practical overview of Spring Security integration with Kerberos.
π[48H] Udemy - Software Architecture and Clean Code Design in OOP
Learn design patterns and principles for Object-oriented programming to make your software scalable and easy to maintain
https://www.udemy.com/course/software-architecture-learnit/?couponCode=CLEAN_CODE_APR_FREE
β‘οΈ @SpringFrameworkZone
Learn design patterns and principles for Object-oriented programming to make your software scalable and easy to maintain
https://www.udemy.com/course/software-architecture-learnit/?couponCode=CLEAN_CODE_APR_FREE
β‘οΈ @SpringFrameworkZone
Udemy
Software Architecture and Clean Code Design in OOP
Learn design patterns and principles for Object-oriented programming to make your software scalable and easy to maintain
π How to add SSLContext with TLSv1.2 in Android Kitkat
https://betterjavacode.com/android/how-to-add-sslcontext-with-tlsv1-2-in-android-kitkat
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/android/how-to-add-sslcontext-with-tlsv1-2-in-android-kitkat
β‘οΈ @SpringFrameworkZone
Code Complete
How to add SSLContext with TLSv1.2 in Android Kitkat
SSLContext Exception in Android Kitkat. In this post, I show how to resolve SSLContext exception with TLSv1.2 in android Kitkat.