You can find the project from: https://github.com/linxdcn/iS3-Server
- Java 8
- Maven > 3.0
- Change profile in
src/main/resources/application.properties
- Create files
application-dev.properties
orapplication-prod.properties
- Set your own configurations.
Go on the project's root folder, then type:
$ mvn clean
$ mvn install
$ mvn spring-boot:run