1234567891011121314151617181920 |
- server:
- port: 30000
- logging:
- level:
- root: info
- org.springframework.web: debug
- spring:
- data:
- mongodb:
- database: eaglescreen
- host: 192.168.77.25
- port: 27017
- username: eaglescreen
- password: yibeitech@2019
- energy:
- # 多个用逗号分隔开
- grpId: 197069285991913100
- comm:
- mkf-service-url: https://ipms.jinying.com/landcrm/rest/userInfo/getUser?token=
- getProjectList: https://ipms.jinying.com/landcrm/rest/projectInfo/getProjectList?userId=
|