diff --git a/xbin-store-cloud-admin-dev.yml b/xbin-store-cloud-admin-dev.yml
deleted file mode 100644
index 91ceb70..0000000
--- a/xbin-store-cloud-admin-dev.yml
+++ /dev/null
@@ -1,70 +0,0 @@
-# web配置------------------------------------------------------------------------------------------------------------------------------------------------
-web:
- server:
- port: 8100
-
-# service配置------------------------------------------------------------------------------------------------------------------------------------------------
-service:
- server:
- port: 8510
-
-druid:
- url: jdbc:mysql://localhost:3306/xbin_store?characterEncoding=utf-8
-# driver-class: com.mysql.jdbc.Driver
- driver-class: com.mysql.cj.jdbc.Driver
- username: root
- password: 10355
- initial-size: 1
- min-idle: 1
- max-active: 20
- test-on-borrow: true
- max-wait: 60000
- time-between-eviction-runs-millis: 60000
- min-evictable-idle-time-millis: 300000
- validation-query: SELECT 1 FROM DUAL
- test-While-Idle: true
- test-on-return: false
- pool-prepared-statements: false
- max-pool-prepared-statement-per-connection-size: 20
- filters: stat,wall,log4j,config
- connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000;config.decrypt=true
- monitor:
- enabled: false
- druid-stat-view: /druid/*
- druid-web-stat-filter: /*
- allow: 219.230.50.107,127.0.0.1
- deny: 192.168.1.73
- login-username: admin
- login-password: 123456
- exclusions: '*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*'
- reset-enable: false
-mybatis:
- type-aliases-package: cn.binux.pojo
- mapper-locations: classpath:mapper/*.xml
-
-# Redis
-redisKey:
- # 缓存时间 默认半小时
- expire_time: 1800
- prefix:
- # 首页广告
- index_ad: 'INDEX_AD'
-
-# 公用配置------------------------------------------------------------------------------------------------------------------------------------------------
-spring:
- zipkin:
- base-url: http://127.0.0.1:8504
- rabbitmq:
- host: localhost
- port: 5672
- username: guest
- password: guest
-
-
-fastdfs:
- tracker:
- server: fdfs.test.com:22122
- base:
- url: http://fdfs.test.com:8089
-
-# ------------------------------------------------------------------------------------------------------------------------------------------------
diff --git a/xbin-store-cloud-cart-dev.yml b/xbin-store-cloud-cart-dev.yml
deleted file mode 100644
index 085472d..0000000
--- a/xbin-store-cloud-cart-dev.yml
+++ /dev/null
@@ -1,72 +0,0 @@
-# web配置------------------------------------------------------------------------------------------------------------------------------------------------
-web:
- server:
- port: 8106
-
-# service配置------------------------------------------------------------------------------------------------------------------------------------------------
-service:
- server:
- port: 8517
-
-druid:
- url: jdbc:mysql://localhost:3306/xbin_store?characterEncoding=utf-8
- # driver-class: com.mysql.jdbc.Driver
- driver-class: com.mysql.cj.jdbc.Driver
- username: root
- password: 10355
- initial-size: 1
- min-idle: 1
- max-active: 20
- test-on-borrow: true
- max-wait: 60000
- time-between-eviction-runs-millis: 60000
- min-evictable-idle-time-millis: 300000
- validation-query: SELECT 1 FROM DUAL
- test-While-Idle: true
- test-on-return: false
- pool-prepared-statements: false
- max-pool-prepared-statement-per-connection-size: 20
- filters: stat,wall,log4j,config
- connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000;config.decrypt=true
- monitor:
- enabled: false
- druid-stat-view: /druid/*
- druid-web-stat-filter: /*
- allow: 219.230.50.107,127.0.0.1
- deny: 192.168.1.73
- login-username: admin
- login-password: 123456
- exclusions: '*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*'
- reset-enable: false
-mybatis:
- type-aliases-package: cn.binux.pojo
- mapper-locations: classpath:mapper/*.xml
-
-
-
-# 公用配置------------------------------------------------------------------------------------------------------------------------------------------------
-spring:
- zipkin:
- base-url: http://127.0.0.1:8504
- rabbitmq:
- host: localhost
- port: 5672
- username: guest
- password: guest
-
-# Redis
-redisKey:
- # 缓存时间 默认半小时
- expire_time: 1800
- prefix:
- # 购物车
- cart_info_profix: 'CART_INFO:'
- # 商品
- item_info_profix: 'ITEM_INFO:'
- item_info_base_suffix: ':BASE'
- item_info_desc_suffix: ':DESC'
- # Redis 缓存时间 默认3天
- redis_cart_expire_time: 259200
- # 用户登录信息前缀
- user_session: 'USER_SESSION:'
-# ------------------------------------------------------------------------------------------------------------------------------------------------
diff --git a/xbin-store-cloud-item-dev.yml b/xbin-store-cloud-item-dev.yml
deleted file mode 100644
index 0f3b31f..0000000
--- a/xbin-store-cloud-item-dev.yml
+++ /dev/null
@@ -1,70 +0,0 @@
-# web配置------------------------------------------------------------------------------------------------------------------------------------------------
-web:
- server:
- port: 8103
-
-# service配置------------------------------------------------------------------------------------------------------------------------------------------------
-service:
- server:
- port: 8514
-
-druid:
- url: jdbc:mysql://localhost:3306/xbin_store?characterEncoding=utf-8
- # driver-class: com.mysql.jdbc.Driver
- driver-class: com.mysql.cj.jdbc.Driver
- username: root
- password: 10355
- initial-size: 1
- min-idle: 1
- max-active: 20
- test-on-borrow: true
- max-wait: 60000
- time-between-eviction-runs-millis: 60000
- min-evictable-idle-time-millis: 300000
- validation-query: SELECT 1 FROM DUAL
- test-While-Idle: true
- test-on-return: false
- pool-prepared-statements: false
- max-pool-prepared-statement-per-connection-size: 20
- filters: stat,wall,log4j,config
- connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000;config.decrypt=true
- monitor:
- enabled: false
- druid-stat-view: /druid/*
- druid-web-stat-filter: /*
- allow: 219.230.50.107,127.0.0.1
- deny: 192.168.1.73
- login-username: admin
- login-password: 123456
- exclusions: '*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*'
- reset-enable: false
-mybatis:
- type-aliases-package: cn.binux.pojo
- mapper-locations: classpath:mapper/*.xml
-
-# Redis
-redisKey:
- # 缓存时间 默认半小时
- expire_time: 1800
- prefix:
- item_info_profix: 'ITEM_INFO:'
- suffix:
- item_info_base_suffix: ':BASE'
- item_info_desc_suffix: ':DESC'
-
-
-# 静态页面生成目录
-static_html_path: /home/xin/IdeaProjects/xbin-store-cloud/xbin-store-service-item/item/
-
-# 公用配置------------------------------------------------------------------------------------------------------------------------------------------------
-spring:
- zipkin:
- base-url: http://127.0.0.1:8504
- rabbitmq:
- host: localhost
- port: 5672
- username: guest
- password: guest
-
-
-# ------------------------------------------------------------------------------------------------------------------------------------------------
diff --git a/xbin-store-cloud-notify-dev.yml b/xbin-store-cloud-notify-dev.yml
deleted file mode 100644
index 42a23ee..0000000
--- a/xbin-store-cloud-notify-dev.yml
+++ /dev/null
@@ -1,70 +0,0 @@
-# web配置------------------------------------------------------------------------------------------------------------------------------------------------
-
-
-# service配置------------------------------------------------------------------------------------------------------------------------------------------------
-service:
- server:
- port: 8516
-
-druid:
- url: jdbc:mysql://localhost:3306/xbin_store?characterEncoding=utf-8
- # driver-class: com.mysql.jdbc.Driver
- driver-class: com.mysql.cj.jdbc.Driver
- username: root
- password: 10355
- initial-size: 1
- min-idle: 1
- max-active: 20
- test-on-borrow: true
- max-wait: 60000
- time-between-eviction-runs-millis: 60000
- min-evictable-idle-time-millis: 300000
- validation-query: SELECT 1 FROM DUAL
- test-While-Idle: true
- test-on-return: false
- pool-prepared-statements: false
- max-pool-prepared-statement-per-connection-size: 20
- filters: stat,wall,log4j,config
- connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000;config.decrypt=true
- monitor:
- enabled: false
- druid-stat-view: /druid/*
- druid-web-stat-filter: /*
- allow: 219.230.50.107,127.0.0.1
- deny: 192.168.1.73
- login-username: admin
- login-password: 123456
- exclusions: '*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*'
- reset-enable: false
-mybatis:
- type-aliases-package: cn.binux.pojo
- mapper-locations: classpath:mapper/*.xml
-
-# Redis
-redisKey:
- # 缓存时间 默认半小时
- expire_time: 3600
- prefix:
- # 号码登录次数前缀
- mobile_login_time:
- key: 'MOBILE_LOGIN_TIME:'
- expire_time: 3600
- # 号码code前缀
- mobile_login_code:
- key: 'MOBILE_LOGIN_CODE:'
- expire_time: 120
-
-# Redis 一段时间允许发送几条短信
-mobile_number_ceiling: 3
-
-# 公用配置------------------------------------------------------------------------------------------------------------------------------------------------
-spring:
- zipkin:
- base-url: http://127.0.0.1:8504
- rabbitmq:
- host: localhost
- port: 5672
- username: guest
- password: guest
-
-# ------------------------------------------------------------------------------------------------------------------------------------------------
diff --git a/xbin-store-cloud-order-dev.yml b/xbin-store-cloud-order-dev.yml
deleted file mode 100644
index 1d18db8..0000000
--- a/xbin-store-cloud-order-dev.yml
+++ /dev/null
@@ -1,69 +0,0 @@
-# web配置------------------------------------------------------------------------------------------------------------------------------------------------
-web:
- server:
- port: 8107
-
-# service配置------------------------------------------------------------------------------------------------------------------------------------------------
-service:
- server:
- port: 8518
-
-druid:
- url: jdbc:mysql://localhost:3306/xbin_store?characterEncoding=utf-8
- # driver-class: com.mysql.jdbc.Driver
- driver-class: com.mysql.cj.jdbc.Driver
- username: root
- password: 10355
- initial-size: 1
- min-idle: 1
- max-active: 20
- test-on-borrow: true
- max-wait: 60000
- time-between-eviction-runs-millis: 60000
- min-evictable-idle-time-millis: 300000
- validation-query: SELECT 1 FROM DUAL
- test-While-Idle: true
- test-on-return: false
- pool-prepared-statements: false
- max-pool-prepared-statement-per-connection-size: 20
- filters: stat,wall,log4j,config
- connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000;config.decrypt=true
- monitor:
- enabled: false
- druid-stat-view: /druid/*
- druid-web-stat-filter: /*
- allow: 219.230.50.107,127.0.0.1
- deny: 192.168.1.73
- login-username: admin
- login-password: 123456
- exclusions: '*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*'
- reset-enable: false
-mybatis:
- type-aliases-package: cn.binux.pojo
- mapper-locations: classpath:mapper/*.xml
-
-#SSO 系统登录页面
-sso_login_page: 'http://localhost:8104/login.html'
-
-# 公用配置------------------------------------------------------------------------------------------------------------------------------------------------
-spring:
- zipkin:
- base-url: http://127.0.0.1:8504
- rabbitmq:
- host: localhost
- port: 5672
- username: guest
- password: guest
-
-# Redis
-redisKey:
- expire_time:
- # 购物车缓存时间 一天
- cart: 86400
- # 订单项缓存时间 默认20分钟
- order: 1200
- prefix:
- cart_info_profix: 'CART_INFO:'
- cart_order_info_profix: 'CART_ORDER_INFO:'
- cart_order_index_profix: 'CART_ORDER_INDEX:'
-# ------------------------------------------------------------------------------------------------------------------------------------------------
diff --git a/xbin-store-cloud-portal-dev.yml b/xbin-store-cloud-portal-dev.yml
deleted file mode 100644
index 10d0328..0000000
--- a/xbin-store-cloud-portal-dev.yml
+++ /dev/null
@@ -1,63 +0,0 @@
-# web配置------------------------------------------------------------------------------------------------------------------------------------------------
-web:
- server:
- port: 8101
-
-# service配置------------------------------------------------------------------------------------------------------------------------------------------------
-service:
- server:
- port: 8513
-
-druid:
- url: jdbc:mysql://localhost:3306/xbin_store?characterEncoding=utf-8
- # driver-class: com.mysql.jdbc.Driver
- driver-class: com.mysql.cj.jdbc.Driver
- username: root
- password: 10355
- initial-size: 1
- min-idle: 1
- max-active: 20
- test-on-borrow: true
- max-wait: 60000
- time-between-eviction-runs-millis: 60000
- min-evictable-idle-time-millis: 300000
- validation-query: SELECT 1 FROM DUAL
- test-While-Idle: true
- test-on-return: false
- pool-prepared-statements: false
- max-pool-prepared-statement-per-connection-size: 20
- filters: stat,wall,log4j,config
- connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000;config.decrypt=true
- monitor:
- enabled: false
- druid-stat-view: /druid/*
- druid-web-stat-filter: /*
- allow: 219.230.50.107,127.0.0.1
- deny: 192.168.1.73
- login-username: admin
- login-password: 123456
- exclusions: '*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*'
- reset-enable: false
-mybatis:
- type-aliases-package: cn.binux.pojo
- mapper-locations: classpath:mapper/*.xml
-
-# Redis
-redisKey:
- # 缓存时间 默认半小时
- expire_time: 1800
- prefix:
- # 首页大广告
- index_ad: INDEX_AD
-
-# 公用配置------------------------------------------------------------------------------------------------------------------------------------------------
-spring:
- zipkin:
- base-url: http://127.0.0.1:8504
- rabbitmq:
- host: localhost
- port: 5672
- username: guest
- password: guest
-
-# ------------------------------------------------------------------------------------------------------------------------------------------------
diff --git a/xbin-store-cloud-search-dev.yml b/xbin-store-cloud-search-dev.yml
deleted file mode 100644
index a978980..0000000
--- a/xbin-store-cloud-search-dev.yml
+++ /dev/null
@@ -1,63 +0,0 @@
-# web配置------------------------------------------------------------------------------------------------------------------------------------------------
-web:
- server:
- port: 8102
-
-# Search Rows
-search_result_rows: 60
-# service配置------------------------------------------------------------------------------------------------------------------------------------------------
-service:
- server:
- port: 8512
-
-druid:
- url: jdbc:mysql://localhost:3306/xbin_store?characterEncoding=utf-8
- # driver-class: com.mysql.jdbc.Driver
- driver-class: com.mysql.cj.jdbc.Driver
- username: root
- password: 10355
- initial-size: 1
- min-idle: 1
- max-active: 20
- test-on-borrow: true
- max-wait: 60000
- time-between-eviction-runs-millis: 60000
- min-evictable-idle-time-millis: 300000
- validation-query: SELECT 1 FROM DUAL
- test-While-Idle: true
- test-on-return: false
- pool-prepared-statements: false
- max-pool-prepared-statement-per-connection-size: 20
- filters: stat,wall,log4j,config
- connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000;config.decrypt=true
- monitor:
- enabled: false
- druid-stat-view: /druid/*
- druid-web-stat-filter: /*
- allow: 219.230.50.107,127.0.0.1
- deny: 192.168.1.73
- login-username: admin
- login-password: 123456
- exclusions: '*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*'
- reset-enable: false
-mybatis:
- type-aliases-package: cn.binux.pojo
- mapper-locations: classpath:mapper/*.xml
-
-# 公用配置------------------------------------------------------------------------------------------------------------------------------------------------
-spring:
- zipkin:
- base-url: http://127.0.0.1:8504
- rabbitmq:
- host: localhost
- port: 5672
- username: guest
- password: guest
- data:
- solr:
- host: http://192.168.125.131:8080/solr/collection1
- #zkHost:
- repositories:
- enabled: false
-
-# ------------------------------------------------------------------------------------------------------------------------------------------------
diff --git a/xbin-store-cloud-sso-dev.yml b/xbin-store-cloud-sso-dev.yml
deleted file mode 100644
index 257bca9..0000000
--- a/xbin-store-cloud-sso-dev.yml
+++ /dev/null
@@ -1,78 +0,0 @@
-# web配置------------------------------------------------------------------------------------------------------------------------------------------------
-web:
- server:
- port: 8104
-
-# service配置------------------------------------------------------------------------------------------------------------------------------------------------
-service:
- server:
- port: 8515
-
-druid:
- url: jdbc:mysql://localhost:3306/xbin_store?characterEncoding=utf-8
- # driver-class: com.mysql.jdbc.Driver
- driver-class: com.mysql.cj.jdbc.Driver
- username: root
- password: 10355
- initial-size: 1
- min-idle: 1
- max-active: 20
- test-on-borrow: true
- max-wait: 60000
- time-between-eviction-runs-millis: 60000
- min-evictable-idle-time-millis: 300000
- validation-query: SELECT 1 FROM DUAL
- test-While-Idle: true
- test-on-return: false
- pool-prepared-statements: false
- max-pool-prepared-statement-per-connection-size: 20
- filters: stat,wall,log4j,config
- connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000;config.decrypt=true
- monitor:
- enabled: false
- druid-stat-view: /druid/*
- druid-web-stat-filter: /*
- allow: 219.230.50.107,127.0.0.1
- deny: 192.168.1.73
- login-username: admin
- login-password: 123456
- exclusions: '*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*'
- reset-enable: false
-mybatis:
- type-aliases-package: cn.binux.pojo
- mapper-locations: classpath:mapper/*.xml
-
-# 密码错误
-password_error: '({"pwd":"账户名与密码不匹配,请重新输入","_t":"_ntInoTX"})'
-# 用户名不存在
-user_not_exist: '({"pwd":"账户名与密码不匹配,请重新输入
如需海外手机登录请添加国家区号","_t":"_ntqtNMt","countryTips":true})'
-# 成功响应首页
-portal_path: '({"success":"http://localhost:8101/"})'
-
-# 公用配置------------------------------------------------------------------------------------------------------------------------------------------------
-spring:
- zipkin:
- base-url: http://127.0.0.1:8504
- rabbitmq:
- host: localhost
- port: 5672
- username: guest
- password: guest
-
-
-# Redis
-redisKey:
- # 缓存时间
- expire_time:
- # 验证码失效时间
- verifycode: 120
- # 用户登录失效时间
- login: 1800
- prefix:
- # 用户登录信息前缀
- user_session: 'USER_SESSION:'
- # 验证码Redis前缀
- verifycode: 'VERIFYCODE:'
- # 号码code
- mobile_login_code: 'MOBILE_LOGIN_CODE:'
-# ------------------------------------------------------------------------------------------------------------------------------------------------
diff --git a/xbin-store-cloud-turbine-dev.yml b/xbin-store-cloud-turbine-dev.yml
deleted file mode 100644
index 2ccc01d..0000000
--- a/xbin-store-cloud-turbine-dev.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-server:
- port: 8506
-
-turbine:
- aggregator:
- clusterConfig: default # 指定聚合哪些集群,多个使用","分割,默认为default。可使用http://.../turbine.stream?cluster={clusterConfig之一}访问
- appConfig: xbin-store-cloud-service-admin,xbin-store-cloud-web-admin,xbin-store-cloud-service-search,xbin-store-cloud-web-search,xbin-store-cloud-service-portal,xbin-store-cloud-web-portal,xbin-store-cloud-service-item,xbin-store-cloud-web-item,xbin-store-cloud-service-cart,xbin-store-cloud-web-cart,xbin-store-cloud-service-notify,xbin-store-cloud-web-notify,xbin-store-cloud-service-sso,xbin-store-cloud-web-order,xbin-store-cloud-service-order,xbin-store-cloud-web-cart # 配置Eureka中的serviceId列表,表明监控哪些服务
- clusterNameExpression: new String("default")
-
-spring:
- rabbitmq:
- host: 219.230.50.73
- port: 5672
- username: guest
- password: guest