Initial commit
This commit is contained in:
9
backend/src/main/resources/application-mysql.yml
Normal file
9
backend/src/main/resources/application-mysql.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user