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
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: