<artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> ``` ### 前端 > 可以自行编写 或 在网上找一个登录页面改造即可 登录`login.html` ```html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ...
--通过url表达式引入--> AllUser <!--thymeleaf整合shiro权限标签,实现权限管理--> <ath:href="@{|/all/insertUser|}">添加 <ath:href="@{|/all/toLoginOut|}">退出登录<
th:href="@{/webjars/bootstrap/3.3.7/css/bootstrap.min.css}" />Password Manager Toggle navigation
@OverridepublicvoidaddResourceHandlers(finalResourceHandlerRegistryregistry){registry.addResourceHandler("/resources/**").addResourceLocations("/resources/").setCachePeriod(0)//Set to 0 in order to send cache headers that prevent caching;// Add WebJars for Bootstrap & jQueryif(!registry.hasMappingFor...
The admin user interface is completely written in material design using Bootstrap v4 and is responsive to suite a variety of devices. The template engine used to render the admin views is Thymeleaf since the library is extremely extensible and its natural templating capability ensures templates can...
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' testImplementation 'org.springframework.boot:spring-boot-starter-test' implementation 'org.apache.pdfbox:pdfbox:2.0.27' implementation 'log4j:log4j' } tasks.named('test') { useJUnitPlatform() } task printVersion { println proje...