From 9cb6d5f92ad7aeda45ad1fe6482dcfc63d17be2b Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期一, 06 十二月 2021 12:35:26 +0800 Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM --- pamapi/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pamapi/pom.xml b/pamapi/pom.xml index d49b823..d4c1861 100644 --- a/pamapi/pom.xml +++ b/pamapi/pom.xml @@ -1012,7 +1012,7 @@ </build> <properties> <!-- default Spring profiles --> - <spring.profiles.active>uat{profile.api-docs}${profile.tls}${profile.no-liquibase}</spring.profiles.active> + <spring.profiles.active>uat${profile.api-docs}${profile.tls}${profile.no-liquibase}</spring.profiles.active> </properties> </profile> <profile> -- Gitblit v1.8.0