application.yml 4.5 KB

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