123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- ruoyi:
-
- name: 开源字节(https://sourcebyte.vip)
-
- version: 4.0.0
-
- copyrightYear: 2023
-
- demoEnabled: true
-
- profile: C:/source-vue/static/uploadPath
-
- addressEnabled: true
-
- captchaType: math
-
- domain: https://sourcebyte.vip
- server:
-
- port: 8088
- servlet:
-
- context-path: /
- tomcat:
-
- uri-encoding: UTF-8
-
- accept-count: 1000
- threads:
-
- max: 800
-
- min-spare: 100
- logging:
- level:
- cn.source: debug
- org.springframework: warn
- spring:
-
- messages:
-
- basename: i18n/messages
- profiles:
- active: druid
-
- servlet:
- multipart:
-
- max-file-size: 10MB
-
- max-request-size: 20MB
-
- devtools:
- restart:
-
- enabled: true
-
- redis:
-
- host: 换你自己的
-
- port: 6379
-
- database: 0
-
- password:
-
- timeout: 10s
- lettuce:
- pool:
-
- min-idle: 0
-
- max-idle: 8
-
- max-active: 8
-
- max-wait: -1ms
- token:
-
- header: Authorization
-
- secret: abcdefghijklmnopqrstuvwxyz
-
- expireTime: 30
- mybatis:
-
- typeAliasesPackage: cn.source.**.domain
-
- mapperLocations: classpath*:mapper/**/*Mapper.xml
-
- configLocation: classpath:mybatis/mybatis-config.xml
- pagehelper:
- helperDialect: mysql
- supportMethodsArguments: true
- params: count=countSql
- swagger:
-
- enabled: true
-
- pathMapping: /dev-api
- xss:
-
- enabled: true
-
- excludes: /system/notice,/system/item,/system/article,/system/goods
-
- urlPatterns: /system/*,/monitor/*,/tool/*
- sms:
- id: 换你自己的
- pwd: 换你自己的
- template: 换你自己的
- wechat:
-
- mp:
-
- appId: 换你自己的
- secret: 换你自己的
- accessTokenKey: MP-ACCESS-TOKEN-AUTH
-
- mini:
- appId: 换你自己的
- secret: 换你自己的
- accessTokenKey: MINI-ACCESS-TOKEN-AUTH
|