Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -13,13 +13,13 @@ public class PropertiesConfig { | ... | @@ -13,13 +13,13 @@ public class PropertiesConfig { |
| 13 | @Value("${fcl.preClearIndex.url}") | 13 | @Value("${fcl.preClearIndex.url}") |
| 14 | private String preClearIndexUrl; | 14 | private String preClearIndexUrl; |
| 15 | 15 | ||
| 16 | - @Value("${fcl.interface.userinfo}") | 16 | + @Value("${fcl.interface.userinfo.url}") |
| 17 | private String userInfoUrl; | 17 | private String userInfoUrl; |
| 18 | 18 | ||
| 19 | - @Value("${fcl.interface.account}") | 19 | + @Value("${fcl.interface.account.url}") |
| 20 | private String userAccountUrl; | 20 | private String userAccountUrl; |
| 21 | 21 | ||
| 22 | - @Value("${fcl.interface.shippingaccounts}") | 22 | + @Value("${fcl.interface.shippingaccounts.url}") |
| 23 | private String userShippingaccountsUrl; | 23 | private String userShippingaccountsUrl; |
| 24 | 24 | ||
| 25 | @Value("${fcl.login.redjrectLogin}") | 25 | @Value("${fcl.login.redjrectLogin}") | ... | ... |
-
Please register or login to post a comment