Compare commits

...

5 Commits

Author SHA1 Message Date
fced8c0fb8 Merge branch 'localtomcat' of
All checks were successful
LOCALNET-DEV/pipeline/head This commit looks good
http://192.168.0.251:3000/localnet/localhost-back.git into localtomcat
2025-02-27 12:55:18 +09:00
598bb4acea 서버 설정 ㅕㄴ경 2025-02-27 12:48:22 +09:00
common
5eaa7e69d0 통합 빌드 설정 되돌리기 2025-02-24 22:40:14 +09:00
common
33b6ffec19 통합 빌드 관련 설정 추가
All checks were successful
LOCALNET-DEV/pipeline/head This commit looks good
2025-02-24 22:20:56 +09:00
d3b92407ea 1
All checks were successful
LOCALNET-DEV/pipeline/head This commit looks good
2025-02-24 11:08:31 +09:00
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
call 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