Demo application for handling users and authorization with jwt.
- Liquibase (migrations)
- MySQL
Migration project boilerplate and migration files were generated with Liquibase-CLI
-
Rename
liquibase.properties.sample
toliquibase.properties
and modify accordingly. -
For running migrations, execute the following in your console:
cd migrations && liquibase update
-
Add your DB credentials in
application.yml
-
Execute in your console
./gradlew bootRun