checkstyle fix
This commit is contained in:
parent
7dc03d7781
commit
7ae7dc10db
@ -8,7 +8,7 @@ import lombok.Data;
|
|||||||
@ConfigurationProperties("dev.tenant")
|
@ConfigurationProperties("dev.tenant")
|
||||||
public class DevTenantProperties {
|
public class DevTenantProperties {
|
||||||
|
|
||||||
private boolean recreateTenant = false;
|
private boolean recreateTenant;
|
||||||
private DevDatabaseProperties db = new DevDatabaseProperties();
|
private DevDatabaseProperties db = new DevDatabaseProperties();
|
||||||
private DevStorageProperties storage = new DevStorageProperties();
|
private DevStorageProperties storage = new DevStorageProperties();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user