| | |
| | | application: |
| | | name: user-server |
| | | profiles: |
| | | active: dev |
| | | # active: prod |
| | | active: prod |
| | | mvc: |
| | | static-path-pattern: /static/** |
| | | view: |
| | |
| | | max-request-size: 100MB |
| | | max-file-size: 100MB |
| | | redis: |
| | | host: 192.168.110.80 |
| | | port: 6379 |
| | | password: 123456 |
| | | host: 10.31.1.219 |
| | | port: 6410 |
| | | password: Qnz_jt@20#25 |
| | | database: 0 |
| | | # redis: |
| | | # host: 172.21.35.151 |
| | | # port: 6512 |
| | | # password: SC_cache@20#25 |
| | | # database: 0 |
| | | # timeout: 1000 |
| | | # cluster: |
| | | # nodes: 172.21.35.151:6512,172.21.35.152:6512,172.21.35.153:6512,172.21.35.151:6513,172.21.35.152:6513,172.21.35.153:6513 |
| | | timeout: 1000 |
| | | cluster: |
| | | nodes: 10.31.1.219:6410,10.31.1.30:6410,10.31.1.97:6411 |
| | | |
| | | mybatis-plus: |
| | | typeAliasesPackage: com.stylefeng.guns.modular |
| | |
| | | eureka: |
| | | client: |
| | | service-url: #注册中心地址 |
| | | defaultZone: http://sinata:sinata@192.168.110.85:8000/eureka #启用身份验证的方式连接 |
| | | defaultZone: http://sinata:sinata@127.0.0.1:8000/eureka #启用身份验证的方式连接 |
| | | register-with-eureka: true #在注册中心进行注册 |
| | | fetch-registry: true #从Eureka中获取注册信息。 |
| | | |
| | |
| | | |
| | | spring: |
| | | datasource: |
| | | url: jdbc:mysql://192.168.110.80:3306/qyttravel?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: root |
| | | password: 123456 |
| | | db-name: qyttravel #用来搜集数据库的所有表 |
| | | url: jdbc:mysql://10.31.9.146:8066/qnjt_ridingdb?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: qnjt_ridingusr |
| | | password: qnjtriding@Prom2025 |
| | | db-name: traffic_scdb #用来搜集数据库的所有表 |
| | | filters: wall,mergeStat |
| | | |
| | | |
| | | #spring: |
| | | # datasource: |
| | | # url: jdbc:mysql://172.21.35.140:8066/traffic_scdb?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai |
| | | # username: traffic_scusr |
| | | # password: QYT_sc@20#25 |
| | | # db-name: traffic_scdb #用来搜集数据库的所有表 |
| | | # filters: wall,mergeStat |
| | | |
| | | |
| | | --- |
| | | spring: |
| | | data: |
| | | mongodb: |
| | | uri: mongodb://192.168.110.80:27017/traveling_track |
| | | # uri: mongodb://qyt_jtcx:qyt_jtcx2025@172.21.35.195:27017,172.21.35.196:27017/traveling_track |
| | | |
| | | host: 10.31.204.66 |
| | | port: 27009 |
| | | username: qnjt_ridingmgdb |
| | | password: qnjtriding@Prom2025 |
| | | database: qnjt_ridingmgdb |
| | | |
| | | --- |
| | | |
| | |
| | | appKey: 111 # |
| | | |
| | | qyt: |
| | | socket_uri: http://192.168.110.85:6000 |
| | | socket_uri: http://10.31.182.13:6000 |
| | | --- |
| | | |
| | | #支付回调地址 |
| | | #正式环境 |
| | | callbackPath: https://traffic.qytzt.cn/user |
| | | callbackPath: https://traffic.qytzt.cn/chuxing/user |
| | | |
| | | |
| | | --- |
| | |
| | | #邮件配置 |
| | | spring: |
| | | mail: |
| | | host: smtp.qq.com |
| | | port: 465 |
| | | username: 1721849008@qq.com |
| | | password: nhnbmjfdywilcbdj # 这里是授权码,不是邮箱登录密码 |
| | | host: smtp.163.com |
| | | port: 993 |
| | | username: QYTJT001@163.com |
| | | password: GPaYdKdsQphDGRJd # 这里是授权码,不是邮箱登录密码 |
| | | properties: |
| | | mail: |
| | | smtp: |
| | |
| | | # pdf生成位置 |
| | | trip: |
| | | sheet: |
| | | filePath: D:/qytPdf/ |
| | | filePath: /etraffic/server/qytPdf/ |