摘要: application.yml spring: datasource: username: root password: 123456 url: jdbc:mysql://172.20.10.11:3306/test?characterEncoding=UTF-8&serverTimezone=UT 阅读全文
posted @ 2020-08-10 20:26 一只桔子2233 阅读(116) 评论(0) 推荐(0)
摘要: 【SpringBoot__Mybatis】整合MyBatis注解版 application.yml增加 mybatis: config-location: classpath:mybatis/mybatis-config.xml #指定全局配置文件的位置 mapper-locations: clas 阅读全文
posted @ 2020-08-10 19:52 一只桔子2233 阅读(139) 评论(0) 推荐(0)
摘要: Application扫描包 import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.aut 阅读全文
posted @ 2020-08-10 19:28 一只桔子2233 阅读(131) 评论(0) 推荐(0)
摘要: Boot07ApplicationTests org.junit.Test重点,有坑 ,还必须是public package k; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.b 阅读全文
posted @ 2020-08-10 18:31 一只桔子2233 阅读(864) 评论(0) 推荐(0)