|
@@ -45,7 +45,7 @@ public class OAuth2Configurer extends AuthorizationServerConfigurerAdapter {
|
|
|
&& sysDictionaryFacade.getDictionaryWithKey().containsKey("31")
|
|
|
&& sysDictionaryFacade.getDictionaryWithKey().get("31").containsKey("accessToken")
|
|
|
&& sysDictionaryFacade.getDictionaryWithKey().get("31").containsKey("refreshToken")) {
|
|
|
- accessToken = Integer.parseInt("60");
|
|
|
+ accessToken = Integer.parseInt(sysDictionaryFacade.getDictionaryWithKey().get("31").get("accessToken"));
|
|
|
refreshToken = Integer.parseInt(sysDictionaryFacade.getDictionaryWithKey().get("31").get("refreshToken"));
|
|
|
}
|
|
|
clients.inMemory()
|