feiyu02
2026-01-20 9558ad87cc950bd67306aa31e5f3b7de367258ae
src/main/resources/application-pro.yml
@@ -1,12 +1,14 @@
name: pro
springfox:
  documentation:
    swagger:
      v2:
        enabled: false
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/
#imgPath: C:/02product/05ledger/images/
#filePath: C:/02product/05ledger/files/
#filePath: C:/02product/05ledger/files/
#针对微信小程序和安卓app两种前端,目前有部分区别,pro:表示小程序
mode: pro