|
|
|
@ -15,6 +15,6 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
@@ -15,6 +15,6 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
|
|
|
@ConfigurationProperties(prefix = "report.database-provider") |
|
|
|
|
public class ReportDatabaseProperties { |
|
|
|
|
private String name = "数据库文件系统"; |
|
|
|
|
private String prefix = "database:"; |
|
|
|
|
private String prefix = "kicc-"; |
|
|
|
|
private boolean disabled = false; |
|
|
|
|
} |
|
|
|
|