Commit fc3dff8b96c9d4758f0a3b0aeeee56c2b27f6efb

Authored by 王通
1 parent 183b2bec

1.application.properties文件部分参数转换成SystemParam数据

src/main/resources/application-test.properties
... ... @@ -35,4 +35,4 @@ sso.enabled= true
35 35 sso.systemcode = SYSUS023
36 36 sso.http.url.login= http://10.10.200.142:9112/login?redirect=%2Findex
37 37 sso.http.url.logout= http://10.10.200.142:9112/login?redirect=%2Findex
38   -sso.http.url.auth= http://10.10.200.142:9112/prod-api/system/utilitySystem/checkToke
39 38 \ No newline at end of file
  39 +sso.http.url.auth= http://10.10.200.142:9112/prod-api/system/utilitySystem/checkToken
40 40 \ No newline at end of file
... ...