Compare commits
5 Commits
main
...
localtomca
| Author | SHA1 | Date | |
|---|---|---|---|
| fced8c0fb8 | |||
| 598bb4acea | |||
|
|
5eaa7e69d0 | ||
|
|
33b6ffec19 | ||
| d3b92407ea |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|||||||
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
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user