Jefile is a file upload package for Java
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
To launch your application's tests, run:
./gradlew test