增加source和rule的服务名称
parent
4bb111bb9a
commit
888c20a654
2
pom.xml
2
pom.xml
|
@ -187,7 +187,7 @@
|
|||
<repository>
|
||||
<id>yun-releases</id>
|
||||
<name>yun-releases</name>
|
||||
<url>http://47.116.171.201:8081/repository/maven-releases/</url>
|
||||
<url>http://10.0.1.3:8081/repository/maven-releases/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
|
@ -45,4 +45,5 @@ public class SecurityConstants {
|
|||
* 角色权限
|
||||
*/
|
||||
public static final String ROLE_PERMISSION = "role_permission";
|
||||
|
||||
}
|
||||
|
|
|
@ -20,4 +20,15 @@ public class ServiceNameConstants {
|
|||
* 文件服务的serviceid
|
||||
*/
|
||||
public static final String FILE_SERVICE = "cloud-file";
|
||||
/**
|
||||
* 数据源服务的serviceId
|
||||
*/
|
||||
public static final String SOURCE_SERVICE = "muyu-source";
|
||||
|
||||
/**
|
||||
* 规则引擎的serviceid
|
||||
*/
|
||||
public static final String RULE_ENGINE_SERVICE = "muyu-rule";
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue