springboot整合jpa基本配置
application.properties配置:# 数据库的基本配置spring.datasource.url=jdbc:mysql://localhost:3306/test?characterEncoding=utf-8&serverTimezone=UTCspring.datasource.username=rootspring.datasource.password=ro...