server.servlet.murtipart -> Spring.servlet.murtipart

db정보 삭제
This commit is contained in:
yoon 2025-01-23 09:51:54 +09:00
parent 83a62afc8d
commit 69f3b46a49

View File

@ -4,11 +4,6 @@ project:
time-zone: Asia/Seoul time-zone: Asia/Seoul
spring: spring:
datasource:
url: jdbc:mariadb://192.168.0.251:3306/localnet
username: root
password: host1234
driver-class-name: org.mariadb.jdbc.Driver
devtools: devtools:
livereload: livereload:
enabled: true enabled: true
@ -23,6 +18,10 @@ spring:
web: web:
resources: resources:
add-mappings: false add-mappings: false
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
mybatis: mybatis:
mapper-locations: classpath:mapper/**/*.xml mapper-locations: classpath:mapper/**/*.xml
@ -77,9 +76,6 @@ server:
http-only: true http-only: true
secure: true secure: true
same-site: NONE same-site: NONE
multipart:
max-file-size: 10MB
max-request-size: 10MB
logging: logging:
level: level: