Skip to content

Commit 36e0d69

Browse files
committed
updating read me file
1 parent b0b30f9 commit 36e0d69

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# java-spring-file-upload
2-
Upload images, pdfs, txt files etc using Java Spring MVC
2+
Upload images using Java Spring MVC
3+
4+
#Overview
5+
In this simple application I am using Spring MVC and JPA (Hibernate) to persist User's information to the database including their profile photo/image.
6+
7+
#Requirements
8+
1. MySQL database needs to be installed
9+
2. Internet connection to download the dependencies
10+
3. Coding eyes to understand the code :)
11+
12+
#Instructions
13+
1. Clone the project to your local machine
14+
2. Import the project into Spring Tool Suite/Eclipse
15+
3. Locate the Database folder and change the database name, username and password
16+
4. Open the modisefileupload.java.config.UserController and modify the image path (for development purposes you will need to point the path to you local computer, I have commented out the actual rootDirect to be used in the Server).
17+
5. Right click on the project and run on server
18+
6. Enjoy!

0 commit comments

Comments
 (0)