一、在application.yml文件中加入下面代码。
spring:
mvc:
static-path-pattern: /**
二、我的目录层级如图
三、pom.xml中配置templates模板。
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
四、在html中引用
<script type="text/javascript" src="/js/jquery-1.12.4.min.js"></script>