Redis Sentinel is a highly available deployment setup for Redis. In this post I will setup a Redis Sentinel Deployment with the following configuration.
Overriding Primary Key Generation Strategy in JPA + Liquibase Cont…
My last post titled Overriding Primary Key Generation Strategy in JPA + Liquibase discusses how Spring Boot Application can work with multiple databases.
Overriding Primary Key Generation Strategy in JPA + Liquibase
How do you write a Spring Boot
backend which supports all the SQL databases known to mankind. I’m just kidding. I have only tried this with H2
, MySQL
, PostgreSQL
and Oracle
in one single application.
I am sure by now you are familiar with how Version Control
works. A Version Control
like Git
will help you keep track of your source code. How do you keep track of your database changes the same way you track your source code?
Customizing Spring Security
In this post I want to explain how Spring Security can be customized since it seems to be difficult to find any solid documentation around this available on internet. I am going to use a custom API Key based authentication example to demonstrate how Spring Security can be configured for your needs.