12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- server:
- port: 8113
- servlet:
- context-path: /kabeiyi
- #spring:
- # datasource:
- # url: jdbc:mysql://localhost:3306/floe?useSSL=false&characterEncoding=UTF-8&serverTimezone=UTC
- # username: root
- # password: 111111
- # driver-class-name: com.mysql.cj.jdbc.Driver
- enable:
- scheduling: false
- logging:
- config: classpath:logback-spring.xml
- path: /home/server/kabeiyi/log/
- level:
- com.malk.*: debug
- mybatis-plus:
- configuration:
- #开启驼峰命名自动映射
- map-underscore-to-camel-case: true
- #开启日志打印
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- type-aliases-package: com.malk.kabeiyi.entity
- #扫描mapper文件
- mapper-locations: classpath:mapper/*.xml
- # dingtalk
- dingtalk:
- agentId: 3100597392
- appKey: dingps8yzze1gbztpmhg
- appSecret: pMSmfhnmqwRSUF35TDTSPg42muARAwy2Qpjfs16N5nFlJlWpSUHQfi3LpNlrzFJu
- corpId:
- aesKey:
- token:
- # teambition
- teambition:
- AppID:
- AppSecret:
- TenantId:
- OperatorId: # 公共账号, 需要有操作权限 [牧语]
- # aliwork
- aliwork:
- appType: APP_YNE2466O27IZFF9VVLQ1
- systemToken: T6666H71IOAMFEZR9I4O08U8TWJL2VAACWWXLJ4
|