Compare commits
3 Commits
f1704a090f
...
2b07ea9b27
Author | SHA1 | Date |
---|---|---|
|
2b07ea9b27 | |
|
9d9005f2c4 | |
|
a0910990f0 |
|
@ -30,5 +30,12 @@ public class ServiceNameConstants {
|
||||||
*/
|
*/
|
||||||
public static final String RULE_ENGINE_SERVICE = "muyu-rule";
|
public static final String RULE_ENGINE_SERVICE = "muyu-rule";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 数据源服务的serviceId
|
||||||
|
*/
|
||||||
|
public static final String DATA_SERVICE = "cloud-datasource";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue