feiyu02
2026-01-21 fe031e01cc1737c2f05a133fde7c36c7a2a7b4b4
1
2
3
4
5
6
7
8
9
10
11
12
spring:
  datasource:
    # 发布服务器
    url: jdbc:mysql://localhost:3306/ledger?serverTimezone=Asia/Shanghai&prepStmtCacheSize=517&cachePrepStmts=true&autoReconnect=true&allowMultiQueries=true&useSSL=false
    username: ledger
    password: ledger_fxxchackxr
 
imgPath: D:/02product/05ledger/images/
filePath: D:/02product/05ledger/files/
 
#针对微信小程序和安卓app两种前端,目前有部分区别,proapp:表示app
mode: proapp