会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
有梦想的咸鱼
程序改变世界 编码书写人生
博客园
首页
新随笔
联系
订阅
管理
2018年3月29日
SpringBoot使用devtools导致的类型转换异常
摘要: 遇到的问题:SpringBoot项目中的热部署引发的血的教训,报错代码位置: 1 XStream xStream1 = new XStream(); 2 xStream1.autodetectAnnotations(true); 3 xStream1.alias("InterBOSS", InterBossHeader.class); 4 InterBossHeader resp = (I...
阅读全文
posted @ 2018-03-29 19:23 白色程序猿
阅读(3742)
评论(0)
推荐(0)
编辑
公告