server: port: 8062 tomcat: max-connections: 100000 spring: profiles: include: user #resources: #static-locations: file:F:/IDEA/demo/schoolparty_mysql/src/main/resources/static/ datasource: name: party_build_db type: com.alibaba.druid.pool.DruidDataSource #driver-class-name: com.mysql.jdbc.Driver #url: jdbc:mysql://192.168.0.68:3306/ghscpartybuild?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&autoReconnect=true&useSSL=false #username: root #password: 1 druid: #监控统计拦截的filters filters: stat driver-class-name: com.mysql.cj.jdbc.Driver #基本属性 url: jdbc:mysql://office.bowintek.com:3306/ghscpartybuild?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true username: root password: bowin@123 #配置初始化大小/最小/最大 initial-size: 1 min-idle: 1 max-active: 20 #获取连接等待超时时间 max-wait: 60000 #间隔多久进行一次检测,检测需要关闭的空闲连接 time-between-eviction-runs-millis: 60000 #一个连接在池中最小生存的时间 min-evictable-idle-time-millis: 300000 validation-query: SELECT 'x' test-while-idle: true test-on-borrow: false test-on-return: false #打开PSCache,并指定每个连接上PSCache的大小。oracle设为true,mysql设为false。分库分表较多推荐设置为false pool-prepared-statements: false max-pool-prepared-statement-per-connection-size: 20 servlet: multipart: max-request-size: 50MB max-file-size: 20MB jackson: time-zone: GMT+8 cache: redis: time-to-live: 60s type: redis redis: host: 192.168.0.68 #host: 39.98.153.250 port: 6379 database: 0 password: bowin123 #password: borD1234 timeout: 10000 lettuce: pool: min-idle: 50 max-idle: 100 max-wait: -1 max-active: 100 #shutdown-timeout: 100ms mvc: async: request-timeout: 300000 logging: config: classpath:logback-spring.xml mybatis: mapper-locations: classpath:mapping/*.xml,mapping/cquery/*.xml type-aliases-package: com.ghsc.partybuild.model pagehelper: helperDialect: mysql reasonable: true supportMethodsArguments: true params: count=countSql appconfig: appid: f0c4fa7f9f3c4fb6bd56aac608b7ad3f secret: fx111122 sysRoleid: 4e1260b0-8579-11e8-8646-001517ca1f2c ouroot-id: 1 #开发平台设置 isDev: true canLog: false canLoadDbImg: true uploadfile-url: d:/sitefile desKey: MMmmHHss payCert-url: d:/sitefile/certs fileMgr-url: d:/sitefile/docs #学院党委代码 gddwdm: '001091209' sys-name: '广州卫生职业技术学院智慧党建系统' #ftp配置 192.168.0.51:21@aqfxgk:qwe123 #ftp-host: 39.98.145.11 ftp-host: 192.168.0.68 ftp-port: 21 #ftp-user: BowinFtp ftp-user: FtpUser #ftp-pwd: Ftp!A2019 ftp-pwd: bowin123 jcms-roleId: 18e273e9-b3a5-49f5-be66-3dbdfc7acc10 #app des加密配置 app-des-secret: PjV79van00ES7%vTy app-des-vi: PjV79van #登陆地址 app-login-url: http://10.160.7.210:8088/oa/api/user/login app-saveCheckMessage-url: http://10.160.7.210:8088/oa/api/message/saveCheckMessage app-updateCheckMessage-url: http://10.160.7.210:8088/oa/api/message/updateCheckMessage app-fromSys: dangjian #模拟登陆密码 auto-pwd: 123456 lead-uids: '2121217762,2121402851' #特殊菜单过滤 a,a|b,b,c menu-dwids: '001091209135' safe-ext: '.jpg,.png,.gif,.zip,.rar,.7z,.xls,.xlsx,.doc,.docx,.pdf,.ppt,.pptx,.jpeg,.txt,.mp4,.avi' #OA接入参数 oaWebUrl: 'http://api-gw.guangzh.cr' oaUserName: 'gtdjapi' oaPassWord: 'gtdjapi0908' oaGrantType: 'password' oaBaseId: 'Basic aWRtYXBwOmlkbWFwcHNlY3JldA==' #江西接入地址 jxCasUrl: 'https://portal.zqu.edu.cn' jxLocationUrl: 'http://172.16.20.56/jxCasLogin' #定时服务执行配置 isBackService: true sync-cron-usercount: '0/5 * * * 1 ?' sync-cron-userage: '0 0 23 1 1 ?' sync-cron-wechatpay: '0/30 * * * 1 ? ' sync-cron-partydues: '0 0 13,23 * * ?' sync-cron-updateUserparty: '0 0 13,23 * * ?' bowinLisencing: '/fGsysepxe1l+HNXO9M+LVGxyk7rdCqEAkBz4a2rU1s=' #bowinLisencing: 'omkEhjdATMchNVk3e3j4C7FlRHKQJtQi' corsUrl: 'http://localhost:8100' jwt-config: secret: '3bd876fc69554214a8e07df3ed80876b' expire: 1 token-name: logintoken wechat-pay-config: appId: 'wx737c2a7879b897c1' mchId: '1603522265' mchKey: '11BCA2F1697B4C65B7016C5F5AB620BD' keyPath: 'D:\xx\xx\xxxx\apiclient_cert.p12' notifyUrl: 'http://www.bowintek.com:8028/wxapi/pay/notify' appSecret: '0d37c99bf2edd9ef3d839869bfa724ad' #微信授权回调地址 redirectURI: 'http://www.bowintek.com/hbPartyMobile/index.html' accessScope: 'snsapi_base'