mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2025-12-29 21:53:15 +09:00
#63 removed unused app prop
This commit is contained in:
@@ -13,7 +13,6 @@ import org.springframework.context.annotation.Configuration;
|
||||
@Getter
|
||||
@Setter
|
||||
public class JwtSecurityProperties {
|
||||
private boolean enabled = true;
|
||||
private String secret = RandomStringUtils.randomAlphabetic(10);
|
||||
private long expirationInSec = 28800;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user