kidgrow-commons/kidgrow-common-spring-boot-starter/src/main/java/com/kidgrow/common/constant/ServiceNameConstants.java
@@ -65,6 +65,6 @@ /** * 骨龄评价中心服务名 */ String EVALUATION_SERVER="evaluation-server"; String BONEAGE_EVALUATION_SERVER="boneage-evaluationcenter-server"; } kidgrow-springcloud/kidgrow-springcloud-monitor/kidgrow-springcloud-monitor-admin/src/main/resources/application.yml
@@ -29,4 +29,22 @@ health: show-details: ALWAYS boot: admin: notify: mail: from: china365days@163.com to: 4345453@kidgrow.com mail: host: smtp.163.com password: adflks888 properties: mail: smtp: auth: true starttls: enable: true required: true username: china365days@163.com