Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 573 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 573 Bytes

Build Status

JEFILE

Jefile is a file upload package for Java

Development and Run

To build Jefile, simply run:

./gradlew build

To start the SpringBoot API, build and execute the .jar file with:

java -jar build/libs/jefile-0.0.1-SNAPSHOT.jar

Or through gradle/maven using:

gradle bootRun

and:

mvn spring-boot:run

Testing

To launch your application's tests, run:

./gradlew test