############################################################################################################# # # # 为了减少重复配置,本配置文件为此sa-admin的独有配置,更多配置请查看 sa-base 项目中的 sa-base.yaml 通用配置文件。 # # 其中此文件中配置可以覆盖 sa-base.yaml 中的通用配置,具体实现类请看类:YamlProcessor.java # # # ############################################################################################################# # 项目配置: 名称、日志目录 project: name: sa-admin log-directory: ${localPath:}/logs/smart_admin_v3/sa-admin/${spring.profiles.active} # 项目端口和url根路径 server: port: 11024 servlet: context-path: / # 环境 spring: profiles: active: 'dev' # 微信支付 wx: AppId: "wx2f7b50331eb58c58" MchId: "1628562940" SerialNo: "1EAB64BACBF6D491C973111577807F4B67DF3321" APIv3Key: "ozkhqw0fq2aco4bqr3j4s8gew81g7eyk" PrivateKey: "D:/test/apiclient_key.pem" Certificate: "D:/test/apiclient_cert.pem" NotifyUrl: "http://101.200.208.44:1024/paymentOrder/paymentOk" Redirect: "ap.zhsl.net"