application-dev.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. server:
  2. port: 8107
  3. spring:
  4. application:
  5. name: caimei-starstyle #指定服务名
  6. #数据源连接--start
  7. datasource:
  8. url: jdbc:mysql://192.168.1.11:3306/caimei@20180509?characterEncoding=UTF8&serverTimezone=Asia/Shanghai
  9. username: developer
  10. password: 05bZ/OxTB:X+yd%1
  11. #数据源连接--end
  12. #模板引擎配置
  13. thymeleaf:
  14. #路径
  15. prefix: classpath:/templates/
  16. #取消thymeleaf对页面的强制校验
  17. content-type: text/html
  18. mode: LEGACYHTML5
  19. cache: false
  20. #整合mybatis
  21. mybatis:
  22. #加载Mybatis映射文件
  23. mapper-locations:
  24. - classpath:mapper/*.xml
  25. - classpath:caimei-search-mapper/*Mapper.xml
  26. - classpath:com-caimei-module-pay/*Mapper.xml
  27. #pojo别名扫描包
  28. type-aliases-package: com.caimei.entity
  29. #分页配置
  30. pagehelper:
  31. helperDialect: mysql
  32. reasonable: true
  33. supportMethodsArguments: true
  34. params: count=countSql
  35. #日志配置
  36. logging:
  37. path: E:/caimei-mall/catalina.out
  38. level:
  39. root: info
  40. miniprogram:
  41. #邀请码有效时长 /天
  42. ValidTime: 7
  43. domain: https://www.caimei365.com
  44. #组织appid1....2....3,星范组织
  45. AppId1: wx5a5cda32926f55ac
  46. AppSecret1: 1c371e72aba710949dd74bb184a3a774
  47. #采美组织
  48. AppId2: wxf3cd4ae0cdd11c36
  49. AppSecret2: 9bdb37d28c5e74ad3694c09c205e9bd2
  50. #crm公众号信息
  51. crm_AppId: wxea43a0f9ebce9e66
  52. crm_AppSecret: 1c3cd60908e72dd280840bee9e15f7f6
  53. #支付异步回调地址
  54. notifyUrl: http://localhost:8107/PayOrder/paymentCallback
  55. #支付链接重定向地址
  56. redirectLink: http://192.168.1.40:8107/PayOrder/jumpPage
  57. #链接页面
  58. linkPage: http://192.168.1.10:8083/web/order/view/pay/caimei-starspay.jsp