Spring Boot thymeleaf introduces js css error 404 file not found problem

Spring Boot thymeleaf introduces js css error 404 file not found problem

 

Add in application.properties:

spring.mvc.static-path-pattern=/**

spring.resources.static-locations = classpath:/templates/

 

Introduced in html

<script th:src="@{/jquery.js}"></script> 或

<script src="jquery.js"></script> 

 

jquery.js is in the current directory (directory resources/templates/jquery.js, html is also in the current directory)

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326486173&siteId=291194637