File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
section-14-spring-boot-3-spring-mvc-quick-start/01-thymeleafdemo-helloworld Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.5.9 </version >
9+ <version >4.0.1 </version >
1010 <relativePath /> <!-- lookup parent from repository -->
1111 </parent >
1212 <groupId >com.luv2code.springboot</groupId >
2424 </dependency >
2525 <dependency >
2626 <groupId >org.springframework.boot</groupId >
27- <artifactId >spring-boot-starter-web </artifactId >
27+ <artifactId >spring-boot-starter-webmvc </artifactId >
2828 </dependency >
2929
3030 <dependency >
3535 </dependency >
3636 <dependency >
3737 <groupId >org.springframework.boot</groupId >
38- <artifactId >spring-boot-starter-test</artifactId >
38+ <artifactId >spring-boot-starter-webmvc-test</artifactId >
39+ <scope >test</scope >
40+ </dependency >
41+ <dependency >
42+ <groupId >org.springframework.boot</groupId >
43+ <artifactId >spring-boot-starter-thymeleaf-test</artifactId >
3944 <scope >test</scope >
4045 </dependency >
4146 </dependencies >
You can’t perform that action at this time.
0 commit comments