123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- server:
- port: 8082
- servlet:
- context-path:
- tomcat:
- uri-encoding: UTF-8
- basedir: /Users/liugf
- accesslog:
- pattern: common
- enabled: true
- directory: logs
- prefix: jeeplus_access_log
- suffix: .log
- request-attributes-enabled: true
- rename-on-rotate: true
- max-http-form-post-size: 200MB
- jetty:
- max-http-form-post-size: 20000000B
- logging:
- level:
- root: INFO
-
- com.jeeplus: DEBUG
- org.apache.shiro.cache.ehcache.EhCacheManager: WARN
- spring:
- servlet:
- multipart:
- maxFileSize: 1000MB
- maxRequestSize: 1000MB
- devtools:
- restart:
- enabled: true
-
-
- autoconfigure:
- exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
-
-
- datasource:
- dynamic:
- druid:
- SelectMethod: cursor
- filters: stat
- validation-query: SELECT 'x'
- p6spy: false
- primary: master
- datasource:
- master:
- username: root
- password: dmjxcc@20210730
-
-
- url: jdbc:mysql://123.57.226.179:3306/yc_gwlz?useUnicode=true&characterEncoding=utf-8&useSSL=false&nullCatalogMeansCurrent=true&serverTimezone=GMT%2B8
-
- driver-class-name: com.mysql.cj.jdbc.Driver
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- redis:
- host: localhost
- port: 6379
- expireTime: 3600000
- database: 0
- password:
- mvc.servlet.load-on-startup: 1
- jmx:
- enabled: false
-
- quartz:
- job-store-type: jdbc
- properties:
- org:
- quartz:
- scheduler:
- instanceName: clusteredScheduler
- instanceId: AUTO
- jobStore:
- selectWithLockSQL: SELECT * FROM {0}LOCKS UPDLOCK WHERE LOCK_NAME = ?
- class: org.springframework.scheduling.quartz.LocalDataSourceJobStore
- tablePrefix: QRTZ_
- isClustered: false
- clusterCheckinInterval: 2000
- useProperties: false
- threadPool:
- class: org.quartz.simpl.SimpleThreadPool
- threadCount: 10
- threadPriority: 5
- threadsInheritContextClassLoaderOfInitializingThread: true
-
- flowable:
-
- async-executor-activate: true
- check-process-definitions: false
- process-definition-location-prefix: classpath:/processes/
- database-schema-update: false
- common:
- app:
- idm-url: http://localhost:9999
- idm-admin:
- user: admin
- password: test
- mybatis-plus:
- config-location: classpath:/mybatis/mybatis-config.xml
- mapper-locations:
- - classpath*:com/jeeplus/**/*Mapper.xml
- - classpath:/META-INF/admin-mybatis-mappings/*.xml
- - classpath:/META-INF/modeler-mybatis-mappings/*.xml
-
- typeAliasesPackage: com.jeeplus.**.domain
- configuration-properties:
- prefix:
- boolValue: TRUE
- blobType: BLOB
- type-handlers-package: com.jeeplus.core.mapper
- swagger:
- enable: true
- cas:
- server-url-prefix: https://www.cainiao.com:8443/cas
- wps:
- appid: 3f86c4255efd4e9c9d3ce6554e0fdf0d
- appsecret: 4bbc464724dc4351a93a70c95856197f
- download_host: http://demo1.jeeplus.org/jeeplus-vue
- domain: https://wwo.wps.cn
- downloadCallbackPath: /usr/local/wps
- webctx: /jeeplus-vue
- demoMode: false
- config:
- accessory:
-
- type: local
- baseDir: local
- local:
- location: /Users/liugf/Documents/xxx
- aliyun:
- endpoint:
- accessKeyId:
- accessKeySecret:
- bucketName:
- minIO:
- endpoint:
- accessKey:
- secretKey:
- bucketName:
- file:
- allowedType: file
- extensions:
- all: all
- file: 7z,aiff,asf,avi,bmp,csv,doc,docx,fla,flv,gif,gz,gzip,jpeg,jpg,mid,mov,mp3,mp4,mpc,mpeg,mpg,ods,odt,pdf,png,ppt,pptx,pxd,qt,ram,rar,rm,rmi,rmvb,rtf,sdc,sitd,swf,sxc,sxw,tar,tgz,tif,tiff,txt,vsd,wav,wma,wmv,xls,xlsx,zip
- image: gif,jpg,jpeg,bmp,png
- audio: CD,OGG,MP3,ASF,WMA,WAV,MP3PRO,RM,REAL,APE,MODULE,MIDI,VQF
- video: AVI,WMV,RM,RMVB,MPEG1,MPEG2,MPEG4(MP4),3GP,ASF,SWF,VOB,DAT,MOV,M4V,FLV,F4V,MKV,MTS,TS
- office: txt,xls,xlsx,xlsm,xltx,xltm,xlsb,xlam,doc,docx,docm,dotx,dotm,ppt,pptx,pptm,ppsx,ppsm,potx,potm,ppam
- jwt.accessToken.expireTime: 86400
- devtool:
- enabled: false
- projectPath: /xx
- frontPath: /xx
- packageName: com.jeeplus
- author: xx
- productId: Y20231106028
- license: 31DF251A21F97CEC3EA09EDE36CAD11484F182B027ECB934A41A62118712963839DCA39F68E42502DE15D9B7EF5A38E7E3F5BD1E5627691C5595DA8E6019D79FDBC51B0E51C09BDD009D42D60EFCBF1560D2394358F0E5E77A55BE57A73DD12D53B7A1A7041CF9ACC16D2DAB604C45346078FA05C71CAC737A4288B99107BDA1
|