Latest articles
-
How to add a column with not-null constraint in Liquibase
Let’s assume we have a running project using liquibase for the schema migrations and we want to add a new column to the user column. Our initial approach could look something like this:
-
How to transform a Spring Boot Initializr Project to Multi Module
Spring Boot Initializr is the perfect starting point for creating a Spring Boot Gradle project from scratch. However it doesn’t provide an option for using a multi-module approach - which are the basic steps do make this transformation yourself?
-
Fix Liquibase includeAll in a Spring Boot project
Liquibase has a very useful feature when using it in a Spring Boot multi-module project: includeAll. Unfortunatly it’s not working properly.