123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330 |
- ruoyi:
-
- name: RuoYi
-
- version: 3.8.8
-
- copyrightYear: 2023
-
- demoEnabled: true
-
- profile: /c:/files
-
- addressEnabled: false
-
- captchaType: math
- server:
-
- port: 8087
- servlet:
-
- context-path: /
- tomcat:
-
- uri-encoding: UTF-8
-
- accept-count: 1000
- threads:
-
- max: 800
-
- min-spare: 100
-
- max-http-form-post-size: 10485760
-
- max-http-header-size: 1MB
- logging:
- level:
- com.ruoyi: debug
- org.springframework: warn
- config: classpath:logback-spring.xml
- user:
- password:
-
- maxRetryCount: 5
-
- lockTime: 10
- spring:
- application:
- name: sundry
-
- messages:
-
- basename: i18n/messages
- profiles:
- active: druid
- web:
- resources:
- static-locations:
- - classpath:/public/
- - classpath:/static/
- - classpath:/resources/
- - classpath:/META-INF/resources/
- - file:${ruoyi.profile}/public/
-
- servlet:
- multipart:
-
- max-file-size: 10MB
-
- max-request-size: 20MB
-
- devtools:
- restart:
-
- enabled: true
-
- redis:
-
- host: localhost
-
- port: 6379
-
- database: 0
-
- password:
-
- timeout: 10s
- lettuce:
- pool:
-
- min-idle: 0
-
- max-idle: 8
-
- max-active: 8
-
- max-wait: -1ms
- redisson:
- config: |
- singleServerConfig:
- idleConnectionTimeout: 10000
- connectTimeout: 10000
- timeout: 3000
- retryAttempts: 3
- retryInterval: 1500
- address: redis://${spring.redis.host}:${spring.redis.port}
- password: ${spring.redis.password}
- clientName: null
- keepAlive: false
- tcpNoDelay: false
- # 单个连接最大订阅数量
- subscriptionsPerConnection: 5
- # 发布和订阅连接的最小空闲连接数
- subscriptionConnectionMinimumIdleSize: 1
- # 发布和订阅连接池大小
- subscriptionConnectionPoolSize: 50
- # 最小空闲连接数
- connectionMinimumIdleSize: 32
- # 连接池大小
- connectionPoolSize: 64
- # 数据库编号
- database: ${spring.redis.database}
- # DNS监测时间间隔,单位:毫秒
- dnsMonitoringInterval: 5000
- threads: 8
- nettyThreads: 8
- codec: !<org.redisson.client.codec.StringCodec> {}
- transportMode: "NIO"
- token:
-
- header: Authorization
-
- secret: abcdefghijklmnopqrstuvwxyz
-
- expireTime: 10080
- mybatis:
-
- typeAliasesPackage: com.ruoyi.**.domain,com.huaxia.**.domain,com.huaxia.**.entity,com.huaxia.**.po,com.frm.**.domain
-
- mapperLocations: classpath*:mapper/**/*Mapper.xml
-
- configLocation: classpath:mybatis/mybatis-config.xml
- mybatis-plus:
-
- typeAliasesPackage: com.ruoyi.**.domain,com.huaxia.**.domain,com.huaxia.**.entity,com.huaxia.**.po,com.frm.**.domain
-
- mapperLocations: classpath*:mapper/**/*Mapper.xml
-
- configLocation: classpath:mybatis/mybatis-config.xml
-
-
-
-
- checkConfigLocation: true
- global-config:
- banner: false
- enable-sql-runner: true
- db-config:
- logic-delete-field: deleted
- logic-delete-value: 1
- logic-not-delete-value: 0
- pagehelper:
- helperDialect: mysql
- supportMethodsArguments: true
- params: count=countSql
- ---
- springdoc:
- api-docs:
- enabled: true
- path: /v3/api-docs
- swagger-ui:
- enabled: true
- path: /swagger-ui
- default-flat-param-object: true
- knife4j:
- enable: true
- documents:
- - group: 4.5.0版本
- name: 接口签名
- locations: classpath:md/*
- setting:
- language: zh-CN
- production: false
- basic:
- enable: true
- username: test
- password: 123123
- xss:
-
- enabled: true
-
- excludes: /system/notice
-
- urlPatterns: /system/*,/monitor/*,/tool/*
- config:
- security: prod-line-admin/src/main/resources/security.properties
- oss: prod-line-admin/src/main/resources/oss.properties
- sns: prod-line-admin/src/main/resources/sns.properties
- config-center:
-
- static-prefix: http://localhost:${server.port}
- mqtt :
-
- url: tcp://117.72.113.54:1883
-
- username: admin
- password: eW8kAH3WMZ5B5TTD
-
- client:
- id: ${spring.application.name}
-
- topic:
- default: TestTopic
- jfrm:
- swagger:
- title: 华阳集团企业资源规划
- description: 订单+采购+仓储+生产
- version: ${ruoyi.version}
- url: unspecified
- email: noname@qq.com
- license: MIT
- license-url: unspecified
- ---
- jfrm:
- info:
- version: 1.0.1-snapshot
- base-package: com.huaxia
- mapper-package: ${jfrm.info.base-package}, com.ruoyi.**.mapper,com.cmpt.**.mapper,com.huaxia.**.mapper,com.frm.**.mapper
- mybatis-plus:
- pagination:
- enabled: true
- optimistic:
- enabled: true
- web:
- member-api:
- prefix: /member-api
- controller: com.**.controller.member.**
- admin-api:
- prefix: /admin-api
- controller: com.**.controller.admin.**
- admin-ui:
- url: http://localhost:${server.port}
- filter:
- cors: true
- serial-write-timestamp: false
- mbr-security:
- paramSignRequired: false
- headerTenantRequired: false
- setting:
- securityStrategy: token
- tokenHeaderKey: Authorization
- tokenValPrefix: 'Bearer '
- loginProcessor: filter
- useCaptcha: false
- captchaSize: 5
- captchaDuration: 5
- duration: 30
- encryptPassword: true
- privateKey: MIICdQIBADANBgkqhkiG9w0BAQEFAASCAl8wggJbAgEAAoGBANHtrETGQh9E2ZeFv2DqS3IOJGL35y8e6nzJnrl2lkVkY5niZTpT/RGrgDv5tBHJbbsYu0lw7vbBmpIS2+D7hKGhpqnmXcd91HYajsbvvxbnuX1i9mbCclce2AzypLfWbi4hSIiFXKgdy6OX9+IX+bJ5UBkLkyYVHGdWfbWvLutLAgMBAAECgYBi2QHzxFLgPGAky9KIhOoPg384prhR5MHPDnTRqXgqppGLpSG7LE8OYe3Yz8QtV+Z2YbfWZfnvcMwimgS01Fnnk0T6xCjz2IJRjTzISElWyiGslFWm0qjFrVEydDucM0kw3jBmw4roeVGGKkmbR0C2QjB4czdERqihZZxOgu3+kQJBAOyCViBiJcOhzzEzM9SuHcsYoi5Mwia93fzoroojNPWShmIx/PSvE3LxYzZszFBpy3uzTN1hMslu3fQg9s1MKdkCQQDjOo9HKLxnHTT0tB6h1aySJqt8+8dD9rQ7J8HYrD9idcPXVZ5WyM6x0i8YGj2u+TR1KDx/9fnZlAjwOy4JKYPDAkAVonqUbcX8llGos4FbRC4vhOpZB+Z+usGSwAovUrcme6fVVbNJArbpvdEQinVKKdNWVnmCisClkoG1MkrBTuVJAkAlxYA3pe/bfCFnY+GLqUcsbD0pY3j2NTY0dyFj8Q4AQe8yBktxxaOGL5gge4wxX792kh+sbakAn/j0ZgH7B+mdAkAIN2hkHJPpgc6L0111TdtdH/lvgxmJ9QgOd1wb5pHL2mtUUvXK3SkOF08agg3kv8I9qmDOcjs7A6zEjAV7Dijn
- staticCustomLocations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/
|