
thymeleaf
空山新雨君
这个作者很懒,什么都没留下…
展开
-
spring boot+thymeleaf+bootstrap,前端模板引擎使用
一、thymeleaf引入bootstrap1)pom.xml里添加bootstrap等依赖<dependency> <groupId>org.webjars</groupId> <artifactId>bootstrap</artifactId> <version>4.3.1</ver...原创 2019-03-11 17:54:41 · 4539 阅读 · 0 评论 -
spring boot+thymeleaf+layui编写后台管理系统
一、界面效果:参考官方文档添加组件即可:https://www.layui.com/demo/admin.html另外参考layuiadmin的demo:https://www.layui.com/admin/二、功能一:点击左侧菜单,右侧tab栏添加对应的标签和内容,并可以嵌入iframe利用lay-filter属性,将左侧菜单组件和tab组件关联。(1)左侧菜...原创 2019-03-18 11:12:46 · 15270 阅读 · 0 评论