From d1bf159ae401449765354fe33cdcd11942cd0522 Mon Sep 17 00:00:00 2001 From: pb8qzmito <13100778657@163.com> Date: Mon, 7 Oct 2024 12:24:26 +0800 Subject: [PATCH] ADD file via upload --- application.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 application.yml 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