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: