1234567891011121314151617181920212223242526272829303132333435363738 |
- # 环境配置
- server:
- port: 9010
- servlet:
- context-path: /api/suodisi
- # condition
- spel:
- scheduling: true # 定时任务是否执行
- multiSource: false # 是否多数据源配置
- spring:
- # database
- datasource:
- hikari:
- connection-init-sql: SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci # SqlServer, Oracle 无需设置类型
- driver-class-name: com.mysql.cj.jdbc.Driver
- username: root
- password: cp-root@2022++
- url: jdbc:mysql://47.97.181.40:3306/mjava?serverTimezone=Asia/Shanghai&useUnicode=yes&characterEncoding=UTF-8&useSSL=true
- jpa:
- database: MYSQL
- database-platform: org.hibernate.dialect.MySQL57Dialect
- # dingtalk
- dingtalk:
- agentId: 1963716187
- appKey: ding8qyulwwmad6j7k6c
- appSecret: e_hRHuubw-Xi0OuPJOYdXSElVzOC0IPgMrHQTBuAM9BqW-DFnrcsSyBHi7Me3xSv
- corpId: ding321c72787fffc78b35c2f4657eb6378f
- aesKey:
- token:
- operator: "095358016629044412" # 牧语[开头需要转一下字符串], OA管理员账号
- # aliwork
- aliwork:
- appType: APP_YH7W0E5637YUBU5UJ837
- systemToken: IC766WA11EW8BMOPBEZZMBA4MPUQ214JDL7FLC9
|