整合mybatius 整合Mybatius1.依赖项 12345678910<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test< 2023-02-20 #mybatius
spring-boot Spring-boot 快速开始一.设置maven配置 1.配置镜像仓库 阿里云 123456<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/pub 2023-02-19 #spring-boot