| | |
| | | server: |
| | | port: 8080 |
| | | port: 8082 |
| | | tomcat: |
| | | uri-encoding: UTF-8 |
| | | |
| | |
| | | password: 'Yeshi2016@' |
| | | host: 172.16.16.44 |
| | | port: 27017 |
| | | database: push |
| | | database: location |
| | | authentication-database: admin |
| | | redis: |
| | | host: 172.16.16.15 #193.112.34.40 |
| | |
| | | #Yeshi2016@ |
| | | password: 'crs-43yhgz0i:Yeshi2016@' |
| | | timeout: 5000 |
| | | database: 10 |
| | | database: 11 |
| | | lettuce: |
| | | pool: |
| | | max-active: 200 #连接池最大连接数 |
| | | max-wait: 5000 #连接池最大阻塞等待时间 |
| | | max-idle: 50 #连接池中的最大空闲连接 |
| | | time-between-eviction-runs: 60000 #每隔多长时间运行一次空闲连接回收器(独立线程) |
| | | min-idle: 5 #连接池中的最小空闲连接 |
| | | min-idle: 0 #连接池中的最小空闲连接 |
| | | shutdown-timeout: 5000 #连接关闭超时时间 |
| | | jedis: |
| | | pool: |
| | |
| | | |
| | | |
| | | datasource: |
| | | #jdbc:mysql://gz-cdb-r13d0yi9.sql.tencentcdb.com:62929/ks_goldcorn?serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://172.16.16.17:3306/bpush?serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://172.16.16.17:3306/location?serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: Yeshi2016@ |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | |
| | | type-aliases-package: com.yeshi.location.app.entity |
| | | configuration: |
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | |
| | | xxl: |
| | | job: |
| | | accessToken: |
| | |
| | | admin: |
| | | addresses: http://1.14.235.17:9000/xxl-job-admin |
| | | |
| | | #buddo配置参数 |
| | | #dubbo: |
| | | # application: |
| | | # name: push-service |
| | | # registry: |
| | | # protocol: zookeeper |
| | | # address: zookeeper://172.16.16.46:2181 # 134.175.68.214 134.175.68.214:2181 |
| | | # address: zookeeper://193.112.35.168:2182 # 134.175.68.214 134.175.68.214:2181 |
| | | # client: curator |
| | | # protocol: |
| | | # name: dubbo |
| | | # port: 20882 |
| | | # # host: 192.168.3.122 |
| | | # host: 192.168.3.122 |
| | | # scan: |
| | | # base-packages: com.ks.push.service.remote |
| | | # base-packages: com.yeshi.location.app.service.remote |
| | | # provider: |
| | | # timeout: 10000 |
| | | # timeout: 10000 |
| | | |