11 2019 档案
Springboot-配置多数据源-接口切换
摘要:Application添加注解: @Import({DynamicDataSourceRegister.class}) application.xml配置从数据源: slave: datasource: names: name1 ,name2 name1: driver-class-name: co 阅读全文
posted @ 2019-11-13 10:31 FeeCy
Mybatis SQL 使用JAVA 静态资源
摘要:常量:${@com.htsc.backtest.component.Global@PAGE_SIZE} 静态方法:${@com.htsc.backtest.component.Global@doMethod(param)} 其中 doMethod是静态方法 param 调用参数 阅读全文
posted @ 2019-11-07 13:56 FeeCy 阅读(332) 评论(0) 推荐(0)
java.lang.ClassNotFoundException: org.springframework.boot.bind.RelaxedDataBinder
摘要:java.lang.ClassNotFoundException: org.springframework.boot.bind.RelaxedDataBinder spring.2.2 去除了 RelaxedDataBinder 解决方案:druid版本 1.1.10 <dependency> <g 阅读全文
posted @ 2019-11-05 16:29 FeeCy