🆕 Testing Spring Cloud Stream Applications - Part 2
https://spring.io/blog/2020/12/15/testing-spring-cloud-stream-applications-part-2
➡️ @SpringFrameworkZone
https://spring.io/blog/2020/12/15/testing-spring-cloud-stream-applications-part-2
➡️ @SpringFrameworkZone
Testing Spring Cloud Stream Applications - Part 2
Level up your Java code and explore what Spring can do for you.
🆕 Testing Spring Cloud Stream Applications - Part 1
https://spring.io/blog/2020/12/15/testing-spring-cloud-stream-applications-part-1
➡️ @SpringFrameworkZone
https://spring.io/blog/2020/12/15/testing-spring-cloud-stream-applications-part-1
➡️ @SpringFrameworkZone
Testing Spring Cloud Stream Applications - Part 1
Level up your Java code and explore what Spring can do for you.
📁 Materialized View PostgreSQL – Microservice Design Patterns
https://www.vinsguru.com/materialized-view-postgresql-spring-boot/
➡️ @SpringFrameworkZone
https://www.vinsguru.com/materialized-view-postgresql-spring-boot/
➡️ @SpringFrameworkZone
Vinsguru
Materialized View PostgreSQL - Microservice Design Patterns | Vinsguru
This tutorial explains Materialized View PostgreSQL with Spring Boot, one of the Microservice Design Patterns to increase the read performance.
📁 Techstack Framework for RentersFeedback
https://betterjavacode.com/programming/techstack-framework-for-rentersfeedback
➡️ @SpringFrameworkZone
https://betterjavacode.com/programming/techstack-framework-for-rentersfeedback
➡️ @SpringFrameworkZone
Code Complete
Techstack Framework for RentersFeedback - Code Complete
Details of techstack framework used to build renters feedback. A simple application for renters to review their properties.
🆕 MySQL JDBC Statement Caching
https://vladmihalcea.com/mysql-jdbc-statement-caching/
➡️ @SpringFrameworkZone
https://vladmihalcea.com/mysql-jdbc-statement-caching/
➡️ @SpringFrameworkZone
Vlad Mihalcea
MySQL JDBC Statement Caching - Vlad Mihalcea
Learn how to enable the MySQL JDBC Statement Caching mechanism to speed up both read-based SQL queries and write-based DML statements.
📁 Revisiting Docker – How to use docker container in ECS
https://betterjavacode.com/programming/revisiting-docker-how-to-use-docker-container-in-ecs
➡️ @SpringFrameworkZone
https://betterjavacode.com/programming/revisiting-docker-how-to-use-docker-container-in-ecs
➡️ @SpringFrameworkZone
Code Complete
Revisiting Docker - How to use docker container in ECS - Code Complete
Use docker container in AWS Elastic Cloud Service (ECS). In this post, I show how to use docker container in ECS service from AWS.
📁 Event Messaging for Microservices with Spring Boot and RabbitMQ
https://reflectoring.io/event-messaging-with-spring-boot-and-rabbitmq/
➡️ @SpringFrameworkZone
https://reflectoring.io/event-messaging-with-spring-boot-and-rabbitmq/
➡️ @SpringFrameworkZone
reflectoring.io
Event Messaging for Microservices with Spring Boot and RabbitMQ
A tutorial on creating an event messaging solution with Spring Boot and RabbitMQ.
📁 How to Create an Application with Spring Boot and ReactJS
https://betterjavacode.com/programming/how-to-create-an-application-with-spring-boot-and-reactjs
➡️ @SpringFrameworkZone
https://betterjavacode.com/programming/how-to-create-an-application-with-spring-boot-and-reactjs
➡️ @SpringFrameworkZone
Code Complete
How to Create an Application with Spring Boot and ReactJS
In this post, I show how we can use Spring Boot and ReactJS to create an application. ReactJS for frontend and Spring Boot for backend.
🆕 Scheduled WebSocket Push with Spring Boot
https://www.baeldung.com/spring-boot-scheduled-websocket
➡️ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-scheduled-websocket
➡️ @SpringFrameworkZone
Baeldung on Kotlin
Scheduled WebSocket Push with Spring Boot | Baeldung
In this tutorial, we'll see how to send scheduled messages from a server to the browser using WebSockets.
🆕 A Bootiful Podcast: Cloud Foundry Developer Advocate Shedrack Akintayo
https://spring.io/blog/2020/12/18/a-bootiful-podcast-cloud-foundry-developer-advocate-shedrack-akintayo
➡️ @SpringFrameworkZone
https://spring.io/blog/2020/12/18/a-bootiful-podcast-cloud-foundry-developer-advocate-shedrack-akintayo
➡️ @SpringFrameworkZone
A Bootiful Podcast: Cloud Foundry Developer Advocate Shedrack Akintayo
Level up your Java code and explore what Spring can do for you.
🆕 Spring Boot on Kubernetes with Buildpacks and Skaffold
https://piotrminkowski.com/2020/12/18/spring-boot-on-kubernetes-with-buildpacks-and-skaffold/
➡️ @SpringFrameworkZone
https://piotrminkowski.com/2020/12/18/spring-boot-on-kubernetes-with-buildpacks-and-skaffold/
➡️ @SpringFrameworkZone
Piotr's TechBlog
Spring Boot on Kubernetes with Buildpacks and Skaffold - Piotr's TechBlog
In this article, you will how to run the Spring Boot application on Kubernetes using Cloud Native Buildpacks Paketo and Skaffold.
🆕 Get list of JSON objects with Spring RestTemplate
https://www.baeldung.com/spring-resttemplate-json-list
➡️ @SpringFrameworkZone
https://www.baeldung.com/spring-resttemplate-json-list
➡️ @SpringFrameworkZone
Baeldung
Get list of JSON objects with Spring RestTemplate | Baeldung
Spring RestTemplate can convert a JSON array to a variety of Java types. We look at the options and how to produce a type-specific list.
🆕 The Complete Guide to Use Docker Compose
https://betterjavacode.com/docker/the-complete-guide-to-use-docker-compose
➡️ @SpringFrameworkZone
https://betterjavacode.com/docker/the-complete-guide-to-use-docker-compose
➡️ @SpringFrameworkZone
Code Complete
The Complete Guide to Use Docker Compose - Code Complete
In this post, I show the complete guide to use docker compose to build multi-container application. We use Spring Boot, DB and Keycloak.