π Load a Resource as a String in Spring
https://www.baeldung.com/spring-load-resource-as-string
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-load-resource-as-string
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Load a Resource as a String in Spring | Baeldung
Learn how to inject the contents of a resource file into our beans as a String, with Spring's Resource class making this very easy.
π What's new in Spring Data 2021.0?
https://spring.io/blog/2021/04/20/what-s-new-in-spring-data-2021-0
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/04/20/what-s-new-in-spring-data-2021-0
β‘οΈ @SpringFrameworkZone
spring.io
What's new in Spring Data 2021.0?
<div class="paragraph">
<p>Spring Data 2021.0, codenamed Pascal, is the second release following the new six-month cadence. It ships with refinements to many existing interfaces and programming models. This blog post explains the following topics:</p> β¦
<p>Spring Data 2021.0, codenamed Pascal, is the second release following the new six-month cadence. It ships with refinements to many existing interfaces and programming models. This blog post explains the following topics:</p> β¦
π Custom Twitter Client vs Spring Boot Twitter Plugin
https://betterjavacode.com/core-java/custom-twitter-client-vs-spring-boot-twitter-plugin
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/core-java/custom-twitter-client-vs-spring-boot-twitter-plugin
β‘οΈ @SpringFrameworkZone
Code Complete
Custom Twitter Client vs Spring Boot Twitter Plugin - Code Complete
In this post, I show how we can use Spring Boot Twitter plugin to pull data from twitter and use in your application. Twitter plugin.
π Spring Boot: Customize Whitelabel Error Page
https://www.baeldung.com/spring-boot-custom-error-page
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-custom-error-page
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Boot: Customize Whitelabel Error Page | Baeldung
Learn how to customize the default error page in a Spring Boot application.
π Udemy - Master Spring Microservices with Spring Boot & Spring Cloud!
Master Spring Boot Microservices with Spring Cloud!
https://www.udemy.com/course/spring-microservices-with-spring-boot-spring-cloud-training/?ranMID=39197&ranEAID=JVFxdTr9V80&ranSiteID=JVFxdTr9V80-Hu3HXTh2ZhoplPJMZHPUIg&LSNPUBID=JVFxdTr9V80&utm_source=aff-campaign&utm_medium=udemyads
β‘οΈ @SpringFrameworkZone
Master Spring Boot Microservices with Spring Cloud!
https://www.udemy.com/course/spring-microservices-with-spring-boot-spring-cloud-training/?ranMID=39197&ranEAID=JVFxdTr9V80&ranSiteID=JVFxdTr9V80-Hu3HXTh2ZhoplPJMZHPUIg&LSNPUBID=JVFxdTr9V80&utm_source=aff-campaign&utm_medium=udemyads
β‘οΈ @SpringFrameworkZone
Udemy
Free Spring Boot Tutorial - Master Spring Microservices with Spring Boot & Spring Cloud!
Master Spring Boot Microservices with Spring Cloud! - Free Course
π 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.