0
我想在我的服務webjars bootstrap中使用。 我添加依賴Spring和Gradle - 添加到項目WebJars Bootstrap
compile group: 'org.webjars', name: 'bootstrap', version: '4.0.0-alpha.6-1'
我註冊源
registry
.addResourceHandler("/webjars/**")
.addResourceLocations("/webjars/");
我使用CSS引導在thymeleaf
<link rel="stylesheet" th:href="@{webjars/bootstrap/4.0.0-alpha.6-1/css/bootstrap.min.css}">
和引導不能在所有的工作。沒有相關產品。這個服務如何看不到bootstrap css文件?例如,在我使用的項目中,Spring Security。它有什麼作用?修理它的麻煩值得嗎? 「資源」文件夾中的webjars文件和普通css文件之間的速度是多少?