TravelWebApplication-Virtugo
TravelWebApplication-Virtugo copied to clipboard
where is the script(sql) file
@seifoueslati You have to create a database and update the below property files with username and password. Then run the server, hibernate will automatically create the database you dont have to run any scripts seperately.
Files to be changed: https://github.com/pajaydev/TravelWebApplication-Virtugo/blob/c19a7033b8c780cb424fb3d098bf161e7f85de41/travelapp/src/main/resources/application.properties
what about the data thats needed in the sql script, mainly the tables, will they autogenerate? or what tables do you need to create?