application.yml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. # 项目相关配置
  2. gyee:
  3. #名称
  4. name: v1
  5. #版本
  6. version: 1.0
  7. #版权年份
  8. copyrightYear: 2018
  9. #头像上传路径
  10. profile: D:/profile/
  11. #地址是否放入项目static目录,如果未Y 放入static。 profile配置失效
  12. isstatic: Y
  13. #开启存放静态文件夹后目录
  14. isroot_dir: static/images_upload/
  15. #邮件功能
  16. #邮箱发送smtp
  17. email_smtp: smtp.sina.com
  18. #邮箱发送端口
  19. email_port: 465
  20. #发送邮箱登录账号
  21. email_account: 1@sina.com
  22. #发送邮箱登录密码
  23. email_password: 1
  24. #实例演示开关 启动该模式删除增加修改会弹出演示模式提示框
  25. demoEnabled: false
  26. #漂亮得拖动验证码 默认false普通验证码、true滚动验证码
  27. rollVerification: true
  28. #实时数据库
  29. realtimedataBase: mongodb
  30. #tomcat websocket
  31. server :
  32. port : 9988
  33. ##项目名字配置
  34. #servlet :
  35. # context-path : /demo
  36. tomcat :
  37. max-threads : 128
  38. min-spare-threads : 5
  39. uri-encoding : UTF-8
  40. #shiro 报错修改的地方
  41. max-connections: 200000
  42. max-http-post-size: 9000000
  43. spring :
  44. redis:
  45. host: 49.4.78.143
  46. port: 8083
  47. # 环境 dev|test|prod
  48. profiles :
  49. active : dev
  50. servlet:
  51. multipart:
  52. max-request-size: 100MB
  53. maxFileSize : 10MB
  54. #shiro 报错修改的地方
  55. max-connections: 200000
  56. max-http-post-size: 9000000
  57. # 服务模块
  58. devtools:
  59. restart:
  60. # 热部署开关
  61. enabled: true
  62. mvc: #静态文件
  63. static-path-pattern : /static/**
  64. #模板引擎
  65. thymeleaf:
  66. model: HTML5
  67. prefix: classpath:/templates/
  68. suffix: .html
  69. #指定编码
  70. encoding: utf-8
  71. #禁用缓存 默认false
  72. cache: false
  73. jackson:
  74. time-zone: GMT+8
  75. date-format: yyyy-MM-dd HH:mm:ss
  76. mongodb :
  77. mongodb_ip: 117.78.18.24
  78. mongodb_port: 9989
  79. mongodb_perHost: 200
  80. mongodb_threadsAllowed: 200
  81. mongodb_connectTimeout: 60000
  82. mongodb_maxWaitTime: 60000
  83. mongodb_socketTimeout: 60000
  84. redis :
  85. redis_ss_ip: 117.78.18.24
  86. redis_ss_port: 6379
  87. redis_ls_ip: 117.78.18.24
  88. redis_ls_port: 6380
  89. exceptjob :
  90. exceptmaps: {'pageNumber_4_functionNumber_3': '1'}
  91. #mybatis:
  92. # #配置mapper的扫描,找到所有的mapper.xml映射文件
  93. # mapperLocations : classpath*:mybatis/*/*.xml
  94. # #mybatis提供三种sql执行器,分别是SIMPLE、REUSE、BATCH。
  95. # executor-type : reuse
  96. # #搜索指定包别名
  97. # typeAliasesPackage : com.*.model
  98. # #该配置项就是指将带有下划线的表字段映射为驼峰格式的实体类属性。
  99. # configuration :
  100. # map-underscore-to-camel-case : true
  101. #pagehelper分页插件
  102. pagehelper:
  103. helperDialect: mysql
  104. reasonable: true
  105. supportMethodsArguments: true
  106. params: count=countSql
  107. #七牛云配置
  108. oss:
  109. qiniu:
  110. #对应存储空间的访问域名
  111. domain: q0stnsal9.aaa.bbb.com
  112. #accessKey密钥
  113. accessKey: 5o-rVbYF111C
  114. #secretKey秘钥
  115. secretKey: C9TETPDFHDj38d
  116. #bucket是创建的存储空间名
  117. bucket: test-img
  118. developmentprops: #自定义的属性和值
  119. # simpleProp: simplePropValue
  120. # arrayProps: 1,2,3,4,5
  121. # listProp1:
  122. # - name: abc
  123. # value: abcValue
  124. # - name: efg
  125. # value: efgValue
  126. # listProp2:
  127. # - config2Value1
  128. # - config2Vavlue2
  129. vuePrefixAddress: http://192.168.1.103:8080
  130. backstagePrefixAddress: http://192.168.1.103:8081
  131. mapProps:
  132. httpChinaMapSuffixAddress: /chinaMap
  133. httpweatherProphet_1SuffixAddress: /weatherProphet_1
  134. httpweatherProphet_7SuffixAddress: /weatherProphet_7
  135. httpweatherProphet_8_15SuffixAddress: /weatherProphet_8_15
  136. httpweatherProphet_40SuffixAddress: /weatherProphet_40