类 JwtProperties
java.lang.Object
com.elitesland.ystdms.sys.config.JwtProperties
JWT配置属性(app模块)
定义JWT相关配置,具体实现由core模块完成
注意:通过 @EnableConfigurationProperties({JwtProperties.class}) 在 SecurityAutoConfiguration 中注册
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
JwtProperties
public JwtProperties()
-