赞
踩
server:
port: 8888
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: root
url: jdbc:mysql://localhost:3306/testspringboottwo?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
jpa:
hibernate:
ddl-auto: validate
database: mysql
database-platform: org.hibernate.dialect.MySQLDialect
show-sql: true
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。