debug=true spring.main.lazy-initialization=false spring.main.allow-bean-definition-overriding=true # application server.port=8085 temp.basedir=c:/Users/pc/Desktop/qrcode/ # mybatis-plus mybatis-plus.mapper-locations=classpath*:mapper/*.xml mybatis-plus.configuration.lazy-loading-enabled=true mybatis-plus.configuration.map-underscore-to-camel-case=true mybatis-plus.global-config.db-config.id-type=auto mybatis-plus.global-config.mapperRegistryCache=true mybatis-plus.configuration.defaultStatementTimeout=3 mybatis.refresh.enabled=true mybatis.refresh.delay-seconds=10 mybatis.refresh.sleep-seconds=20 # datasource spring.autoconfigure.exclude=com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure spring.datasource.dynamic.primary=dxtop spring.datasource.dynamic.datasource.dxtop.url=jdbc:mysql://101.133.214.75:3306/dxtop?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&characterEncoding=utf8&allowMultiQueries=true spring.datasource.dynamic.datasource.dxtop.username=usky spring.datasource.dynamic.datasource.dxtop.password=Yt#75Usky spring.datasource.dynamic.druid.initial-size=5 spring.datasource.dynamic.druid.min-idle=5 spring.datasource.dynamic.druid.max-active=30 spring.datasource.dynamic.druid.max-wait=60000 spring.datasource.dynamic.druid.validation-query=select 1 spring.datasource.dynamic.druid.test-while-idle=true spring.datasource.dynamic.druid.test-on-borrow=true spring.datasource.dynamic.druid.test-on-return=false spring.datasource.dynamic.druid.pool-prepared-statements=true spring.datasource.dynamic.druid.max-pool-prepared-statement-per-connection-size=20 spring.datasource.dynamic.druid.time-between-eviction-runs-millis=60000 spring.datasource.dynamic.druid.min-evictable-idle-time-millis=300000 spring.datasource.dynamic.druid.filters=wall,stat,log4j2 spring.datasource.dynamic.druid.wall.multi-statement-allow=true # druid \u76D1\u63A7 WebStatFilter\u914D\u7F6E spring.datasource.druid.web-stat-filter.enabled=true spring.datasource.druid.web-stat-filter.url-pattern=/* spring.datasource.druid.web-stat-filter.exclusions=*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/* spring.datasource.druid.web-stat-filter.profile-enable=true # druid \u89C6\u56FE StatViewServlet\u914D\u7F6E spring.datasource.druid.stat-view-servlet.enabled=true spring.datasource.druid.stat-view-servlet.url-pattern=/druid/* spring.datasource.druid.stat-view-servlet.reset-enable=true spring.datasource.druid.stat-view-servlet.login-username=admin spring.datasource.druid.stat-view-servlet.login-password=@dmin1234 # datasource log spring.datasource.druid.filter.slf4j.enabled=true spring.datasource.druid.filter.slf4j.statement-create-after-log-enabled=false spring.datasource.druid.filter.slf4j.statement-close-after-log-enabled=false spring.datasource.druid.filter.slf4j.result-set-open-after-log-enabled=false spring.datasource.druid.filter.slf4j.result-set-close-after-log-enabled=false # jackson spring.jackson.date-format=yyyy-MM-dd HH:mm:ss spring.jackson.time-zone=GMT+0 spring.jackson.default-property-inclusion=always #spring.jackson.serialization.indent_output=true spring.jackson.serialization.fail-on-empty-beans=false spring.jackson.deserialization.fail-on-unknown-properties=false spring.jackson.parser.allow-unquoted-control-chars=true spring.jackson.parser.allow-single-quotes=true spring.servlet.multipart.enabled=true spring.servlet.multipart.max-file-size=100MB spring.servlet.multipart.max-request-size=200MB spring.servlet.multipart.location=/temp # gzip server.compression.enabled=true server.compression.mime-types=application/javascript,text/css,application/json,application/xml,text/html,text/xml,text/plain # cache spring.redis.database=0 spring.redis.host=47.111.81.118 spring.redis.port=6379 spring.redis.password=uskyredis spring.redis.timeout=10000 spring.redis.jedis.pool.max-active=1000 spring.redis.jedis.pool.max-idle=300 spring.redis.jedis.pool.min-idle=5 spring.redis.jedis.pool.max-wait=1000 # token token.header: Authorization token.secret: abcdefghijklmnopqrstuvwxyz token.expireTime: 144 # xss xss.enabled: true xss.excludes: /system/notice xss.urlPatterns: /system/*,/monitor/*,/tool/* # project dx.name: dx dx.version: 3.6.0 dx.copyrightYear: 2021 dx.demoEnabled: true dx.addressEnabled: false dx.captchaType: math dx.profile: C:/Users/yq/Desktop/file # mq spring.rabbitmq.host=101.133.214.75 spring.rabbitmq.port=5672 spring.rabbitmq.username=admin spring.rabbitmq.password=admin # 开启confirms回调 P -> Exchange spring.rabbitmq.publisher-confirm-type=correlated # 通云支付配置 toppay.version=v1.0 toppay.merchantNo=228304018003 toppay.secret=1640917603644ad8b61873599d96b2e6 toppay.wxAppId=wx40274c2aaec24330 toppay.wxAppSecret=4b0c04f796a8bed2c2435cc68362b22b toppay.notifyUrl=https://qhome.usky.cn/dxapi/top/notify toppay.scanPayUrl=https://interface.allinpaygx.com/api/access/payInterface/usePaymentCode toppay.dealSelectUrl=https://interface.allinpaygx.com/api/access/payInterface/findOrderInfo toppay.unifyUrl=https://interface.allinpaygx.com/api/access/payInterface/unifiedPay