서버 설정 ㅕㄴ경
This commit is contained in:
parent
d3b92407ea
commit
598bb4acea
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -36,7 +36,7 @@ pipeline {
|
||||
|
||||
echo "start"
|
||||
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
|
||||
'''
|
||||
}
|
||||
|
||||
9
src/main/resources/application-dev.yml
Normal file
9
src/main/resources/application-dev.yml
Normal file
@ -0,0 +1,9 @@
|
||||
server:
|
||||
ssl:
|
||||
key-store: classpath:localhost.p12
|
||||
key-store-password: pmgk1234
|
||||
key-store-type: PKCS12
|
||||
|
||||
|
||||
|
||||
|
||||
@ -81,10 +81,7 @@ server:
|
||||
http-only: false
|
||||
secure: true
|
||||
same-site: NONE
|
||||
ssl:
|
||||
key-store: classpath:localhost.p12
|
||||
key-store-password: pmgk1234
|
||||
key-store-type: PKCS12
|
||||
partitioned: true
|
||||
|
||||
logging:
|
||||
level:
|
||||
@ -95,7 +92,7 @@ logging:
|
||||
audit: off
|
||||
resultset: off
|
||||
connection: off
|
||||
io.company: DEBUG
|
||||
io.company: info
|
||||
io.company.localhost.mapper: off
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user