diff --git a/Jenkinsfile b/Jenkinsfile index 56905ee..d3c9d1e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 ''' } diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml new file mode 100644 index 0000000..fe3f020 --- /dev/null +++ b/src/main/resources/application-dev.yml @@ -0,0 +1,9 @@ +server: + ssl: + key-store: classpath:localhost.p12 + key-store-password: pmgk1234 + key-store-type: PKCS12 + + + + diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 511932e..9445f73 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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