求springboot + hbase + mysql + es 多数据源项目demo
3条回答 默认 最新
CSDN专家-赖老师(软件之家) 2021-04-20 17:34关注datasource: master: #数据源1 # driver-class-name: com.mysql.jdbc.Driver # url: jdbc:mysql://localhost:3306/examcloud?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false # username: root # password: 1234 slave: #数据源2 #driver-class-name: com.mysql.jdbc.Driver #url: jdbc:mysql://localhost:3306/test?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false #username: root #password: root本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报