driver/guns-admin/src/main/resources/application.yml
@@ -2,7 +2,7 @@ port: 8007 guns: swagger-open: true #是否开启swagger (true/false) swagger-open: false #是否开启swagger (true/false) kaptcha-open: false #是否开启登录时验证码 (true/false) # file-upload-path: d:/tmp #文件上传目录(不配置的话为java.io.tmpdir目录) spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false) @@ -101,9 +101,9 @@ #支付回调地址 #正式环境 #callbackPath: https://okyueche.com:443/user callbackPath: https://fanghuatongxing.cn:443/driver #测试环境 callbackPath: http://139.9.238.199:80/driver #callbackPath: http://139.9.238.199:80/driver ---