会员
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
05 2021 档案
涉及SpringBoot项目通过Maven打成Jar包
摘要:
1、pom.xml加入以下配置 <packaging>jar</packaging> 2、 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plu
阅读全文
posted @
2021-05-27 14:18
维新派丁真
阅读(91)
评论(0)
推荐(0)
微服务Feign调用,值丢失
摘要:
一、考虑是发生了熔断,应查看日志看具体原因。 二、我这里是因为传递的时间的参数没有加: @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") 导致数据库的时间直接转换时,格式不对;所以发生熔断。
阅读全文
posted @
2021-05-17 13:46
维新派丁真
阅读(535)
评论(0)
推荐(0)
公告