diff --git a/application.yml b/application.yml new file mode 100644 index 0000000..186000d --- /dev/null +++ b/application.yml @@ -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 \ No newline at end of file