You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
444 B

spring:
datasource:
url: jdbc:mysql://localhost:3307/calling?useSSL=false&serverTimezone=UTC
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: 69X471dtz@
jpa:
hibernate:
ddl-auto: update
database-platform: org.hibernate.dialect.MySQL8Dialect
spring:
servlet:
multipart:
enabled: true
max-file-size: 10MB
max-request-size: 10MB