From 0e8438fba91e61385093e49ffe0d7b1b01bd9e4a Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期四, 25 十一月 2021 17:48:42 +0800 Subject: [PATCH] [update] 修正jboss在insert上會被hikari的auto-commit阻擋到 --- pamapi/src/main/resources/config/application-dev.yml | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pamapi/src/main/resources/config/application-dev.yml b/pamapi/src/main/resources/config/application-dev.yml index 890f872..cde9a8e 100644 --- a/pamapi/src/main/resources/config/application-dev.yml +++ b/pamapi/src/main/resources/config/application-dev.yml @@ -37,7 +37,6 @@ password: pamadmin hikari: poolName: Hikari - auto-commit: false jpa: database-platform: tech.jhipster.domain.util.FixedPostgreSQL10Dialect liquibase: @@ -111,7 +110,10 @@ # =================================================================== application: - otp-web-service-url: https://vtwlifeopensyssit.pru.intranet.asia:443/pcalife-otp/ws/otpWebService + mock-login: true + otp-web-service-url: https://vtwlifeopensyssit.pru.intranet.asia:443/pcalife-otp/ws/otpWebService?wsdl otp-web-service-password: es20!%Pass otp-web-service-system-type: epos - e-service-login-url: https://ssotwsit.eservice.pcalife.com.tw/sso/acctValidate + e-service-login-url: https://eserviceuat.pcalife.com.tw/sso/chatbotValidate + e-service-login-func: ValidateUsrLogin + e-service-login-sys: epos -- Gitblit v1.8.0