spring boot 笔记

1. mvn 依赖地址-------------https://mvnrepository.com/

2. jdbc-----------


mysql
mysql-connector-java
8.0.18
runtime

org.springframework.boot
spring-boot-starter-data-jpa
2.2.2.RELEASE


3. redis依赖-----------

org.springframework.boot
spring-boot-starter-data-redis
2.2.1.RELEASE


com.alibaba
fastjson
1.2.62


4. 关于mybatis参考文档
https://blog.csdn.net/xcbeyond/article/details/81012296


6. 关于spring boot MVC的学习文档
https://www.cnblogs.com/superfj/p/9044532.html

你可能感兴趣的:(spring boot 笔记)