Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.22 KB

README.adoc

File metadata and controls

49 lines (37 loc) · 1.22 KB

File Upload in Spring-boot through form data

Building the application

Building the application
$ ./mvnw clean package

Testing the application

In one terminal, run the application.

Run the application
$ java -jar target/spring-file-upload-0.0.1-SNAPSHOT.jar

In another terminal, run the tests.

Run the tests
$ ./mvnw verify

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Marco Bungart
Marco Bungart

💻 🚧 📖