gortazar / boot-flyway-flux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Step 1: Initial situation

Version of the app: 1.0.0

Version of the DB: v1

Comment

This will be the initial state of the application that we will take into consideration.

DB changes

The db contains a column called last_name.

link:src/main/resources/db/migration/V1__init.sql[role=include]

Code changes

The app stores the Person data into a column called last_name:

link:src/main/java/sample/flyway/Person.java[role=include]

About

License:Apache License 2.0


Languages

Language:Java 100.0%