π Spring REST API + OAuth2 + Angular (using the Spring Security OAuth legacy stack)
https://www.baeldung.com/rest-api-spring-oauth2-angular-legacy
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/rest-api-spring-oauth2-angular-legacy
β‘οΈ @SpringFrameworkZone
Baeldung
Spring REST API + OAuth2 + Angular (using the Spring Security OAuth legacy stack) | Baeldung
Learn how to set up OAuth2 for a Spring REST API and how to consume that from an Angular client.
π Hibernate Slow Query Log β The easiest way to find slow queries
https://thorben-janssen.com/hibernate-slow-query-log/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/hibernate-slow-query-log/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Hibernate Slow Query Log - The easiest way to find slow queries
Hibernate's slow query log shows all database queries slower than a configured threshold. Finding these queries doesn't get any easier.
π This Week in Spring - March 9th, 2021
https://spring.io/blog/2021/03/09/this-week-in-spring-march-9th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/03/09/this-week-in-spring-march-9th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - March 9th, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Tomorrow is the day of Spring One Tour - do <em>not</em> miss this event! Weβve also got a lot to get into this week so, without further adoβ¦</p>
<ul>
<li>In last weekβsβ¦
<ul>
<li>In last weekβsβ¦
π Spring Boot Unit and Integration Testing Overview
https://rieckpil.de/spring-boot-unit-and-integration-testing-overview/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/spring-boot-unit-and-integration-testing-overview/
β‘οΈ @SpringFrameworkZone
rieckpil
Spring Boot Unit and Integration Testing Overview - rieckpil
Concise roundup of unit and integration testing with Spring Boot. Learn the fundaments of your Spring Boot testing journey.
π Development on Kubernetes: IDE & Tools
https://piotrminkowski.com/2020/08/03/development-on-kubernetes-ide-tools/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/08/03/development-on-kubernetes-ide-tools/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Development on Kubernetes: IDE & Tools - Piotr's TechBlog
Demonstrating useful tools for development on Kubernetes like Cloud Code Intellij Plugin, Octant, K9S or command-line tools.
π How to use JProfiler for Performance testing
https://betterjavacode.com/jprofiler/jprofiler-for-performance-testing
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/jprofiler/jprofiler-for-performance-testing
β‘οΈ @SpringFrameworkZone
Code Complete
How to use JProfiler for Performance testing - Code Complete
If you are a developer, some point of time you will have to use JProfiler for measuring the performance of your application. Many times, this is left to specialized performance teams or developers who know the tools well, but donβt know much about the codeβ¦
π Deploy Spring Boot applications by leveraging enterprise best practices β Azure Spring Cloud Reference Architecture
https://spring.io/blog/2021/03/11/deploy-spring-boot-applications-by-leveraging-enterprise-best-practices-azure-spring-cloud-reference-architecture
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/03/11/deploy-spring-boot-applications-by-leveraging-enterprise-best-practices-azure-spring-cloud-reference-architecture
β‘οΈ @SpringFrameworkZone
Deploy Spring Boot applications by leveraging enterprise best practices β Azure Spring Cloud Reference Architecture
Level up your Java code and explore what Spring can do for you.
π A Bootiful Podcast: FF4J project creator and DataStax Astra SDK engineer Cedrick Lunven
https://spring.io/blog/2021/03/11/a-bootiful-podcast-ff4j-project-creator-and-datastax-astra-sdk-engineer-cedrick-lunven
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/03/11/a-bootiful-podcast-ff4j-project-creator-and-datastax-astra-sdk-engineer-cedrick-lunven
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: FF4J project creator and DataStax Astra SDK engineer Cedrick Lunven
<p>Hi, Spring fans! In this episode, <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to FF4J project creator and DataStax Astra SDK engineer <a href="http://twitters.com/clunven">Cedrick Lunven (@clunven)</a>.</p>
<iframe title="FF4Jβ¦
<iframe title="FF4Jβ¦
π Setting the MySQL JDBC Timezone Using Spring Boot Configuration
https://www.baeldung.com/mysql-jdbc-timezone-spring-boot
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/mysql-jdbc-timezone-spring-boot
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Setting the MySQL JDBC Timezone In Spring Boot | Baeldung
Learn how to directly set the timezone for a MySQL JDBC Connection via Spring Boot.
π High-Performance Java Persistence Newsletter, Issue 24
https://vladmihalcea.com/high-performance-java-persistence-newsletter-24/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/high-performance-java-persistence-newsletter-24/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 24 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
Spring Boot Framework pinned Β«π Java Weekly, Issue 376 https://www.baeldung.com/java-weekly-376 β‘οΈ @SpringFrameworkZoneΒ»
π Knative Eventing with Kafka and Spring Cloud
https://piotrminkowski.com/2021/03/12/knative-eventing-with-kafka-and-spring-cloud/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/03/12/knative-eventing-with-kafka-and-spring-cloud/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Knative Eventing with Kafka and Spring Cloud - Piotr's TechBlog
This article shows how to configure Knative Eventing with the Apache Kafka broker and how to run Spring Cloud applications there.
π Routing and Filtering
https://spring.io/guides/gs/routing-and-filtering/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/gs/routing-and-filtering/
β‘οΈ @SpringFrameworkZone
π Spring Security OAuth Authorization Server
https://www.baeldung.com/spring-security-oauth-auth-server
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-oauth-auth-server
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security OAuth Authorization Server | Baeldung
Learn how to use the Spring Security OAuth Authorization Server.
π RabbitMQ in cluster
https://piotrminkowski.com/2017/02/28/rabbitmq-in-cluster/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/02/28/rabbitmq-in-cluster/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
RabbitMQ in cluster - Piotr's TechBlog
RabbitMQ grown into the most popular message broker software. It is written in Erlang and implements Advanced Message Queueing Protocol (AMQP). It is easy to use and configure even if we are talking about such mechanisms as clustering or high availability.β¦