| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- server:
- port: 9033
- servlet:
- context-path: /api/tlb
- spring:
- datasource:
- url: jdbc:mysql://120.55.113.155:3306/tonglibo?useSSL=false&characterEncoding=UTF-8&serverTimezone=UTC
- username: root
- password: cloudPoc@2025++
- driver-class-name: com.mysql.cj.jdbc.Driver
- enable:
- scheduling: enabled
- logging:
- config: classpath:logback-spring.xml
- path: /home/server/tonglibo/log/
- level:
- com.malk.*: info
- mybatis-plus:
- configuration:
- map-underscore-to-camel-case: true
- default-executor-type: batch
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- mapper-locations: classpath*:mapper/*.xml
- type-aliases-package: com.example.demo.entity
- # dingtalk
- dingtalk:
- agentId: 3914874648
- appKey: dinggps3rba7eb9cexqe
- appSecret: pjiEz7AR8Meov0tui7-lJ00oQRxGDWAnIKxS_uH7HDe9rop7H2ZdmW1tDuqaEH_F
- corpId: dingf11f7d6ff834577b
- aesKey: UqJRA1RTxarywiIWOK76BN8BSLfAN4gTDo6nEco4sqG
- token: CpR7AsWa026FQV5VBNU5YrO5
- aliwork:
- appType: APP_C83FAK1HS55UIQLP1MBX
- systemToken: K4666XA1ZQ5O2PYSAKA7M4ZQAFPX3KYNUEK0MZT9
|