中级项目课中的模板语言
有没有在学中级项目课的小伙伴?
现在spring boot中搜不到velocity了,大家用的是哪个模板引擎啊?
昨天强行在pom.xml中加了
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-velocity</artifactId> </dependency> 然后import changes 刚开始可以出来页面,但是之后就再也出不来用velocity的页面了。Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Thu Jul 19 08:59:07 CST 2018There was an unexpected error (type=Not Found, status=404).No message available不知道是为什么? 有木有小伙伴知道这是怎么回事啊?