Signed-off-by: a <a>
This commit is contained in:
a
2024-09-25 23:00:49 +01:00
parent b46ccdde44
commit 20dc2f60cd
29 changed files with 101 additions and 69 deletions

View File

@@ -136,6 +136,7 @@ public class ApplicationProperties {
private boolean customHTMLFiles;
private String tessdataDir;
private Boolean enableAlphaFunctionality;
private String enableAnalytics;
}
@Data
@@ -179,6 +180,7 @@ public class ApplicationProperties {
@Data
public static class EnterpriseEdition {
private Boolean enabled;
@ToString.Exclude private String key;
private CustomMetadata customMetadata = new CustomMetadata();