| 1234567891011121314151617181920212223 |
- 0:Switch to dev
- 1: Domain
- 2: Domain getter and setter
- 3: Test getter and setter in Domain Test
- 4: Command
- 5: Command getter and setter in Command Test
- 6: Converter
- 7: Converter Test
- 8: Bootstrap
- 9: Bootstrap Test
- 10: Modify the form
- 11: Validator
- 12: Validator Test
- 12.1 Capitalisation
- 12.2 Capitalisation Test
- 12.3 Capitalisation Integration Test
- 13: Switch to uat
- 13.1: In the database window select the uat database *** and then refresh it***
- 14: Generate changelog (ctrl-shift-A) as sql ----- does not work now!
- 14.1: right-click on the database and "create liquibase changelog"
- 15: Add the new file to master.xml
- 16: Run in terminal mvn clean test liquibase:update
|