Commit ac28a0aa62d97f64a6e7e8e1df9eac31584a5f72
1 parent
7ef55f8e
【3.2.0 版本发布】微服务测试示例调整
Showing
1 changed file
with
2 additions
and
2 deletions
jeecg-boot/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/common/constant/ServiceNameConstants.java
... | ... | @@ -30,9 +30,9 @@ public interface ServiceNameConstants { |
30 | 30 | */ |
31 | 31 | String SERVICE_SYSTEM = "jeecg-system"; |
32 | 32 | /** |
33 | - * 微服务名:online在线模块 | |
33 | + * 微服务名:Demo模块 | |
34 | 34 | */ |
35 | - String SERVICE_ONLINE = "jeecg-online"; | |
35 | + String SERVICE_DEMO = "jeecg-demo"; | |
36 | 36 | |
37 | 37 | /** |
38 | 38 | * gateway通过header传递根路径 basePath |
... | ... |