Skip to content

lucasdeassis/jefile

Repository files navigation

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

About

file upload API repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages