123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- gyee:
-
- name: v1
-
- version: 1.0
-
- copyrightYear: 2018
-
- profile: D:/profile/
-
- isstatic: Y
-
- isroot_dir: static/images_upload/
-
-
- email_smtp: smtp.sina.com
-
- email_port: 465
-
- email_account: 1@sina.com
-
- email_password: 1
-
- demoEnabled: false
-
- rollVerification: true
-
- realtimedataBase: mongodb
- server :
- port : 9988
-
-
-
- tomcat :
- max-threads : 128
- min-spare-threads : 5
- uri-encoding : UTF-8
-
- max-connections: 200000
- max-http-post-size: 9000000
- spring :
- redis:
- host: 49.4.78.143
- port: 8083
-
- profiles :
- active : dev
- servlet:
- multipart:
- max-request-size: 100MB
- maxFileSize : 10MB
-
- max-connections: 200000
- max-http-post-size: 9000000
-
- devtools:
- restart:
-
- enabled: true
- mvc:
- static-path-pattern : /static/**
-
- thymeleaf:
- model: HTML5
- prefix: classpath:/templates/
- suffix: .html
-
- encoding: utf-8
-
- cache: false
- jackson:
- time-zone: GMT+8
- date-format: yyyy-MM-dd HH:mm:ss
- mongodb :
- mongodb_ip: 117.78.18.24
- mongodb_port: 9989
- mongodb_perHost: 200
- mongodb_threadsAllowed: 200
- mongodb_connectTimeout: 60000
- mongodb_maxWaitTime: 60000
- mongodb_socketTimeout: 60000
- redis :
- redis_ss_ip: 117.78.18.24
- redis_ss_port: 6379
- redis_ls_ip: 117.78.18.24
- redis_ls_port: 6380
- exceptjob :
- exceptmaps: {'pageNumber_4_functionNumber_3': '1'}
- pagehelper:
- helperDialect: mysql
- reasonable: true
- supportMethodsArguments: true
- params: count=countSql
- oss:
- qiniu:
-
- domain: q0stnsal9.aaa.bbb.com
-
- accessKey: 5o-rVbYF111C
-
- secretKey: C9TETPDFHDj38d
-
- bucket: test-img
- developmentprops:
- vuePrefixAddress: http://192.168.1.103:8080
- backstagePrefixAddress: http://192.168.1.103:8081
- mapProps:
- httpChinaMapSuffixAddress: /chinaMap
- httpweatherProphet_1SuffixAddress: /weatherProphet_1
- httpweatherProphet_7SuffixAddress: /weatherProphet_7
- httpweatherProphet_8_15SuffixAddress: /weatherProphet_8_15
- httpweatherProphet_40SuffixAddress: /weatherProphet_40
|