π Multitenancy Applications with Spring Boot and Flyway
https://reflectoring.io/flyway-spring-boot-multitenancy/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/flyway-spring-boot-multitenancy/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Multitenancy Applications with Spring Boot and Flyway
Multitenancy applications require a separate data store for each tenant. This guide shows how to configure a Spring Boot application with multiple data sources and how to switch between them depending on the tenant using the software. Using Flyway we canβ¦
π Spring @ComponentScan β Filter Types
https://www.baeldung.com/spring-componentscan-filter-type
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-componentscan-filter-type
β‘οΈ @SpringFrameworkZone
π Using logstash-logging-spring-boot-starter for logging with Spring Boot and Logstash
https://piotrminkowski.com/2019/10/02/using-logstash-logging-spring-boot-starter-for-logging-with-spring-boot-and-logstash/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/10/02/using-logstash-logging-spring-boot-starter-for-logging-with-spring-boot-and-logstash/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Using logstash-logging-spring-boot-starter for logging with Spring Boot and Logstash
Tutorial to Spring Boot library for logging incoming HTTP requests and outgoing HTTP responses in Logstash. It also sends logs with tags.
π A Magic Around Spring Boot Externalized Configuration
https://piotrminkowski.com/2019/03/11/a-magic-around-spring-boot-externalized-configuration/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/03/11/a-magic-around-spring-boot-externalized-configuration/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
A Magic Around Spring Boot Externalized Configuration - Piotr's TechBlog
There are some things I really like in Spring Boot, and one of them is an externalized configuration. Spring Boot allows you to configure your application in many ways. You have 17 levels of loading configuration properties into application. All of them areβ¦
π Hibernate Physical Naming Strategy
https://vladmihalcea.com/hibernate-physical-naming-strategy/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/hibernate-physical-naming-strategy/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
Hibernate Physical Naming Strategy - Vlad Mihalcea
Learn how the Hibernate Physical Naming Strategy works and how to customize the mapping between entity attributes and database identifiers.
π SaaS Application Design Discussion β Part IV
https://betterjavacode.com/java/saas-application-design-discussion-part-iv
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/java/saas-application-design-discussion-part-iv
β‘οΈ @SpringFrameworkZone
Code Complete
SaaS Application Design Discussion - Part IV - Code Complete
Continuing the series of design discussion, in this post, i show how we will be building SAAS application - Design Discussion
π CVE report published for Spring Security
https://spring.io/blog/2021/06/28/cve-report-published-for-spring-security
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/06/28/cve-report-published-for-spring-security
β‘οΈ @SpringFrameworkZone
spring.io
CVE report published for Spring Security
<p>We have <a href="https://spring.io/blog/2021/06/22/spring-security-5-5-1-5-4-7-5-3-10-and-5-2-11-released">released</a> Spring Security 5.5.1, 5.4.7, 5.3.10 and 5.2.11 to address the following CVE report:</p>
<ul>
<li><a href="https://tanzu.vmware.com/security/cveβ¦
<ul>
<li><a href="https://tanzu.vmware.com/security/cveβ¦
π How to ship logs with Logstash, Elasticsearch and RabbitMQ
https://piotrminkowski.com/2017/02/03/how-to-ship-logs-with-logstash-elasticsearch-and-rabbitmq/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/02/03/how-to-ship-logs-with-logstash-elasticsearch-and-rabbitmq/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
How to ship logs with Logstash, Elasticsearch and RabbitMQ - Piotr's TechBlog
The architecture of our solution for shipping application logs to Logstash is visible in the picture below. Weβll start from sample Spring Boot application shipping logs to RabbitMQ exchange. Then using Docker, weβll configure the environment containing RabbitMQβ¦
π Liquibase β Handling Database in Spring Boot
https://betterjavacode.com/programming/liquibase-handling-database-in-spring-boot
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/liquibase-handling-database-in-spring-boot
β‘οΈ @SpringFrameworkZone
Code Complete
Liquibase - Handling Database in Spring Boot - Code Complete
In this post, I show how to use liquibase for handling database changes in your Spring Boot project. Liquibase makes it easy to track the changes.
π Building and testing message-driven microservices using Spring Cloud Stream
https://piotrminkowski.com/2018/06/15/building-and-testing-message-driven-microservices-using-spring-cloud-stream/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/06/15/building-and-testing-message-driven-microservices-using-spring-cloud-stream/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Building and testing message-driven microservices using Spring Cloud Stream
In this article, you will learn how to build and testing event-driven microservices with Spring Cloud Stream and RabbitMQ broker.
π¨βπ Best Telegram Channelsπ©βπ
π Free Courses with Certificate
π»Entertainment feelings sarcasmπ
π Spring Boot Framework π
π Learn Data Scienceπ
π― Jobs and Placement Guide
π§Ώ Hack the Hacker π§Ώ
βRegister Your Channel
β‘οΈ @SpringFrameworkZone
π Free Courses with Certificate
π»Entertainment feelings sarcasmπ
π Spring Boot Framework π
π Learn Data Scienceπ
π― Jobs and Placement Guide
π§Ώ Hack the Hacker π§Ώ
βRegister Your Channel
β‘οΈ @SpringFrameworkZone
Telegram
Free Courses with Certificate - Python Programming, Data Science, Java Coding, SQL, Web Development, AI, ML, ChatGPT Expert
We provide unlimited Free Courses with Certificate to learn Python, Data Science, Java, Web development, AI, ML, Finance, Hacking, Marketing and many more from top websites.
For promotions: @love_data
For promotions: @love_data
π Spring REST with a Zuul Proxy
https://www.baeldung.com/spring-rest-with-zuul-proxy
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-rest-with-zuul-proxy
β‘οΈ @SpringFrameworkZone
π This Week in Spring - June 29th, 2021
https://spring.io/blog/2021/06/29/this-week-in-spring-june-29th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/06/29/this-week-in-spring-june-29th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - June 29th, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Howβre you doinβ? Iβve been busy working on new Spring Tips videos! (You are subscribed <a href="https://spring.io/video">to our YouTube channel</a>, arenβt you?) Iβll beβ¦
π First Round of Improvements to the Reddit Application
https://www.baeldung.com/reddit-web-app-improvements-1
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/reddit-web-app-improvements-1
β‘οΈ @SpringFrameworkZone
π Spring Tips: Spring Retrosocket
https://spring.io/blog/2021/06/30/spring-tips-spring-retrosocket
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/06/30/spring-tips-spring-retrosocket
β‘οΈ @SpringFrameworkZone
Spring Tips: Spring Retrosocket
Level up your Java code and explore what Spring can do for you.
π Survey Results β Java 8, Spring 4 and Spring Boot Adoption
https://www.baeldung.com/java-8-spring-4-and-spring-boot-adoption
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/java-8-spring-4-and-spring-boot-adoption
β‘οΈ @SpringFrameworkZone
Baeldung
Survey Results - Java, Spring & Spring Boot Adoption | Baeldung
Survey results on the adoption of Java 8, Spring 4 and the newer Spring Boot across the industry.
π Integration Guide for Spring and EJB
https://www.baeldung.com/spring-ejb
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-ejb
β‘οΈ @SpringFrameworkZone
π Building Secure APIs with Vert.x and OAuth2
https://piotrminkowski.com/2017/09/15/building-secure-apis-with-vert-x-and-oauth2/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/09/15/building-secure-apis-with-vert-x-and-oauth2/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Building Secure APIs with Vert.x and OAuth2 - Piotr's TechBlog
Preface Today I would like to get back to the subject touched on in one of my previous articles β Vert.x toolkit. In the post Asynchronous Microservices With Vert.x. I described how to develop microservices using Vert.x modules for a web application, serviceβ¦