From 115ece700dc1f03d8a37cb669313b2ce234b7ee2 Mon Sep 17 00:00:00 2001 From: pb8qzmito <13100778657@163.com> Date: Mon, 7 Oct 2024 12:24:20 +0800 Subject: [PATCH] ADD file via upload --- application.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 application.properties diff --git a/application.properties b/application.properties new file mode 100644 index 0000000..884aa30 --- /dev/null +++ b/application.properties @@ -0,0 +1,10 @@ +spring.datasource.url=jdbc:mysql://localhost:3307/calling?useSSL=false&serverTimezone=UTC +spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver +spring.datasource.username=root +spring.datasource.password=69X471dtz@ +spring.h2.console.enabled=false +spring.jpa.hibernate.ddl-auto=update + +spring.servlet.multipart.enabled=true +spring.servlet.multipart.max-file-size=10MB +spring.servlet.multipart.max-request-size=10MB \ No newline at end of file