File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
src/main/webapp/WEB-INF/views Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <parent >
6+ <artifactId >3-0-spring-framework</artifactId >
7+ <groupId >com.bobocode</groupId >
8+ <version >1.0-SNAPSHOT</version >
9+ </parent >
10+ <modelVersion >4.0.0</modelVersion >
11+
12+ <artifactId >3-0-2-view-resolver</artifactId >
13+
14+ </project >
Original file line number Diff line number Diff line change 1+ <html >
2+ <body >
3+ <h2 >Hello World!</h2 >
4+ </body >
5+ </html >
Original file line number Diff line number Diff line change 1616 <module >3-0-0-hello-spring-framework</module >
1717 <module >3-0-1-hello-spring-mvc</module >
1818 <module >3-1-1-dispatcher-servlet-initializer</module >
19+ <module >3-0-2-view-resolver</module >
1920 </modules >
2021
2122</project >
You can’t perform that action at this time.
0 commit comments