adding factories and beans for cr

This commit is contained in:
justin.mckelvy
2023-06-10 22:29:25 -06:00
parent b5351ae237
commit f59ecd961a
10 changed files with 19968 additions and 3498 deletions

View File

@@ -21,7 +21,7 @@ import java.util.Objects;
@EnableConfigurationProperties
public class AppProperties {
private Boolean cr_enabled = false;
private Boolean cr_enabled = true;
private Boolean ips_enabled = false;
private Boolean openapi_enabled = false;
private Boolean mdm_enabled = false;