Skip to content

Commit 17f7925

Browse files
committed
up
1 parent 32c6490 commit 17f7925

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

springmvc-userlogin/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
## TOOLS & TECHNOLOGIES
2-
* Java 1.8
3-
* MySQL DB
4-
* Tomcat 8.5
2+
1. Java 1.8
3+
2. MySQL DB
4+
3. Tomcat 8.5
55

66
## TOPICS COVERED
7-
* XML Bean configuration
8-
* Autowiring
9-
* Annotation
10-
* JdbcTemplate
7+
1. XML Bean configuration
8+
2. Autowiring
9+
3. Annotation
10+
4. JdbcTemplate
1111

1212
## STEPS to run Application
1313

14-
# STEP 1:
14+
### STEP 1:
1515
Create database & table using sql script: /src/main/resources/jbr/sql/ddl.sql
1616

17-
# STEP 2:
17+
### STEP 2:
1818
Download this project from Git and import as Maven Project in Eclipse/STS.
1919

20-
# STEP 3:
20+
### STEP 3:
2121
Download tomcat 8.5 and configure in eclipse.
2222

23-
# STEP 4: Run Junit Testcase
23+
### STEP 4: Run Junit Testcase
2424
Run the junit testcase to ensure your application able to communicate to MySQL DB properly.
2525

26-
# STEP 4: Run the application using tomcat server
26+
### STEP 4: Run the application using tomcat server

0 commit comments

Comments
 (0)