- 博客(3)
- 收藏
- 关注
原创 thymeleaf基本使用
引入: 1.公共片段 定义公共代码 <div id = "code">公共代码</div> 引入 <div th:repace="文件名 :: #code"></div> 2.循环 <ul> <li th:each="user : ${userList}" th:text="${user.userName}"></...
2019-12-12 09:27:49
128
原创 springboot资源映射
springboot资源映射 1.静态资源映射 (1)收到/webjars/**的请求后会去classpath:/META/resources/webjars/ 查找文件, (2)其他的静态资源文件, “classpath:/META-INF/resources/”, “classpath:/resources/”, “classpath:/static/”, “classpath:/publ...
2019-12-11 09:58:36
313
原创 docker安装nginx部署vue
docker安装nginx部署vue 安装docker 服务器内核必须高于3.1 $uname -r 卸载旧版本 $yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate ...
2019-11-06 14:39:09
244
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人