赞
踩
Spring Boot 3.2.5
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
<version>3.5.5</version>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<version>3.0.3</version>
</dependency>
mybatis-plus: mapper-locations: classpath*:/mapper/*Mapper.xml type-aliases-package: com.example.arrow_smart_toilet_back_01.mapper configuration: map-underscore-to-camel-case: true log-impl: org.apache.ibatis.logging.stdout.StdOutImpl global-config: banner: true db-config: id-type: auto logic-delete-field: deleted logic-not-delete-value: 0 logic-delete-value: 1 extension: enabled: true mapper-package: com.example.arrow_smart_toilet_back_01.mapper data-permission: enabled: true
连接成功!希望对你有帮助!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。