Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 413 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 413 Bytes

CSYE 6225 Project

Please following below steps to run this application

  1. Firstly,
git clone [email protected]:dxu104/CSYE6225HW1.git
  1. Loading the dependenciees in the pom.xml

  2. change the database, username and password to yours in the configuration file under

src/main/resources/application.yml
  1. Find this file to run
src/main/java/com/csye6225HW1/Hw1Application.java