我在rescources下和rescources下新建templates文件夹下都放了html文件,访问都是404 ,已经引入了
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
求解答
我是学security自定义的登录页面,跳转登录页时404 ,我发现直接访问也是404
后续:
我之前想的直接访问页面,还是不行,现在先写个接口跳到页面上了,但是之前的直接访问还是想不通咋回事:有明白的解释下