mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-05-15 06:10:29 +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