springboot thymeleaf 引入js

由于springboot默认会扫描resources/static文件夹下面

所以引入js路径:

 <script th:src="@{js/echarts.min.js}"></script>
posted @ 2020-04-09 17:19  Java资深架构师  阅读(2176)  评论(0)    收藏  举报