CS309 Project - SUSTech User Script Tools Center
- Java 1.8+ (Recommand Java 11)
- Apache Maven
- Docker
In application.properties
:
- For first run, change
spring.jpa.hibernate.ddl-auto
tocreate
, then change it toupdate
. - Specify your database configuration in
spring.datasource.*
.
- Download the jar in the release.
- Modify
application.properties
(see Configuration). - Execute the jar archive:
$ java -jar scriptpro-1.0.0-RELEASE.jar
- Clone this repository.
- Modify
application.properties
(see Configuration). - Execute with Maven:
$ mvn clean install
$ mvn spring-boot:run