1234567891011121314151617181920212223242526 |
- server.port=12010
- logging.level.root=info
- logging.level.com.nokia=debug
- logging.file.name=log/redWite.log
- spring.datasource.driver-class-name=org.postgresql.Driver
- spring.datasource.url=jdbc:postgresql://172.16.103.7:5432/sqmmt?stringtype=unspecified
- spring.datasource.username=pmparse
- spring.datasource.password=abc123!
- spring.main.allow-circular-references=true
- #配置mapper xml文件的路径
- mybatis-plus.mapper-locations=classpath:www.com.tencent.Group5gMapper/*.xml
- #钉钉消息配置
- #对应Webhook中的access_token值
- ding.robot.token=https://oapi.dingtalk.com/robot/send?access_token=b795a09cf14c08428bbd167edaae0f8740da96039a9c680aefce70bf6e34e83f
- #对应安全设置->加签方式中的密钥
- ding.robot.key=SEC195137244c70e3db1442454c2681adac7f1d50d4a751690b1b8f36d313536760
- #手机号可以@到具体某人,以;分割
- ding.robot.at=
- ding.agentId=2456782548
- ding.appKey=ding0hwfbhlbtx66ka2j
- ding.AppSecret=TSLHKudyl0746rgI7X2npbIL8YR-jsPfWwzd2d44ZMYVdgSxumfTesgY8W1U7Luh
|