source: READ.me

Last change on this file was 77205be, checked in by gjoko kostadinov <gjokokostadinov@…>, 5 months ago

Add entire code

  • Property mode set to 100644
File size: 578 bytes
Line 
1How to start the project:
2
3mvn clean install
4
5To create the database, change the property 'spring.jpa.hibernate.ddl-auto' from validate to create and run the application.
6(Don't forget to revert this before re-running the application. If you don't do this, you will delete all your inserted data.)
7
8To insert test data, change the property 'spring.sql.init.mode' from never to always.
9(Don't forget to revert this before re-running the application. If you don't do this, you will get duplicate data, or the script will fail
10and as a result of this, the application won't start.)
Note: See TracBrowser for help on using the repository browser.