From 69f3b46a4911c2c874d33e81e32b34fede680c9f Mon Sep 17 00:00:00 2001 From: yoon Date: Thu, 23 Jan 2025 09:51:54 +0900 Subject: [PATCH] =?UTF-8?q?server.servlet.murtipart=20->=20Spring.servlet.?= =?UTF-8?q?murtipart=20db=EC=A0=95=EB=B3=B4=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0138235..f683a96 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,11 +4,6 @@ project: time-zone: Asia/Seoul spring: - datasource: - url: jdbc:mariadb://192.168.0.251:3306/localnet - username: root - password: host1234 - driver-class-name: org.mariadb.jdbc.Driver devtools: livereload: enabled: true @@ -23,6 +18,10 @@ spring: web: resources: add-mappings: false + servlet: + multipart: + max-file-size: 10MB + max-request-size: 10MB mybatis: mapper-locations: classpath:mapper/**/*.xml @@ -77,9 +76,6 @@ server: http-only: true secure: true same-site: NONE - multipart: - max-file-size: 10MB - max-request-size: 10MB logging: level: