π Automatic Property Expansion with Spring Boot
https://www.baeldung.com/spring-boot-auto-property-expansion
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-auto-property-expansion
β‘οΈ @SpringFrameworkZone
Baeldung
Automatic Property Expansion with Spring Boot | Baeldung
Learn about the property expansion mechanism provided by Spring through Maven and Gradle build methods.
π Control the Session with Spring Security
https://www.baeldung.com/spring-security-session
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-session
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Control the Session with Spring Security | Baeldung
Configure Sessions with Spring Security - set up Concurrent Sessions, enable Session Fixation Protection and prevent URLs from containing Session information.
π Spring Cloud 2020.0.0-RC1 (aka Ilford) Is Available
https://spring.io/blog/2020/12/15/spring-cloud-2020-0-0-rc1-aka-ilford-is-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/15/spring-cloud-2020-0-0-rc1-aka-ilford-is-available
β‘οΈ @SpringFrameworkZone
Spring Cloud 2020.0.0-RC1 (aka Ilford) Is Available
Level up your Java code and explore what Spring can do for you.
π Accessing the Database from a Thymeleaf Template
https://springframework.guru/accessing-database-thymeleaf-template/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/accessing-database-thymeleaf-template/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Accessing the Database from a Thymeleaf Template
This week, I had a student ask me how they could use a Java function to access the database from a Thymeleaf template. Thymeleaf is a modern templating engine. And accessing the database directly fromβ¦
π This Week in Spring - December 15th, 2020
https://spring.io/blog/2020/12/16/this-week-in-spring-december-15th-2020
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/16/this-week-in-spring-december-15th-2020
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - December 15th, 2020
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Can you believe itβs already December 15th? Me either! Another few weeks and this soul annhilating year will be over with and weβll be staring down 2021 filled with new hopesβ¦
π 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.
π Using Elasticsearch with Spring Boot
https://reflectoring.io/spring-boot-elasticsearch/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-elasticsearch/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Using Elasticsearch with Spring Boot
How to index and search Data with Spring Boot and Elasticsearch