|
@ -7,6 +7,8 @@ public enum DataSourceEnum { |
|
|
|
|
|
|
|
|
DATA_STATISTICAL_REAL("data-statistical-server", "real", "stats"), |
|
|
DATA_STATISTICAL_REAL("data-statistical-server", "real", "stats"), |
|
|
DATA_STATISTICAL_FAKE("data-statistical-server", "fake", "statsDisplay"), |
|
|
DATA_STATISTICAL_FAKE("data-statistical-server", "fake", "statsDisplay"), |
|
|
|
|
|
DATA_REPORT_REAL("data-report-server", "real", "stats"), |
|
|
|
|
|
DATA_REPORT_FAKE("data-report-server", "fake", "statsDisplay"), |
|
|
; |
|
|
; |
|
|
|
|
|
|
|
|
private String serviceName; |
|
|
private String serviceName; |
|
|