| | |
| | | hostname: ${kidgrow.eureka.instance.hostname} |
| | | instance-id: ${spring.cloud.client.ip-address}:${spring.application.name}:${server.port} |
| | | prefer-ip-address: true |
| | | leaseRenewalIntervalInSeconds: 10 |
| | | health-check-url-path: /actuator/health |
| | | client: |
| | | serviceUrl: |
| | | defaultZone: ${kidgrow.eureka.client.serviceUrl.defaultZone} |
| | |
| | | spring: |
| | | application: |
| | | name: admin |
| | | boot: |
| | | admin: |
| | | ui: |
| | | title: KidgrowAdmin-Server |
| | | notify: |
| | | mail: |
| | | from: 4345453@qq.com |
| | | to: 64294050@kidgrow.com,4345453@kidgrow,1024030301@kidgrow.com |
| | | mail: |
| | | host: smtp.qq.com |
| | | default-encoding: utf-8 |
| | | username: 4345453@qq.com |
| | | password: kqqgvhgskdrpbgia |
| | | properties: |
| | | mail: |
| | | smtp: |
| | | auth: true |
| | | starttls: |
| | | enable: true |
| | | required: true |
| | | |
| | | management: |
| | | endpoints: |
| | | web: |
| | |
| | | endpoint: |
| | | health: |
| | | show-details: ALWAYS |
| | | |
| | | |