Skip to content

Commit eed984b

Browse files
committed
README added
1 parent fccd4b7 commit eed984b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

springmvc-ViewResolver-Xml/.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
/.gradle/
1+
.classpath
2+
.project
3+
.settings/
4+
.gradle/
5+
bin/

springmvc-ViewResolver-Xml/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## TOOLS & TECHNOLOGIES
2+
1. Java 1.8
3+
2. Spring 5
4+
5+
## TOPICS COVERED
6+
1. XmlViewResolver
7+
2. Bean configuration using Annotation
8+
9+
10+
## HOW TO RUN?
11+
http://localhost:8080/springmvc-ViewResolver-XmlViewResolver/product
12+
http://localhost:8080/springmvc-ViewResolver-XmlViewResolver/user

0 commit comments

Comments
 (0)