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