This commit is contained in:
parent
9e141789ae
commit
f145f6dbaa
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -21,8 +21,7 @@ pipeline {
|
||||
echo "Tomcat is not running, skipping shutdown..."
|
||||
) else (
|
||||
echo "Tomcat is running, shutting down..."
|
||||
cd C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\bin
|
||||
call shutdown.bat
|
||||
net stop Tomcat10
|
||||
ping -n 5 127.0.0.1 > nul
|
||||
)
|
||||
|
||||
@ -35,9 +34,8 @@ pipeline {
|
||||
ping -n 5 127.0.0.1 > nul
|
||||
|
||||
echo "start"
|
||||
cd /d C:\\localhost-tomcat\\apache-tomcat-10.1.36-windows-x64\\apache-tomcat-10.1.36\\bin
|
||||
call startup.bat
|
||||
ping -n 5 127.0.0.1 > nul
|
||||
net start Tomcat10
|
||||
ping -n 15 127.0.0.1 > nul
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
4
src/main/resources/application-dev.yml
Normal file
4
src/main/resources/application-dev.yml
Normal file
@ -0,0 +1,4 @@
|
||||
ssl:
|
||||
key-store: classpath:localhost.p12
|
||||
key-store-password: pmgk1234
|
||||
key-store-type: PKCS12
|
||||
@ -82,10 +82,6 @@ server:
|
||||
secure: true
|
||||
same-site: NONE
|
||||
partitioned: true
|
||||
ssl:
|
||||
key-store: classpath:localhost.p12
|
||||
key-store-password: pmgk1234
|
||||
key-store-type: PKCS12
|
||||
|
||||
logging:
|
||||
level:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user