File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
## 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
5
5
6
6
## 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
11
11
12
12
## STEPS to run Application
13
13
14
- # STEP 1:
14
+ ### STEP 1:
15
15
Create database & table using sql script: /src/main/resources/jbr/sql/ddl.sql
16
16
17
- # STEP 2:
17
+ ### STEP 2:
18
18
Download this project from Git and import as Maven Project in Eclipse/STS.
19
19
20
- # STEP 3:
20
+ ### STEP 3:
21
21
Download tomcat 8.5 and configure in eclipse.
22
22
23
- # STEP 4: Run Junit Testcase
23
+ ### STEP 4: Run Junit Testcase
24
24
Run the junit testcase to ensure your application able to communicate to MySQL DB properly.
25
25
26
- # STEP 4: Run the application using tomcat server
26
+ ### STEP 4: Run the application using tomcat server
You can’t perform that action at this time.
0 commit comments