123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- spring:
- data:
- redis:
- host: localhost
- port: 6379
- datasource:
- type: com.alibaba.druid.pool.DruidDataSource
- druid:
-
- main:
- url: jdbc:mysql://192.168.0.190:3306/tourism?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
- username: root
- password: Lm10921234
-
- operation-log:
- url: jdbc:mysql://192.168.0.190:3306/tourism?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
- username: root
- password: Lm10921234
-
- global-dict:
- url: jdbc:mysql://192.168.0.190:3306/tourism?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
- username: root
- password: Lm10921234
-
- common-flow-online:
- url: jdbc:mysql://192.168.0.190:3306/tourism?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
- username: root
- password: Lm10921234
-
- common-report:
- url: jdbc:mysql://192.168.0.190:3306/tourism?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
- username: root
- password: Lm10921234
- driverClassName: com.mysql.cj.jdbc.Driver
- name: application-webadmin
- initialSize: 10
- minIdle: 10
- maxActive: 50
- maxWait: 60000
- timeBetweenEvictionRunsMillis: 60000
- minEvictableIdleTimeMillis: 300000
- poolPreparedStatements: true
- maxPoolPreparedStatementPerConnectionSize: 20
- maxOpenPreparedStatements: 20
- validationQuery: SELECT 'x'
- testWhileIdle: true
- testOnBorrow: false
- testOnReturn: false
- connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
- filters: stat,wall
- useGlobalDataSourceStat: true
- web-stat-filter:
- enabled: true
- url-pattern: /*
- exclusions: "*.js,*.gif,*.jpg,*.bmp,*.png,*.css,*.ico,/druid/*,/actuator/*"
- stat-view-servlet:
- enabled: true
- urlPattern: /druid/*
- resetEnable: true
- application:
-
- defaultUserPassword: 123456
-
- uploadFileBaseDir: ./zz-resource/upload-files/app
-
- credentialIpList: "*"
-
- sessionExpiredSeconds: 86400
-
- excludeLogin: false
- hostIpPort: https://v.xiaoyaotravel.com
- third-party:
-
- auth:
- - appCode: orange-forms-default
-
-
- baseUrl: http://localhost:8083/orangePlugin
-
- tokenHeaderKey: Authorization
-
-
- tokenExpiredSeconds: 60
-
- permExpiredSeconds: 86400
- common-ext:
- urlPrefix: /admin/commonext
-
- apps:
-
- - appCode: orange-forms-default
-
- bizWidgetDatasources:
-
- - types: upms_user,upms_dept
-
- listUrl: http://localhost:8083/orangePlugin/listBizWidgetData
-
- viewUrl: http://localhost:8083/orangePlugin/viewBizWidgetData
- common-sequence:
-
- snowflakeWorkNode: 1
- common-redis:
-
- redisson:
-
- enabled: true
-
- mode: single
-
-
-
-
-
-
-
-
-
-
-
- address: redis://localhost:6379
-
- timeout: 6000
-
-
- lockWatchdogTimeout: 60000
-
- password:
- pool:
-
- poolSize: 20
-
- minIdle: 5
- common-report:
-
- urlPrefix: /admin/report
-
- uploadFileBaseDir: ./zz-resource/upload-files/report
-
- operationEnabled: true
-
-
-
- imageDownloadUrl: "http://localhost:8082/admin/report/example/downloadDirectly"
-
-
- dataPermAllChildrenDeptIdUrl: "http://localhost:8082/admin/upms/sysDept/listAllChildDeptIdByParentIds"
-
- enabledMultiDatabaseWrite: true
-
- isVisualization: false
-
- viewUrlList:
- - ${common-report.urlPrefix}/reportOperation/listData/
- huaweicloud:
- obs:
- enabled: true
- expireSeconds: 1000
-
- endpoint: obs.cn-north-4.myhuaweicloud.com
- accessKey: C9WI47G4DXXN2EMIL1OO
- secretKey: tfrZ9aw8wjfotUlG6IUCMjtAgzIzErL5qpPPt9AO
- bucketName: xiaoyaotravel
- sa-token:
-
- token-name: Authorization
-
- timeout: ${application.sessionExpiredSeconds}
-
- active-timeout: -1
-
- is-concurrent: true
-
- is-share: false
-
- token-style: uuid
-
- is-log: true
-
-
- alone-redis:
-
- database: 0
-
- host: localhost
-
- port: 6379
-
- password:
-
- timeout: 10s
- is-read-header: true
- is-read-cookie: false
- sms:
- config-type: yaml
- blends:
- huawei:
-
- accessKeyId: 7aUa9993Ggq76rRK0Bb35vZb5NCq
-
- accessKeySecret: vk2BGZr08FHjkwbBAGjhO4qKwTbM
-
- signature: 华为云短信测试
-
- sender: 1069368924410007823
-
- template-id: c4ef7de4affd4f1ca4c71cf7e62a024e
-
- statusCallBack:
-
- url: https://smsapi.cn-north-4.myhuaweicloud.com:443
- wx:
- miniapp:
- appid: wx2d0bc678042f0817
- secret: c43dc65f88589fe6323d5de70393834d
- config-storage:
- type: RedisTemplate
- key-prefix: wa
- http-client-type: HttpClient
|