spring: | |
datasource: | |
url: jdbc:mysql://202.205.102.121:3306/team6?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC | |
username: team6 | |
password: Team6666# | |
driver‑class‑name: com.mysql.cj.jdbc.Driver | |
jpa: | |
hibernate: | |
ddl-auto: update | |
database-platform: org.hibernate.dialect.MySQL8Dialect | |
show-sql: true | |
properties: | |
hibernate.format_sql: true |