Skip to content

Latest commit

 

History

History
executable file
·
5 lines (5 loc) · 356 Bytes

README.md

File metadata and controls

executable file
·
5 lines (5 loc) · 356 Bytes

To open project in idea

  • Run install_dependencies.sh script, which will put third party libraries to your local maven repository.
  • You should have MySQL installed on you computer.
  • Change src/main/resources/db.properties file and run setup.sql script to create new database with all tables, that are needed.
  • Then simply import as maven project.