z*IJREt$i}5whbYzUHd<6bx!S$dF^fIrYsKyS=yR;4;GrD2(@R6=`$)?GIv{`wae+Z
z0+!BedBttC>KHfjewJHlLzJQxyg(jlqH}bhJga)912pM5Iv30I|vr*L+RksIR
m#ucn^ikG={(k|ERT3`%
delta 1329
zcmaJ=Nla5=5dPll^8UU)D-vr2G!i9fiNWn)A_y%7sSBG>6-7`h?zm8K*McZ6fZJ1C
zak-diR4_HcG*P2RuUPIW`C;#5i5=ecmPVDqGaU!a}M4uL`o(ELfD
zllduuBIch3PBT9vFpv2cfwRod2^2H`Dqu1{FAxy8z-E_*iyD+m=18U6Y-916!u3MV)~>xUmvlI}9?3qjb
z$XAfuf1PAwi$Xyxkr9t0
zZSwHQQi>ZgOQ-9hf@IG}waiU&j)}x`XCa9(l
z?1bVH)Fcp#-ne+8ESZx~O^d*4bE01Hk6-c*wW-p+)KNc`<`vyj67OoHteZuT02n)z
z%N9?XUJF?~>%k~b+lE!LwbgVkt*$)%&mm1p*eR_v=aTlnL-HgP)8Z!(42
diff --git a/dq-govern-gateway/src/main/resources/application.yml b/dq-govern-gateway/src/main/resources/application.yml
index 2241cc7f..865b65c5 100644
--- a/dq-govern-gateway/src/main/resources/application.yml
+++ b/dq-govern-gateway/src/main/resources/application.yml
@@ -17,4 +17,10 @@ spring:
predicates:
- Path=/api/**
filters:
- - RewritePath=/api/(?.*),/ $\{segment}
\ No newline at end of file
+ - RewritePath=/api/(?.*),/ $\{segment}
+ - id: hrms_auth_route
+ uri: http://localhost:9000/dq-financial-hrms-auth #lb://dq-financial-hrms-auth
+ predicates:
+ - Path=/apiHrmsAuth/**
+ filters:
+ - RewritePath=/apiHrmsAuth/(?.*), /$\{segment}
\ No newline at end of file
diff --git a/dq-govern-gateway/src/main/resources/jwt.properties b/dq-govern-gateway/src/main/resources/jwt.properties
index b72b07ea..a37d3cc8 100644
--- a/dq-govern-gateway/src/main/resources/jwt.properties
+++ b/dq-govern-gateway/src/main/resources/jwt.properties
@@ -1 +1 @@
-jwt.ignoreUrlList=/api/hrms/employee/list,/route-api/refresh
\ No newline at end of file
+jwt.ignoreUrlList=/apiHrmsAuth/getBackPwd,
\ No newline at end of file