Now let’s try to automate the certificate generation. For this I am going to refer to a post published on a site called pbxhacks.com. Please do exercise caution when you try the scripts below as they will change all the TXT
records in your domain.
Enable HTTPS on your Website for Free
It’s true. You do not have to pay 200 bucks just to get HTTPS working on your Website.
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?