随笔分类 -  Spring Boot

Spring Boot
摘要:将jar包上传到 你想要的目录下 如 /java/service/demo.jar 进入 /etc/systemd/system 目录下 新建 demo.service 内容如下 [Unit]Description=wechatAfter=syslog.target network.target [ 阅读全文
posted @ 2018-05-06 15:19 每天多帅一点点 阅读(724) 评论(0) 推荐(0)
摘要:启动类中加入 解决Spring Data JPA延迟加载no session错误 http://blog.csdn.net/chrislyl/article/details/54630413 阅读全文
posted @ 2017-11-07 11:15 每天多帅一点点 阅读(2057) 评论(0) 推荐(0)
摘要:使用Feign的时候,如果参数中带有 阅读全文
posted @ 2017-11-07 10:38 每天多帅一点点 阅读(20893) 评论(0) 推荐(10)
摘要:spring boot 截止1.5.4,默认使用thymeleaf2.0,会有一些很蛋疼的地方比如xml格式之类的,具体哪些就不说了 -> 替换为3.0版本 pom中加入 阅读全文
posted @ 2017-07-25 09:22 每天多帅一点点 阅读(9608) 评论(0) 推荐(1)