ADD file via upload

main
p26ct9nwj 4 months ago
parent 5244ec9710
commit bdad0959ec

@ -0,0 +1,17 @@
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
Loading…
Cancel
Save