blob: faf9438969d4700503011736acc019f960a46a59 [file] [log] [blame]
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