jpa datasource config

application.properties

spring.datasource.driverClassName=
spring.datasource.url=
spring.datasource.username=
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jackson.serialization.indent_output=true
原文地址:https://www.cnblogs.com/mayidudu/p/6000631.html