优化处理
This commit is contained in:
@@ -28,7 +28,7 @@ public class HealthController {
|
||||
log.info("健康检查请求");
|
||||
|
||||
Map<String, Object> response = new HashMap<>();
|
||||
response.put("service", "emotion-single");
|
||||
response.put("service", "backend-single");
|
||||
response.put("message", "情感博物馆单体服务运行正常");
|
||||
response.put("version", "1.0.0");
|
||||
response.put("status", "UP");
|
||||
@@ -45,7 +45,7 @@ public class HealthController {
|
||||
log.info("服务信息请求");
|
||||
|
||||
Map<String, Object> response = new HashMap<>();
|
||||
response.put("service", "emotion-single");
|
||||
response.put("service", "backend-single");
|
||||
response.put("description", "情感博物馆单体服务");
|
||||
response.put("version", "1.0.0");
|
||||
response.put("author", "emotion-museum");
|
||||
|
||||
Reference in New Issue
Block a user