application.yml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. server:
  2. port: 8086
  3. # 应用名称
  4. spring:
  5. profiles:
  6. # active: dev #开发环境配置文件
  7. active: test #测试环境配置文件
  8. # active: pro #生产环境配置文件
  9. application:
  10. name: student_portrait
  11. # 单数据源配置
  12. # datasource:
  13. ## driver-class-name: com.mysql.cj.jdbc.Driver
  14. ## url: jdbc:mysql://172.16.20.45:3306/activerecord?characterEncoding=utf-8&useSSL=FALSE&useAffectedRows=TRUE&allowMultiQueries=true&serverTimezone=GMT%2B8
  15. ## username: root
  16. ## password: Chuanghai_2021.
  17. # driver-class-name: com.mysql.cj.jdbc.Driver
  18. # url: jdbc:mysql://172.16.20.69:3306/student_portrait?characterEncoding=utf-8&useSSL=FALSE&useAffectedRows=TRUE&allowMultiQueries=true&serverTimezone=GMT%2B8
  19. # username: root
  20. # password: chuanghai@2022
  21. #多数据源配置
  22. datasource:
  23. dynamic:
  24. primary: mysql1 #设置默认的数据源或者数据源组,默认值即为mysql1
  25. strict: false #严格匹配数据源,默认false. true未匹配到指定数据源时抛异常,false使用默认数据源
  26. datasource:
  27. mysql1:
  28. url: jdbc:mysql://172.16.20.69:3306/student_portrait?characterEncoding=utf-8&useSSL=FALSE&useAffectedRows=TRUE&allowMultiQueries=true&serverTimezone=GMT%2B8
  29. username: root
  30. password: chuanghai@2022
  31. driver-class-name: com.mysql.cj.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
  32. mysql2:
  33. url: jdbc:mysql://172.16.20.45:3306/smartschool_bigdata?characterEncoding=utf-8&useSSL=FALSE&useAffectedRows=TRUE&allowMultiQueries=true&serverTimezone=GMT%2B8
  34. username: root
  35. password: Chuanghai_2021.
  36. driver-class-name: com.mysql.cj.jdbc.Driver
  37. servlet:
  38. multipart:
  39. enabled: true
  40. file-size-threshold: 0
  41. max-file-size: 10MB
  42. max-request-size: 10MB
  43. redis:
  44. host: 127.0.0.1
  45. port: 6379
  46. # password: root@123456 没有设置密码
  47. database: 0
  48. timeout: 20000
  49. cache:
  50. redis:
  51. time-to-live: 20000 #设置缓存数据的过期时间
  52. cache-null-values: false #是否缓存空值
  53. #logging:
  54. # # 设置logback.xml位置
  55. # # config: classpath:logs/logback.xml
  56. # # 设置log4j.properties位置
  57. # config:
  58. # classpath: logs/logback.xml
  59. mybatis-plus:
  60. configuration:
  61. # 驼峰命名和底杠命名自动转换
  62. map-underscore-to-camel-case: true
  63. # Mybatis默认简单日志
  64. #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #mybatis 的运行日志,测试时需注释
  65. # MyBatis 自动映射策略,通过该配置可指定 MyBatis 是否并且如何来自动映射数据表字段与对象的属性,总共有 3 种可选值:
  66. # AutoMappingBehavior.NONE:不启用自动映射
  67. # AutoMappingBehavior.PARTIAL:只对非嵌套的 resultMap 进行自动映射
  68. # AutoMappingBehavior.FULL:对所有的 resultMap 都进行自动映射
  69. auto-mapping-behavior: full
  70. global-config:
  71. db-config:
  72. # MybatisPlus 设置全局主键生成策略:自增
  73. id-type: auto
  74. # 逻辑删除字段名
  75. logic-delete-field: isDeleted
  76. # 逻辑删除字面值:未删除为0
  77. logic-not-delete-value: 0
  78. # 逻辑删除字面值:删除为1
  79. logic-delete-value: 1
  80. #微校相关配置
  81. weixiao:
  82. app_key: DB60250B489345ED
  83. response_type: code
  84. scope: snsapi_sso
  85. ocode: 1015730314
  86. app_secret: 68ED5D4B98DD8817C1558A8FCAF9D1BF
  87. redirect_uri: http://5d519a3d.cpolar.top/
  88. #远程IP端口、接口
  89. decisionEngine:
  90. url:
  91. #百胜人员识别
  92. #product: http://39.108.175.59:9090/device/sync_person
  93. product: http://39.108.175.59:5389/device/sync_person
  94. #二维码的门禁记录服务地址
  95. qrcode: https://chtech.ncjti.edu.cn/access-control/ncjtEntranceGuard/getTrafficRecordViewPageList
  96. #热水使用记录
  97. waterUrl: http://192.168.1.34:8080/HotWaters/waterfindConsume.action
  98. #热水登入
  99. hotLogin: http://192.168.1.34:8080/HotWaters/userlog.action
  100. nvr:
  101. nvrip: 172.22.45.25
  102. nvrport: 80
  103. nvruname: admin
  104. nvrpwd: ncjtxy@2021