随笔分类 -  spring boot

摘要:Thymeleaf 关键字功能介绍案例 th:id 替换id <input th:id="'xxx' + ${collect.id}"/> th:text 文本替换 <p th:text="${collect.description}">description</p> th:utext 支持html 阅读全文
posted @ 2019-10-09 10:30 李建彬 阅读(960) 评论(0) 推荐(0)
摘要:配置文件在application.properties中进行配置 web.upload-path=d:/myfile/uploadweb.front-path=d:/myfile/frontspring.resources.static-locations=file:${web.upload-pat 阅读全文
posted @ 2019-09-27 11:42 李建彬 阅读(2028) 评论(1) 推荐(0)
摘要:1、打包jar, mvn clean package 2、上传到服务器(需要java环境)命令运行 java -jar ***-1.0.0.jar 阅读全文
posted @ 2019-09-27 11:36 李建彬 阅读(203) 评论(0) 推荐(0)