10 2021 档案
摘要:1 依赖引入 <!-- spring-boot对mybatis的支持 --> <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <v
阅读全文
摘要:pom.xml文件引入 <!--spring-boot对rabbitmq的支持--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId>
阅读全文
摘要:官网地址:http://mybatis.org/spring/zh/boot.html 注意mybatis-starter启动器与boot的版本,可根据官网选择合适的版本 1 引入依赖 <parent> <artifactId>spring-boot-starter-parent</artifact
阅读全文
摘要:1. 引入maven依赖 <!--热部署配置--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> 2. IDEA
阅读全文

浙公网安备 33010602011771号