07 2023 档案
摘要:1.不支持 select* 需要指明查询的列 2.不支持 sharding-column 列的函数查询 3.不支持关联不分表的 inner 查询
阅读全文
摘要:1. yml配置: mybatis-plus: mapper-locations: classpath*:/mapper/*Mapper.xml,classpath*:/**/*Mapper.xml 2.maven执行clean,install 3.还是不行的话删除idea中的.idea文件夹,重启
阅读全文
摘要:spring: datasource: dynamic: datasource: ds-normal: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver url: username
阅读全文