Commit bef069d6c4a0302dabb3293d2900fb664b3f83fe
1 parent
36d0754f
【3.2.0 版本发布】微服务测试示例调整
Showing
1 changed file
with
1 additions
and
1 deletions
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/controller/SystemAPIController.java
@@ -166,7 +166,7 @@ public class SystemAPIController { | @@ -166,7 +166,7 @@ public class SystemAPIController { | ||
166 | // e.printStackTrace(); | 166 | // e.printStackTrace(); |
167 | // } | 167 | // } |
168 | 168 | ||
169 | - log.info("--微服务接口被调用--"); | 169 | + log.info("--我是jeecg-system服务节点,微服务接口queryAllDict被调用--"); |
170 | return sysBaseApi.queryAllDict(); | 170 | return sysBaseApi.queryAllDict(); |
171 | } | 171 | } |
172 | 172 |