spring boot 链接Mysql数据库的几种方式:JdbcTemplate/Mybatis/JPA/JOOQ

1. 使用JdbcTemplate及Mybatis

https://www.cnblogs.com/liangblog/p/5228548.html

2. 使用JPA

http://www.jb51.net/article/111473.htm

3. JOOQ

https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-jooq

猜你喜欢

转载自blog.csdn.net/smithallenyu/article/details/79481763