implementation "org.springframework.boot:spring-boot-starter:2.3.4.RELEASE"
implementation "org.springframework.boot:spring-boot-starter-web:2.3.4.RELEASE" // web依赖
implementation "org.springframework.boot:spring-boot-devtools:2.3.4.RELEASE" // 热部署
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.1' //起步依赖 SqlSessionFactory 和 Mapper 接口。前者表示数据库链接,后者表示SQL映射
implementation 'mysql:mysql-connector-java:8.0.18' // 数据库驱动

图片发自简书App

图片发自简书App