Skip to content

hguandl/SUSTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUSTC

CS309 Project - SUSTech User Script Tools Center

Dependencies

  • Java 1.8+ (Recommand Java 11)
  • Apache Maven
  • Docker

Usage

Configuration

In application.properties:

  • For first run, change spring.jpa.hibernate.ddl-auto to create, then change it to update.
  • Specify your database configuration in spring.datasource.*.

Launch the project

Use jar release

  1. Download the jar in the release.
  2. Modify application.properties (see Configuration).
  3. Execute the jar archive:
$ java -jar scriptpro-1.0.0-RELEASE.jar

Build with Apache Maven

  1. Clone this repository.
  2. Modify application.properties (see Configuration).
  3. Execute with Maven:
$ mvn clean install
$ mvn spring-boot:run

About

CS309 Project - SUSTech User Script Tools Center

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages