서버 설정 ㅕㄴ경

This commit is contained in:
nevermoregb 2025-02-27 12:48:22 +09:00
parent d3b92407ea
commit 598bb4acea
3 changed files with 12 additions and 6 deletions

2
Jenkinsfile vendored
View File

@ -36,7 +36,7 @@ pipeline {
echo "start" echo "start"
cd /d C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\bin cd /d C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\bin
cmd /c "startup.bat" start /b cmd /c "startup.bat"
ping -n 5 127.0.0.1 > nul ping -n 5 127.0.0.1 > nul
''' '''
} }

View File

@ -0,0 +1,9 @@
server:
ssl:
key-store: classpath:localhost.p12
key-store-password: pmgk1234
key-store-type: PKCS12

View File

@ -81,10 +81,7 @@ server:
http-only: false http-only: false
secure: true secure: true
same-site: NONE same-site: NONE
ssl: partitioned: true
key-store: classpath:localhost.p12
key-store-password: pmgk1234
key-store-type: PKCS12
logging: logging:
level: level:
@ -95,7 +92,7 @@ logging:
audit: off audit: off
resultset: off resultset: off
connection: off connection: off
io.company: DEBUG io.company: info
io.company.localhost.mapper: off io.company.localhost.mapper: off