additions.txt 674 B

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