10 lines
264 B
YAML
10 lines
264 B
YAML
spring:
|
|
datasource:
|
|
url: jdbc:mysql://localhost:3306/smart_office?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
username: root
|
|
password: root
|
|
jpa:
|
|
hibernate:
|
|
ddl-auto: update
|