|
@ -14,12 +14,12 @@ import org.springframework.context.annotation.Configuration; |
|
|
@ConfigurationProperties(prefix = "projecttableprefix") |
|
|
@ConfigurationProperties(prefix = "projecttableprefix") |
|
|
public class ProjectTablePrefixConfig { |
|
|
public class ProjectTablePrefixConfig { |
|
|
|
|
|
|
|
|
@Value("${projectTablePrefix.tableBusiness:dk_business") |
|
|
@Value("${projectTablePrefix.tableBusiness:dk_business}") |
|
|
private String tableBusiness; |
|
|
private String tableBusiness; |
|
|
|
|
|
|
|
|
@Value("${projectTablePrefix.tableCloud:dk_cloud") |
|
|
@Value("${projectTablePrefix.tableCloud:dk_cloud}") |
|
|
private String tableCloud; |
|
|
private String tableCloud; |
|
|
|
|
|
|
|
|
@Value("${projectTablePrefix.tableWorkflow:dk_workflow") |
|
|
@Value("${projectTablePrefix.tableWorkflow:dk_workflow}") |
|
|
private String tableWorkflow; |
|
|
private String tableWorkflow; |
|
|
} |
|
|
} |
|
|