🎉 2.5.3.RELEASE

This commit is contained in:
smallchill 2019-11-03 21:33:44 +08:00
parent b65a833f08
commit 99e4bd7579

View File

@ -72,6 +72,10 @@ public interface AppConstant {
* 资源模块名称
*/
String APPLICATION_RESOURCE_NAME = APPLICATION_NAME_PREFIX + "resource";
/**
* 链路追踪模块名称
*/
String APPLICATION_ZIPKIN_NAME = APPLICATION_NAME_PREFIX + "zipkin";
/**
* 测试模块名称
*/