摘要: 问题发生场景:公司项目做cxf升级有原来的cxf2.3 版本升级为cxf 2.7.18 版本,在进行webServcice 接口调用时出现 Cannot create a secure XMLInputFactory 的问题 解决方法:首先在查看 cxf官方文档:从 CXF 2.7.4 开始,CXF 阅读全文
posted @ 2021-06-03 11:52 xixihaha_jxt 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 开发工具:idea 2020.1 springBoot : 2.0.2.RELEASE hibernate 版本:5.2.17 spring : 5.0.6.RELEASE 1.项目需要使用war包形式部署(现场需要),故需要将SpringBoot 内置的tomcat 排除 1 <dependenc 阅读全文
posted @ 2021-05-11 13:25 xixihaha_jxt 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-22 21:45 xixihaha_jxt 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 1.一个有@Transactional的方法被没有@Transactional方法调用时,会导致Transactional作用失效。也是最容易出现的情况。 那为啥会出现这种情况?其实这还是由于使用Spring AOP代理造成的,因为只有当事务方法被当前类以外的代码调用时,才会由Spring生成的代理 阅读全文
posted @ 2020-03-22 20:37 xixihaha_jxt 阅读(27070) 评论(0) 推荐(1) 编辑
摘要: 1:查看当前schema db2 select current schema from sysibm.sysdummy1 2:修改schema db2 set current schema SCHEMA_Name 阅读全文
posted @ 2020-01-03 14:21 xixihaha_jxt 阅读(5463) 评论(0) 推荐(0) 编辑
摘要: export to c:ceshi/student.txt of del modified by CODEpage=1386 chardel'' coldel0x03 select id,name,age from student where age > 18; import from c:cesh 阅读全文
posted @ 2020-01-03 14:17 xixihaha_jxt 阅读(1685) 评论(0) 推荐(0) 编辑