123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- ruoyi:
-
- name: RuoYi
-
- version: 3.8.3
-
- copyrightYear: 2022
-
- demoEnabled: true
-
- profile: E:/ruoyi/uploadPath
-
- addressEnabled: false
-
- captchaType: math
- server:
-
- port: 8080
- servlet:
-
- context-path: /
- tomcat:
-
- uri-encoding: UTF-8
-
- accept-count: 1000
- threads:
-
- max: 800
-
- min-spare: 100
- ssl:
- key-store: classpath:sylwt.top.jks
- key-store-password: 8470678b3qon7x2
- key-store-type: JKS
- enabled: true
- logging:
- level:
- com.ruoyi: debug
- org.springframework: warn
- user:
- password:
-
- maxRetryCount: 5
-
- lockTime: 10
- spring:
-
- messages:
-
- basename: i18n/messages
- profiles:
- active: druid
-
- servlet:
- multipart:
-
- max-file-size: 200MB
-
- max-request-size: 500MB
-
- devtools:
- restart:
-
- enabled: true
-
- redis:
-
-
-
-
-
- host: 43.139.55.209
-
- password: syLwt@123456
-
- port: 6379
-
- database: 1
-
- timeout: 10s
- lettuce:
- pool:
-
- min-idle: 0
-
- max-idle: 8
-
- max-active: 8
-
- max-wait: -1ms
- mail:
- host: smtp.qq.com
- username: 2130933887@qq.com
- password: wcwoluyjkuvefcib
- properties:
- mail:
- smtp: true
- starttls:
- enable: true
- required: true
- token:
-
- header: Authorization
-
- secret: abcdefghijklmnopqrstuvwxyz
-
- expireTime: 30
- mybatis-plus:
-
- typeAliasesPackage: com.ruoyi.**.domain
-
- mapperLocations: classpath*:mapper/**/*Mapper.xml
-
- configLocation: classpath:mybatis/mybatis-config.xml
-
- global-config:
- db-config:
- id-type: auto
- pagehelper:
- helperDialect: mysql
- supportMethodsArguments: true
- params: count=countSql
- swagger:
-
- enabled: true
-
- pathMapping: /dev-api
- xss:
-
- enabled: true
-
- excludes: /system/notice
-
- urlPatterns: /system/*,/monitor/*,/tool/*
|