|
@@ -11,6 +11,7 @@ import org.springframework.stereotype.Component;
|
|
* 2018-09-27
|
|
* 2018-09-27
|
|
*/
|
|
*/
|
|
@Component
|
|
@Component
|
|
|
|
+@Deprecated
|
|
public class CusPropertiesConfiguration {
|
|
public class CusPropertiesConfiguration {
|
|
private static final String PROD = "prod";
|
|
private static final String PROD = "prod";
|
|
private static final String DEV = "dev";
|
|
private static final String DEV = "dev";
|