摘要: mybatis-plus: #外部化xml配置 #config-location: classpath:mybatis-config.xml #指定外部化 MyBatis Properties 配置,通过该配置可以抽离配置,实现不同环境的配置部署 #configuration-properties: 阅读全文
posted @ 2021-09-11 10:48 9102 阅读(1077) 评论(0) 推荐(0) 编辑
摘要: 缺少 <!-- https://mvnrepository.com/artifact/org.aspectj/aspectjrt --> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <v 阅读全文
posted @ 2021-09-11 10:30 9102 阅读(1635) 评论(0) 推荐(0) 编辑
摘要: 缺少 <!-- mybatis-plus依赖 --> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.2.0</version> </ 阅读全文
posted @ 2021-09-11 10:24 9102 阅读(1057) 评论(0) 推荐(0) 编辑