service-lijin/src/main/resources/application-dev.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
service-lijin/src/main/resources/application.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
service-vip/src/main/resources/application-dev.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
service-vip/src/main/resources/application.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
service-lijin/src/main/resources/application-dev.yml
New file @@ -0,0 +1,102 @@ server: port: 8080 tomcat: uri-encoding: UTF-8 spring: main: allow-bean-definition-overriding: true http: encoding: force: true charset: UTF-8 enabled: true data: mongodb: username: admin password: admin #172.16.16.44 #193.112.35.168 host: 118.195.138.153 port: 27017 database: lijin authentication-database: admin datasource: #gz-cdb-r13d0yi9.sql.tencentcdb.com:62929 #172.16.16.17:3306 url: jdbc:mysql://127.0.0.1:3306/tejia_lijin?&useTimezone=true&serverTimezone=GMT%2B8 username: root password: root driver-class-name: com.mysql.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource druid: initial-size: 8 min-idle: 1 max-active: 20 max-wait: 60000 time-between-eviction-runsMillis: 60000 min-evictable-idle-timeMillis: 300000 validation-query: select 'x' FROM DUAL test-while-idle: true test-on-borrow: false test-on-return: false pool-prepared-statements: true max-open-prepared-statements: 20 max-pool-prepared-statement-per-connection-size: 20 filters: stat connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 use-global-data-source-stat: true mybatis: mapper-locations : classpath:mapper/*.xml type-aliases-package: com.ks.goldcorn.pojo.DO configuration: log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl redis: #172.16.16.3 #193.112.34.40 host: 118.195.138.153 port: 6379 password: 123456 timeout: 5000 jedis: pool: max-wait: 10000 max-idle: 200 max-total: 1024 database: 4 dubbo: application: name: lijin-provider registry: protocol: zookeeper address: zookeeper://193.112.35.168:2181 # address: zookeeper://118.195.138.153:2181 client: curator protocol: name: dubbo port: 20902 scan: base-packages: com.ks.lijin.service.remote provider: timeout: 10000 host: 127.0.0.1 xxl: job: accessToken: executor: appname: demo ip: logpath: /data/applogs/xxl-job/jobhandler logretentiondays: -1 port: 9999 admin: addresses: http://localhost:8081/xxl-job-admin logging: level: com: ks: lijin: mapper: debug org.springframework.data.mongodb.core: DEBUG service-lijin/src/main/resources/application.yml
@@ -1,102 +1,3 @@ server: port: 8080 tomcat: uri-encoding: UTF-8 spring: main: allow-bean-definition-overriding: true http: encoding: force: true charset: UTF-8 enabled: true data: mongodb: username: admin password: admin #172.16.16.44 #193.112.35.168 host: 118.195.138.153 port: 27017 database: lijin authentication-database: admin datasource: #gz-cdb-r13d0yi9.sql.tencentcdb.com:62929 #172.16.16.17:3306 url: jdbc:mysql://127.0.0.1:3306/tejia_lijin?&useTimezone=true&serverTimezone=GMT%2B8 username: root password: root driver-class-name: com.mysql.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource druid: initial-size: 8 min-idle: 1 max-active: 20 max-wait: 60000 time-between-eviction-runsMillis: 60000 min-evictable-idle-timeMillis: 300000 validation-query: select 'x' FROM DUAL test-while-idle: true test-on-borrow: false test-on-return: false pool-prepared-statements: true max-open-prepared-statements: 20 max-pool-prepared-statement-per-connection-size: 20 filters: stat connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 use-global-data-source-stat: true mybatis: mapper-locations : classpath:mapper/*.xml type-aliases-package: com.ks.goldcorn.pojo.DO configuration: log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl redis: #172.16.16.3 #193.112.34.40 host: 118.195.138.153 port: 6379 password: 123456 timeout: 5000 jedis: pool: max-wait: 10000 max-idle: 200 max-total: 1024 database: 4 dubbo: application: name: lijin-provider registry: protocol: zookeeper address: zookeeper://193.112.35.168:2181 # address: zookeeper://118.195.138.153:2181 client: curator protocol: name: dubbo port: 20902 scan: base-packages: com.ks.lijin.service.remote provider: timeout: 10000 host: 127.0.0.1 xxl: job: accessToken: executor: appname: demo ip: logpath: /data/applogs/xxl-job/jobhandler logretentiondays: -1 port: 9999 admin: addresses: http://localhost:8081/xxl-job-admin logging: level: com: ks: lijin: mapper: debug org.springframework.data.mongodb.core: DEBUG profiles: active: dev service-vip/src/main/resources/application-dev.yml
New file @@ -0,0 +1,101 @@ server: port: 8089 tomcat: uri-encoding: UTF-8 spring: main: allow-bean-definition-overriding: true http: encoding: force: true charset: UTF-8 enabled: true data: mongodb: username: admin password: admin #172.16.16.44 #193.112.35.168 host: 118.195.138.153 port: 27017 database: lijin authentication-database: admin datasource: #gz-cdb-r13d0yi9.sql.tencentcdb.com:62929 #172.16.16.17:3306 url: jdbc:mysql://127.0.0.1:3306/tejia_vip?&useTimezone=true&serverTimezone=GMT%2B8 username: root password: root driver-class-name: com.mysql.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource druid: initial-size: 8 min-idle: 1 max-active: 20 max-wait: 60000 time-between-eviction-runsMillis: 60000 min-evictable-idle-timeMillis: 300000 validation-query: select 'x' FROM DUAL test-while-idle: true test-on-borrow: false test-on-return: false pool-prepared-statements: true max-open-prepared-statements: 20 max-pool-prepared-statement-per-connection-size: 20 filters: stat connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 use-global-data-source-stat: true mybatis: mapper-locations : classpath:mapper/*.xml type-aliases-package: com.ks.vip.pojo.DO configuration: log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl redis: #172.16.16.3 #193.112.34.40 host: 118.195.138.153 port: 6379 password: 123456 timeout: 5000 jedis: pool: max-wait: 10000 max-idle: 200 max-total: 1024 database: 5 dubbo: application: name: lijin-provider registry: protocol: zookeeper address: zookeeper://193.112.35.168:2181 client: curator protocol: name: dubbo port: 20903 scan: base-packages: com.ks.vip.service.remote provider: timeout: 10000 host: 127.0.0.1 xxl: job: accessToken: executor: appname: demo ip: logpath: /data/applogs/xxl-job/jobhandler logretentiondays: -1 port: 9999 admin: addresses: http://localhost:8081/xxl-job-admin logging: level: com: ks: vip: mapper: debug org.springframework.data.mongodb.core: DEBUG service-vip/src/main/resources/application.yml
@@ -1,102 +1,3 @@ server: port: 8089 tomcat: uri-encoding: UTF-8 spring: main: allow-bean-definition-overriding: true http: encoding: force: true charset: UTF-8 enabled: true data: mongodb: username: admin password: admin #172.16.16.44 #193.112.35.168 host: 118.195.138.153 port: 27017 database: lijin authentication-database: admin datasource: #gz-cdb-r13d0yi9.sql.tencentcdb.com:62929 #172.16.16.17:3306 url: jdbc:mysql://127.0.0.1:3306/tejia_vip?&useTimezone=true&serverTimezone=GMT%2B8 username: root password: root driver-class-name: com.mysql.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource druid: initial-size: 8 min-idle: 1 max-active: 20 max-wait: 60000 time-between-eviction-runsMillis: 60000 min-evictable-idle-timeMillis: 300000 validation-query: select 'x' FROM DUAL test-while-idle: true test-on-borrow: false test-on-return: false pool-prepared-statements: true max-open-prepared-statements: 20 max-pool-prepared-statement-per-connection-size: 20 filters: stat connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 use-global-data-source-stat: true mybatis: mapper-locations : classpath:mapper/*.xml type-aliases-package: com.ks.vip.pojo.DO configuration: log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl redis: #172.16.16.3 #193.112.34.40 host: 118.195.138.153 port: 6379 password: 123456 timeout: 5000 jedis: pool: max-wait: 10000 max-idle: 200 max-total: 1024 database: 5 dubbo: application: name: lijin-provider registry: protocol: zookeeper address: zookeeper://193.112.35.168:2181 # address: zookeeper://118.195.138.153:2181 client: curator protocol: name: dubbo port: 20903 scan: base-packages: com.ks.vip.service.remote provider: timeout: 10000 host: 127.0.0.1 xxl: job: accessToken: executor: appname: demo ip: logpath: /data/applogs/xxl-job/jobhandler logretentiondays: -1 port: 9999 admin: addresses: http://localhost:8081/xxl-job-admin logging: level: com: ks: vip: mapper: debug org.springframework.data.mongodb.core: DEBUG profiles: active: dev