1.注解失效问题
使用JSR303校验@Validated
校验电子邮箱@Email()无效问题
新版需要再pom.xml中增加依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
2.web中静态资源如何访问
1.webjars配置依赖:localhost:8080/webjars/
2.resources、static、public、/** localhost:8080/ 优先级如顺序