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