提交 aa224adf 编写于 作者: zlt2000's avatar zlt2000

fix #I3TCGE

上级 bcb3a3a1
......@@ -30,13 +30,7 @@ import java.util.Map;
*/
@ConditionalOnProperty(prefix = "zlt.oauth2.token.store", name = "type", havingValue = "authJwt")
public class AuthJwtTokenStore {
@Bean("keyProp")
public KeyProperties keyProperties() {
return new KeyProperties();
}
@Resource(name = "keyProp")
@Resource
private KeyProperties keyProperties;
@Bean
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册