@Configuration @ConfigurationProperties(value="structure.jwt") public class JwtConfig extends Object
Jwt配置
| 构造器和说明 |
|---|
JwtConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,List<String>> |
getAntMatchers() |
long |
getJwtTokenValidity() |
String |
getSecret() |
void |
setAntMatchers(Map<String,List<String>> antMatchers) |
void |
setJwtTokenValidity(long jwtTokenValidity) |
void |
setSecret(String secret) |
Copyright © 2020–2022 structure. All rights reserved.