We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c5bf6 commit 03c0e14Copy full SHA for 03c0e14
README.md
@@ -13,7 +13,7 @@ In this simple application I am using Spring MVC and JPA (Hibernate) to persist
13
- Clone the project to your local machine
14
- Import the project into Spring Tool Suite/Eclipse/IntellijIDEA
15
- Locate the Database folder and change the database name, username and password
16
- - Open the ```modisefileupload.java.config.UserController``` and
+ - Open the ```modisefileupload.java.controller.UserController``` and
17
modify the image path (for development purposes you will need to point the path to you local computer,
18
I have commented out the actual `rootDirect` to be used in the Server).
19
- Right click on the project and run on server
0 commit comments