Skip to content

AndriyBarskyi/FootballManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FootballManager

In order to use the project you should:

  1. Create an empty database accordingly to the application.properties file or you can change DB configurations to match with your existing empty DB
  2. Run the project, it will create tables in the database
  3. Change "spring.jpa.hibernate.ddl-auto=create" to 'spring.jpa.hibernate.ddl-auto=update" in application.properties
  4. Change "spring.sql.init.mode=never" to "spring.sql.init.mode=always" in order to fill the database with initial data
  5. Run the project again, the DB will be filled with data and then you wiil be able to use the project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages