wuxw7 лет назад: 8
Родитель
Сommit
3de85d0130
100 измененных файлов с 953 добавлено и 15325 удалено
  1. 10 10
      .idea/encodings.xml
  2. 10 10
      .idea/modules.xml
  3. 906 395
      .idea/workspace.xml
  4. 0 14040
      BaseService/logs/BaseService.log
  5. BIN
      BaseService/target/BaseService-1.0-SNAPSHOT.jar
  6. 0 11
      BaseService/target/classes/META-INF/MANIFEST.MF
  7. 0 5
      BaseService/target/classes/META-INF/maven/com.java110/config/pom.properties
  8. 0 33
      BaseService/target/classes/META-INF/spring-configuration-metadata.json
  9. 0 46
      BaseService/target/classes/application.yml
  10. 0 23
      BaseService/target/classes/banner.txt
  11. BIN
      BaseService/target/classes/com/java110/AppSpringBootApplication.class
  12. BIN
      BaseService/target/classes/com/java110/base/dao/ICommonServiceDao.class
  13. BIN
      BaseService/target/classes/com/java110/base/dao/IPrimaryKeyServiceDao.class
  14. BIN
      BaseService/target/classes/com/java110/base/dao/impl/CommonServiceDaoImpl.class
  15. BIN
      BaseService/target/classes/com/java110/base/dao/impl/PrimaryKeyServiceDaoImpl.class
  16. BIN
      BaseService/target/classes/com/java110/base/rest/CommonServiceRest.class
  17. BIN
      BaseService/target/classes/com/java110/base/rest/PrimaryKeyServiceRest.class
  18. BIN
      BaseService/target/classes/com/java110/base/smo/ICommonServiceSmo.class
  19. BIN
      BaseService/target/classes/com/java110/base/smo/IPrimaryKeyServiceSMO.class
  20. BIN
      BaseService/target/classes/com/java110/base/smo/impl/CommonServiceSmoImpl.class
  21. BIN
      BaseService/target/classes/com/java110/base/smo/impl/PrimaryKeyServiceSMOImpl.class
  22. BIN
      BaseService/target/classes/com/java110/config/App.class
  23. BIN
      BaseService/target/classes/com/java110/config/properties/CommonProperties.class
  24. BIN
      BaseService/target/classes/com/java110/config/properties/CustProperties.class
  25. BIN
      BaseService/target/classes/com/java110/config/properties/EventProperties.class
  26. BIN
      BaseService/target/classes/com/java110/config/properties/OrderProperties.class
  27. 0 0
      BaseService/target/dependency-maven-plugin-markers/com.java110-config-jar-1.0-SNAPSHOT.marker
  28. 0 5
      BaseService/target/maven-archiver/pom.properties
  29. 0 11
      BaseService/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
  30. 0 11
      BaseService/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
  31. 0 1
      BaseService/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
  32. 0 1
      BaseService/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
  33. 0 66
      BaseService/target/surefire-reports/TEST-com.java110.AppTest.xml
  34. 0 4
      BaseService/target/surefire-reports/com.java110.AppTest.txt
  35. BIN
      BaseService/target/test-classes/com/java110/AppTest.class
  36. 0 0
      CommonService/CommonService.iml
  37. 2 2
      BaseService/pom.xml
  38. 0 0
      CommonService/src/main/java/com/java110/AppSpringBootApplication.java
  39. 0 0
      CommonService/src/main/java/com/java110/base/dao/ICommonServiceDao.java
  40. 0 0
      CommonService/src/main/java/com/java110/base/dao/IPrimaryKeyServiceDao.java
  41. 0 0
      CommonService/src/main/java/com/java110/base/dao/impl/CommonServiceDaoImpl.java
  42. 0 0
      CommonService/src/main/java/com/java110/base/dao/impl/PrimaryKeyServiceDaoImpl.java
  43. 0 0
      CommonService/src/main/java/com/java110/base/rest/CommonServiceRest.java
  44. 0 0
      CommonService/src/main/java/com/java110/base/rest/PrimaryKeyServiceRest.java
  45. 20 0
      CommonService/src/main/java/com/java110/base/rest/ServiceConfigServiceRest.java
  46. 0 0
      CommonService/src/main/java/com/java110/base/smo/ICommonServiceSmo.java
  47. 0 0
      CommonService/src/main/java/com/java110/base/smo/IPrimaryKeyServiceSMO.java
  48. 0 0
      CommonService/src/main/java/com/java110/base/smo/impl/CommonServiceSmoImpl.java
  49. 0 0
      CommonService/src/main/java/com/java110/base/smo/impl/PrimaryKeyServiceSMOImpl.java
  50. 0 0
      CommonService/src/main/resources/application.yml
  51. 0 0
      CommonService/src/main/resources/banner.txt
  52. 0 0
      CommonService/src/test/java/com/java110/AppTest.java
  53. 0 0
      LOG_PATH_IS_UNDEFINED/error.log
  54. 1 1
      MerchantService/pom.xml
  55. BIN
      MerchantService/target/MerchantService-1.0-SNAPSHOT.jar
  56. BIN
      MerchantService/target/classes/com/java110/merchant/AppSpringBootApplication.class
  57. BIN
      MerchantService/target/classes/com/java110/merchant/dao/IMerchantMemberServiceDao.class
  58. BIN
      MerchantService/target/classes/com/java110/merchant/dao/IMerchantServiceDao.class
  59. BIN
      MerchantService/target/classes/com/java110/merchant/dao/IProductServiceDao.class
  60. BIN
      MerchantService/target/classes/com/java110/merchant/dao/impl/MerchantMemberServiceDaoImpl.class
  61. BIN
      MerchantService/target/classes/com/java110/merchant/dao/impl/MerchantServiceDaoImpl.class
  62. BIN
      MerchantService/target/classes/com/java110/merchant/dao/impl/ProductServiceDaoImpl.class
  63. BIN
      MerchantService/target/classes/com/java110/merchant/rest/MerchantMemberServiceRest.class
  64. BIN
      MerchantService/target/classes/com/java110/merchant/rest/MerchantServiceRest.class
  65. BIN
      MerchantService/target/classes/com/java110/merchant/rest/ProductServiceRest.class
  66. BIN
      MerchantService/target/classes/com/java110/merchant/smo/IMerchantMemberServiceSMO.class
  67. BIN
      MerchantService/target/classes/com/java110/merchant/smo/IMerchantServiceSMO.class
  68. BIN
      MerchantService/target/classes/com/java110/merchant/smo/IProductServiceSMO.class
  69. BIN
      MerchantService/target/classes/com/java110/merchant/smo/impl/MerchantMemberServiceSMOImpl.class
  70. BIN
      MerchantService/target/classes/com/java110/merchant/smo/impl/MerchantServiceSMOImpl.class
  71. BIN
      MerchantService/target/classes/com/java110/merchant/smo/impl/ProductServiceSMOImpl.class
  72. 0 5
      MerchantService/target/maven-archiver/pom.properties
  73. 0 16
      MerchantService/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
  74. 0 16
      MerchantService/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
  75. 0 2
      MerchantService/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
  76. 0 2
      MerchantService/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
  77. 0 66
      MerchantService/target/surefire-reports/TEST-com.java110.AppTest.xml
  78. 0 66
      MerchantService/target/surefire-reports/TEST-com.java110.merchant.BeanTest.xml
  79. 0 4
      MerchantService/target/surefire-reports/com.java110.AppTest.txt
  80. 0 4
      MerchantService/target/surefire-reports/com.java110.merchant.BeanTest.txt
  81. BIN
      MerchantService/target/test-classes/com/java110/AppTest.class
  82. BIN
      MerchantService/target/test-classes/com/java110/merchant/BeanTest.class
  83. 0 164
      OrderService/AnnotationConfigEmbeddedWebApplicationContext.puml
  84. 0 96
      OrderService/ApplicationContext.puml
  85. 0 13
      OrderService/CreateApplicationContext.puml
  86. 0 16
      OrderService/SpringApplicationStart.puml
  87. 4 4
      OrderService/pom.xml
  88. BIN
      OrderService/target/OrderService.jar
  89. BIN
      OrderService/target/OrderService.jar.original
  90. 0 11
      OrderService/target/classes/META-INF/MANIFEST.MF
  91. 0 5
      OrderService/target/classes/META-INF/maven/com.java110/config/pom.properties
  92. 0 28
      OrderService/target/classes/META-INF/maven/com.java110/config/pom.xml
  93. 0 38
      OrderService/target/classes/META-INF/spring-configuration-metadata.json
  94. 0 3
      OrderService/target/classes/META-INF/spring.factories
  95. 0 27
      OrderService/target/classes/application.yml
  96. 0 45
      OrderService/target/classes/cache/ehcache.xml
  97. 0 19
      OrderService/target/classes/cache/redis.conf
  98. BIN
      OrderService/target/classes/com/java110/config/App.class
  99. BIN
      OrderService/target/classes/com/java110/config/properties/CommonProperties.class
  100. 0 0
      OrderService/target/classes/com/java110/config/properties/CustProperties.class

+ 10 - 10
.idea/encodings.xml

@@ -2,22 +2,22 @@
 <project version="4">
   <component name="Encoding">
     <file url="file://$PROJECT_DIR$" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/BaseService" charset="UTF-8" />
+    <file url="file://$PROJECT_DIR$/CommonService" charset="UTF-8" />
     <file url="file://$PROJECT_DIR$/MerchantService" charset="UTF-8" />
     <file url="file://$PROJECT_DIR$/OrderService" charset="UTF-8" />
     <file url="file://$PROJECT_DIR$/PayService" charset="UTF-8" />
     <file url="file://$PROJECT_DIR$/RuleService" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/SimpleListener" charset="UTF-8" />
+    <file url="file://$PROJECT_DIR$/SimpleListenerService" charset="UTF-8" />
     <file url="file://$PROJECT_DIR$/UserService" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/Wechat" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/bean" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/common" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/config" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/core" charset="UTF-8" />
+    <file url="file://$PROJECT_DIR$/WechatService" charset="UTF-8" />
     <file url="file://$PROJECT_DIR$/eureka" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/event" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/feign" charset="UTF-8" />
-    <file url="file://$PROJECT_DIR$/service" charset="UTF-8" />
+    <file url="file://$PROJECT_DIR$/java110-bean" charset="UTF-8" />
+    <file url="file://$PROJECT_DIR$/java110-common" charset="UTF-8" />
+    <file url="file://$PROJECT_DIR$/java110-config" charset="UTF-8" />
+    <file url="file://$PROJECT_DIR$/java110-core" charset="UTF-8" />
+    <file url="file://$PROJECT_DIR$/java110-event" charset="UTF-8" />
+    <file url="file://$PROJECT_DIR$/java110-feign" charset="UTF-8" />
+    <file url="file://$PROJECT_DIR$/java110-service" charset="UTF-8" />
     <file url="PROJECT" charset="UTF-8" />
   </component>
 </project>

+ 10 - 10
.idea/modules.xml

@@ -2,23 +2,23 @@
 <project version="4">
   <component name="ProjectModuleManager">
     <modules>
-      <module fileurl="file://$PROJECT_DIR$/BaseService/BaseService.iml" filepath="$PROJECT_DIR$/BaseService/BaseService.iml" />
+      <module fileurl="file://$PROJECT_DIR$/CommonService/CommonService.iml" filepath="$PROJECT_DIR$/CommonService/CommonService.iml" />
       <module fileurl="file://$PROJECT_DIR$/MerchantService/MerchantService.iml" filepath="$PROJECT_DIR$/MerchantService/MerchantService.iml" />
       <module fileurl="file://$PROJECT_DIR$/MicroCommunity.iml" filepath="$PROJECT_DIR$/MicroCommunity.iml" />
       <module fileurl="file://$PROJECT_DIR$/OrderService/OrderService.iml" filepath="$PROJECT_DIR$/OrderService/OrderService.iml" />
       <module fileurl="file://$PROJECT_DIR$/PayService/PayService.iml" filepath="$PROJECT_DIR$/PayService/PayService.iml" />
       <module fileurl="file://$PROJECT_DIR$/RuleService/RuleService.iml" filepath="$PROJECT_DIR$/RuleService/RuleService.iml" />
-      <module fileurl="file://$PROJECT_DIR$/SimpleListener/SimpleListener.iml" filepath="$PROJECT_DIR$/SimpleListener/SimpleListener.iml" />
+      <module fileurl="file://$PROJECT_DIR$/SimpleListenerService/SimpleListener.iml" filepath="$PROJECT_DIR$/SimpleListenerService/SimpleListener.iml" />
       <module fileurl="file://$PROJECT_DIR$/UserService/UserService.iml" filepath="$PROJECT_DIR$/UserService/UserService.iml" />
-      <module fileurl="file://$PROJECT_DIR$/Wechat/Wechat.iml" filepath="$PROJECT_DIR$/Wechat/Wechat.iml" />
-      <module fileurl="file://$PROJECT_DIR$/bean/bean.iml" filepath="$PROJECT_DIR$/bean/bean.iml" />
-      <module fileurl="file://$PROJECT_DIR$/common/common.iml" filepath="$PROJECT_DIR$/common/common.iml" />
-      <module fileurl="file://$PROJECT_DIR$/config/config.iml" filepath="$PROJECT_DIR$/config/config.iml" />
-      <module fileurl="file://$PROJECT_DIR$/core/core.iml" filepath="$PROJECT_DIR$/core/core.iml" />
+      <module fileurl="file://$PROJECT_DIR$/WechatService/Wechat.iml" filepath="$PROJECT_DIR$/WechatService/Wechat.iml" />
       <module fileurl="file://$PROJECT_DIR$/eureka/eureka.iml" filepath="$PROJECT_DIR$/eureka/eureka.iml" />
-      <module fileurl="file://$PROJECT_DIR$/event/event.iml" filepath="$PROJECT_DIR$/event/event.iml" />
-      <module fileurl="file://$PROJECT_DIR$/feign/feign.iml" filepath="$PROJECT_DIR$/feign/feign.iml" />
-      <module fileurl="file://$PROJECT_DIR$/service/service.iml" filepath="$PROJECT_DIR$/service/service.iml" />
+      <module fileurl="file://$PROJECT_DIR$/java110-bean/java110-bean.iml" filepath="$PROJECT_DIR$/java110-bean/java110-bean.iml" />
+      <module fileurl="file://$PROJECT_DIR$/java110-common/java110-common.iml" filepath="$PROJECT_DIR$/java110-common/java110-common.iml" />
+      <module fileurl="file://$PROJECT_DIR$/java110-config/config.iml" filepath="$PROJECT_DIR$/java110-config/config.iml" />
+      <module fileurl="file://$PROJECT_DIR$/java110-core/core.iml" filepath="$PROJECT_DIR$/java110-core/core.iml" />
+      <module fileurl="file://$PROJECT_DIR$/java110-event/event.iml" filepath="$PROJECT_DIR$/java110-event/event.iml" />
+      <module fileurl="file://$PROJECT_DIR$/java110-feign/java110-feign.iml" filepath="$PROJECT_DIR$/java110-feign/java110-feign.iml" />
+      <module fileurl="file://$PROJECT_DIR$/java110-service/service.iml" filepath="$PROJECT_DIR$/java110-service/service.iml" />
     </modules>
   </component>
 </project>

Разница между файлами не показана из-за своего большого размера
+ 906 - 395
.idea/workspace.xml


Разница между файлами не показана из-за своего большого размера
+ 0 - 14040
BaseService/logs/BaseService.log


BIN
BaseService/target/BaseService-1.0-SNAPSHOT.jar


+ 0 - 11
BaseService/target/classes/META-INF/MANIFEST.MF

@@ -1,11 +0,0 @@
-Manifest-Version: 1.0
-Implementation-Title: config
-Implementation-Version: 1.0-SNAPSHOT
-Archiver-Version: Plexus Archiver
-Built-By: wuxw
-Implementation-Vendor-Id: com.java110
-Created-By: Apache Maven 3.3.9
-Build-Jdk: 1.8.0_121
-Implementation-URL: http://maven.apache.org
-Implementation-Vendor: Pivotal Software, Inc.
-

+ 0 - 5
BaseService/target/classes/META-INF/maven/com.java110/config/pom.properties

@@ -1,5 +0,0 @@
-#Generated by Apache Maven
-#Fri Sep 22 23:20:00 CST 2017
-version=1.0-SNAPSHOT
-groupId=com.java110
-artifactId=config

+ 0 - 33
BaseService/target/classes/META-INF/spring-configuration-metadata.json

@@ -1,33 +0,0 @@
-{
-  "groups": [
-    {
-      "name": "java110.common",
-      "type": "com.java110.config.properties.CommonProperties",
-      "sourceType": "com.java110.config.properties.CommonProperties"
-    },
-    {
-      "name": "java110.event.properties",
-      "type": "com.java110.config.properties.EventProperties",
-      "sourceType": "com.java110.config.properties.EventProperties"
-    },
-    {
-      "name": "java110.order",
-      "type": "com.java110.config.properties.OrderProperties",
-      "sourceType": "com.java110.config.properties.OrderProperties"
-    }
-  ],
-  "properties": [
-    {
-      "name": "java110.event.properties.order-dispatch-listener",
-      "type": "java.lang.String",
-      "description": "订单调度 侦听",
-      "sourceType": "com.java110.config.properties.EventProperties"
-    },
-    {
-      "name": "java110.order.delete-order-asyn",
-      "type": "java.lang.String",
-      "sourceType": "com.java110.config.properties.OrderProperties"
-    }
-  ],
-  "hints": []
-}

+ 0 - 46
BaseService/target/classes/application.yml

@@ -1,46 +0,0 @@
-server:
-  port: 8006
-spring:
-  application:
-    name: base-service    # 项目名称尽量用小写
-  datasource:
-    name: test
-    url: jdbc:mysql://135.192.86.200:31057/flow_app
-    username: flow
-    password: flow#1223
-    #使用druid数据源
-    type: com.alibaba.druid.pool.DruidDataSource
-    driver-class-name: com.mysql.jdbc.Driver
-    filters: stat
-    maxActive: 20
-    initialSize: 1
-    maxWait: 60000
-    minIdle: 1
-    timeBetweenEvictionRunsMillis: 60000
-    minEvictableIdleTimeMillis: 300000
-    validationQuery: select 'x'
-    testWhileIdle: true
-    testOnBorrow: false
-    testOnReturn: false
-    poolPreparedStatements: true
-    maxOpenPreparedStatements: 20
-logging:
-  file: ./BaseService/logs/BaseService.log
-  level:
-    root: INFO
-    com.java110.base: ERROR
-eureka:
-  client:
-    serviceUrl:
-      defaultZone: http://discovery:8761/eureka/  # 指定注册中心的地址, http://discovery:8762/eureka/
-  instance:
-    preferIpAddress: true
-
-jedis:
-  pool:
-    config:
-      maxTotal: 100
-      maxIdle: 20
-      maxWaitMillis: 20000
-    host: 127.0.0.1
-    port: 3306

+ 0 - 23
BaseService/target/classes/banner.txt

@@ -1,23 +0,0 @@
-${AnsiColor.BRIGHT_RED}
-////////////////////////////////////////////////////////////////////
-//                          _ooOoo_                               //
-//                         o8888888o                              //
-//                         88" . "88                              //
-//                         (| ^_^ |)                              //
-//                         O\  =  /O                              //
-//                      ____/`---'\____                           //
-//                    .'  \\|     |//  `.                         //
-//                   /  \\|||  :  |||//  \                        //
-//                  /  _||||| -:- |||||-  \                       //
-//                  |   | \\\  -  /// |   |                       //
-//                  | \_|  ''\---/''  |   |                       //
-//                  \  .-\__  `-`  ___/-. /                       //
-//                ___`. .'  /--.--\  `. . ___                     //
-//              ."" '<  `.___\_<|>_/___.'  >'"".                  //
-//            | | :  `- \`.;`\ _ /`;.`/ - ` : | |                 //
-//            \  \ `-.   \_ __\ /__ _/   .-` /  /                 //
-//      ========`-.____`-.___\_____/___.-`____.-'========         //
-//                           `=---='                              //
-//      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^        //
-//            佛祖保佑       永不宕机     永无BUG                  //
-////////////////////////////////////////////////////////////////////

BIN
BaseService/target/classes/com/java110/AppSpringBootApplication.class


BIN
BaseService/target/classes/com/java110/base/dao/ICommonServiceDao.class


BIN
BaseService/target/classes/com/java110/base/dao/IPrimaryKeyServiceDao.class


BIN
BaseService/target/classes/com/java110/base/dao/impl/CommonServiceDaoImpl.class


BIN
BaseService/target/classes/com/java110/base/dao/impl/PrimaryKeyServiceDaoImpl.class


BIN
BaseService/target/classes/com/java110/base/rest/CommonServiceRest.class


BIN
BaseService/target/classes/com/java110/base/rest/PrimaryKeyServiceRest.class


BIN
BaseService/target/classes/com/java110/base/smo/ICommonServiceSmo.class


BIN
BaseService/target/classes/com/java110/base/smo/IPrimaryKeyServiceSMO.class


BIN
BaseService/target/classes/com/java110/base/smo/impl/CommonServiceSmoImpl.class


BIN
BaseService/target/classes/com/java110/base/smo/impl/PrimaryKeyServiceSMOImpl.class


BIN
BaseService/target/classes/com/java110/config/App.class


BIN
BaseService/target/classes/com/java110/config/properties/CommonProperties.class


BIN
BaseService/target/classes/com/java110/config/properties/CustProperties.class


BIN
BaseService/target/classes/com/java110/config/properties/EventProperties.class


BIN
BaseService/target/classes/com/java110/config/properties/OrderProperties.class


+ 0 - 0
BaseService/target/dependency-maven-plugin-markers/com.java110-config-jar-1.0-SNAPSHOT.marker


+ 0 - 5
BaseService/target/maven-archiver/pom.properties

@@ -1,5 +0,0 @@
-#Generated by Apache Maven
-#Fri Sep 22 23:21:51 CST 2017
-version=1.0-SNAPSHOT
-groupId=com.java110
-artifactId=BaseService

+ 0 - 11
BaseService/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst

@@ -1,11 +0,0 @@
-com\java110\base\dao\IPrimaryKeyServiceDao.class
-com\java110\AppSpringBootApplication.class
-com\java110\base\rest\PrimaryKeyServiceRest.class
-com\java110\base\dao\impl\PrimaryKeyServiceDaoImpl.class
-com\java110\base\smo\impl\CommonServiceSmoImpl.class
-com\java110\base\smo\IPrimaryKeyServiceSMO.class
-com\java110\base\dao\ICommonServiceDao.class
-com\java110\base\smo\ICommonServiceSmo.class
-com\java110\base\rest\CommonServiceRest.class
-com\java110\base\smo\impl\PrimaryKeyServiceSMOImpl.class
-com\java110\base\dao\impl\CommonServiceDaoImpl.class

+ 0 - 11
BaseService/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst

@@ -1,11 +0,0 @@
-E:\project\MicroCommunity\BaseService\src\main\java\com\java110\base\smo\impl\CommonServiceSmoImpl.java
-E:\project\MicroCommunity\BaseService\src\main\java\com\java110\base\smo\impl\PrimaryKeyServiceSMOImpl.java
-E:\project\MicroCommunity\BaseService\src\main\java\com\java110\base\dao\impl\CommonServiceDaoImpl.java
-E:\project\MicroCommunity\BaseService\src\main\java\com\java110\base\dao\ICommonServiceDao.java
-E:\project\MicroCommunity\BaseService\src\main\java\com\java110\base\dao\impl\PrimaryKeyServiceDaoImpl.java
-E:\project\MicroCommunity\BaseService\src\main\java\com\java110\base\rest\PrimaryKeyServiceRest.java
-E:\project\MicroCommunity\BaseService\src\main\java\com\java110\base\rest\CommonServiceRest.java
-E:\project\MicroCommunity\BaseService\src\main\java\com\java110\base\smo\ICommonServiceSmo.java
-E:\project\MicroCommunity\BaseService\src\main\java\com\java110\AppSpringBootApplication.java
-E:\project\MicroCommunity\BaseService\src\main\java\com\java110\base\smo\IPrimaryKeyServiceSMO.java
-E:\project\MicroCommunity\BaseService\src\main\java\com\java110\base\dao\IPrimaryKeyServiceDao.java

+ 0 - 1
BaseService/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst

@@ -1 +0,0 @@
-com\java110\AppTest.class

+ 0 - 1
BaseService/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst

@@ -1 +0,0 @@
-E:\project\MicroCommunity\BaseService\src\test\java\com\java110\AppTest.java

Разница между файлами не показана из-за своего большого размера
+ 0 - 66
BaseService/target/surefire-reports/TEST-com.java110.AppTest.xml


+ 0 - 4
BaseService/target/surefire-reports/com.java110.AppTest.txt

@@ -1,4 +0,0 @@
--------------------------------------------------------------------------------
-Test set: com.java110.AppTest
--------------------------------------------------------------------------------
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in com.java110.AppTest

BIN
BaseService/target/test-classes/com/java110/AppTest.class


BaseService/BaseService.iml → CommonService/CommonService.iml


+ 2 - 2
BaseService/pom.xml

@@ -20,7 +20,7 @@
     <dependencies>
         <dependency>
             <groupId>com.java110</groupId>
-            <artifactId>service</artifactId>
+            <artifactId>java110-service</artifactId>
         </dependency>
     </dependencies>
 
@@ -41,7 +41,7 @@
                             <artifactItems>
                                 <artifactItem>
                                     <groupId>com.java110</groupId>
-                                    <artifactId>config</artifactId>
+                                    <artifactId>java110-config</artifactId>
                                     <version>${microcommunity.version}</version>
                                     <type>jar</type>
                                     <overWrite>true</overWrite>

BaseService/src/main/java/com/java110/AppSpringBootApplication.java → CommonService/src/main/java/com/java110/AppSpringBootApplication.java


BaseService/src/main/java/com/java110/base/dao/ICommonServiceDao.java → CommonService/src/main/java/com/java110/base/dao/ICommonServiceDao.java


BaseService/src/main/java/com/java110/base/dao/IPrimaryKeyServiceDao.java → CommonService/src/main/java/com/java110/base/dao/IPrimaryKeyServiceDao.java


BaseService/src/main/java/com/java110/base/dao/impl/CommonServiceDaoImpl.java → CommonService/src/main/java/com/java110/base/dao/impl/CommonServiceDaoImpl.java


BaseService/src/main/java/com/java110/base/dao/impl/PrimaryKeyServiceDaoImpl.java → CommonService/src/main/java/com/java110/base/dao/impl/PrimaryKeyServiceDaoImpl.java


BaseService/src/main/java/com/java110/base/rest/CommonServiceRest.java → CommonService/src/main/java/com/java110/base/rest/CommonServiceRest.java


BaseService/src/main/java/com/java110/base/rest/PrimaryKeyServiceRest.java → CommonService/src/main/java/com/java110/base/rest/PrimaryKeyServiceRest.java


+ 20 - 0
CommonService/src/main/java/com/java110/base/rest/ServiceConfigServiceRest.java

@@ -0,0 +1,20 @@
+package com.java110.base.rest;
+
+import com.java110.core.base.controller.BaseController;
+
+/**
+ *
+ * 服务配置信息查询接口
+ *
+ * 实现原理:
+ *
+ * 首先从redis中查找是否有记录,如果没有记录再查询数据库,然后缓存redis中
+ *
+ * 将查询到的数据返回
+ *
+ * Created by wuxw on 2017/10/9.
+ */
+public class ServiceConfigServiceRest extends BaseController {
+
+
+}

BaseService/src/main/java/com/java110/base/smo/ICommonServiceSmo.java → CommonService/src/main/java/com/java110/base/smo/ICommonServiceSmo.java


BaseService/src/main/java/com/java110/base/smo/IPrimaryKeyServiceSMO.java → CommonService/src/main/java/com/java110/base/smo/IPrimaryKeyServiceSMO.java


BaseService/src/main/java/com/java110/base/smo/impl/CommonServiceSmoImpl.java → CommonService/src/main/java/com/java110/base/smo/impl/CommonServiceSmoImpl.java


BaseService/src/main/java/com/java110/base/smo/impl/PrimaryKeyServiceSMOImpl.java → CommonService/src/main/java/com/java110/base/smo/impl/PrimaryKeyServiceSMOImpl.java


BaseService/src/main/resources/application.yml → CommonService/src/main/resources/application.yml


BaseService/src/main/resources/banner.txt → CommonService/src/main/resources/banner.txt


BaseService/src/test/java/com/java110/AppTest.java → CommonService/src/test/java/com/java110/AppTest.java


+ 0 - 0
LOG_PATH_IS_UNDEFINED/error.log


+ 1 - 1
MerchantService/pom.xml

@@ -21,7 +21,7 @@
 
         <dependency>
             <groupId>com.java110</groupId>
-            <artifactId>service</artifactId>
+            <artifactId>java110-service</artifactId>
         </dependency>
 
         <dependency>

BIN
MerchantService/target/MerchantService-1.0-SNAPSHOT.jar


BIN
MerchantService/target/classes/com/java110/merchant/AppSpringBootApplication.class


BIN
MerchantService/target/classes/com/java110/merchant/dao/IMerchantMemberServiceDao.class


BIN
MerchantService/target/classes/com/java110/merchant/dao/IMerchantServiceDao.class


BIN
MerchantService/target/classes/com/java110/merchant/dao/IProductServiceDao.class


BIN
MerchantService/target/classes/com/java110/merchant/dao/impl/MerchantMemberServiceDaoImpl.class


BIN
MerchantService/target/classes/com/java110/merchant/dao/impl/MerchantServiceDaoImpl.class


BIN
MerchantService/target/classes/com/java110/merchant/dao/impl/ProductServiceDaoImpl.class


BIN
MerchantService/target/classes/com/java110/merchant/rest/MerchantMemberServiceRest.class


BIN
MerchantService/target/classes/com/java110/merchant/rest/MerchantServiceRest.class


BIN
MerchantService/target/classes/com/java110/merchant/rest/ProductServiceRest.class


BIN
MerchantService/target/classes/com/java110/merchant/smo/IMerchantMemberServiceSMO.class


BIN
MerchantService/target/classes/com/java110/merchant/smo/IMerchantServiceSMO.class


BIN
MerchantService/target/classes/com/java110/merchant/smo/IProductServiceSMO.class


BIN
MerchantService/target/classes/com/java110/merchant/smo/impl/MerchantMemberServiceSMOImpl.class


BIN
MerchantService/target/classes/com/java110/merchant/smo/impl/MerchantServiceSMOImpl.class


BIN
MerchantService/target/classes/com/java110/merchant/smo/impl/ProductServiceSMOImpl.class


+ 0 - 5
MerchantService/target/maven-archiver/pom.properties

@@ -1,5 +0,0 @@
-#Generated by Apache Maven
-#Fri Sep 22 23:21:55 CST 2017
-version=1.0-SNAPSHOT
-groupId=com.java110
-artifactId=MerchantService

+ 0 - 16
MerchantService/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst

@@ -1,16 +0,0 @@
-com\java110\merchant\smo\IProductServiceSMO.class
-com\java110\merchant\dao\IMerchantMemberServiceDao.class
-com\java110\merchant\smo\impl\MerchantMemberServiceSMOImpl.class
-com\java110\merchant\smo\impl\ProductServiceSMOImpl.class
-com\java110\merchant\rest\MerchantMemberServiceRest.class
-com\java110\merchant\dao\IMerchantServiceDao.class
-com\java110\merchant\smo\IMerchantServiceSMO.class
-com\java110\merchant\rest\MerchantServiceRest.class
-com\java110\merchant\dao\IProductServiceDao.class
-com\java110\merchant\smo\IMerchantMemberServiceSMO.class
-com\java110\merchant\dao\impl\MerchantServiceDaoImpl.class
-com\java110\merchant\rest\ProductServiceRest.class
-com\java110\merchant\dao\impl\ProductServiceDaoImpl.class
-com\java110\merchant\dao\impl\MerchantMemberServiceDaoImpl.class
-com\java110\merchant\smo\impl\MerchantServiceSMOImpl.class
-com\java110\merchant\AppSpringBootApplication.class

+ 0 - 16
MerchantService/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst

@@ -1,16 +0,0 @@
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\smo\impl\MerchantMemberServiceSMOImpl.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\rest\ProductServiceRest.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\smo\impl\MerchantServiceSMOImpl.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\rest\MerchantServiceRest.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\dao\IMerchantServiceDao.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\smo\IMerchantServiceSMO.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\AppSpringBootApplication.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\dao\impl\ProductServiceDaoImpl.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\dao\IMerchantMemberServiceDao.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\dao\impl\MerchantServiceDaoImpl.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\dao\IProductServiceDao.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\rest\MerchantMemberServiceRest.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\dao\impl\MerchantMemberServiceDaoImpl.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\smo\impl\ProductServiceSMOImpl.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\smo\IMerchantMemberServiceSMO.java
-E:\project\MicroCommunity\MerchantService\src\main\java\com\java110\merchant\smo\IProductServiceSMO.java

+ 0 - 2
MerchantService/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst

@@ -1,2 +0,0 @@
-com\java110\AppTest.class
-com\java110\merchant\BeanTest.class

+ 0 - 2
MerchantService/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst

@@ -1,2 +0,0 @@
-E:\project\MicroCommunity\MerchantService\src\test\java\com\java110\AppTest.java
-E:\project\MicroCommunity\MerchantService\src\test\java\com\java110\merchant\BeanTest.java

Разница между файлами не показана из-за своего большого размера
+ 0 - 66
MerchantService/target/surefire-reports/TEST-com.java110.AppTest.xml


Разница между файлами не показана из-за своего большого размера
+ 0 - 66
MerchantService/target/surefire-reports/TEST-com.java110.merchant.BeanTest.xml


+ 0 - 4
MerchantService/target/surefire-reports/com.java110.AppTest.txt

@@ -1,4 +0,0 @@
--------------------------------------------------------------------------------
-Test set: com.java110.AppTest
--------------------------------------------------------------------------------
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in com.java110.AppTest

+ 0 - 4
MerchantService/target/surefire-reports/com.java110.merchant.BeanTest.txt

@@ -1,4 +0,0 @@
--------------------------------------------------------------------------------
-Test set: com.java110.merchant.BeanTest
--------------------------------------------------------------------------------
-Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.java110.merchant.BeanTest

BIN
MerchantService/target/test-classes/com/java110/AppTest.class


BIN
MerchantService/target/test-classes/com/java110/merchant/BeanTest.class


+ 0 - 164
OrderService/AnnotationConfigEmbeddedWebApplicationContext.puml

@@ -1,164 +0,0 @@
-@startuml
-
-class AnnotationConfigEmbeddedWebApplicationContext extends EmbeddedWebApplicationContext{
-
-
-    public AnnotationConfigEmbeddedWebApplicationContext();
-
-    protected void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory);
-
-    public final void scan(String... basePackages) ;
-
-    public void setScopeMetadataResolver(ScopeMetadataResolver scopeMetadataResolver);
-
-}
-
-class EmbeddedWebApplicationContext extends GenericWebApplicationContext{
-
-    protected void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory);
-
-    public final void refresh();
-
-    protected void onRefresh();
-
-    protected void finishRefresh();
-
-    private void createEmbeddedServletContainer();
-
-    protected EmbeddedServletContainerFactory getEmbeddedServletContainerFactory();
-}
-
-class GenericWebApplicationContext extends GenericApplicationContext implements ConfigurableWebApplicationContext, ThemeSource{
-
-    public void setServletContext(ServletContext servletContext);
-
-    public ServletContext getServletContext();
-
-    protected ConfigurableEnvironment createEnvironment();
-
-    protected void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory);
-
-    protected Resource getResourceByPath(String path);
-
-    protected void onRefresh();
-
-    public String[] getConfigLocations();
-}
-
-class GenericApplicationContext extends AbstractApplicationContext implements BeanDefinitionRegistry{
-
-    public Resource getResource(String location);
-
-    public final ConfigurableListableBeanFactory getBeanFactory();
-}
-
-class AbstractApplicationContext extends DefaultResourceLoader implements ConfigurableApplicationContext, DisposableBean{
-
-    public void publishEvent(ApplicationEvent event);
-
-    public void addBeanFactoryPostProcessor(BeanFactoryPostProcessor postProcessor);
-
-    public void addApplicationListener(ApplicationListener<?> listener);
-
-    public void refresh() ;
-}
-
-class DefaultResourceLoader implements ResourceLoader{
-    public Resource getResource(String location) ;
-
-    protected Resource getResourceByPath(String path);
-}
-
-
-
-
-interface ConfigurableWebApplicationContext extends ConfigurableApplicationContext,WebApplicationContext{
-    void setServletContext(ServletContext servletContext);
-    void setServletConfig(ServletConfig servletConfig);
-    void setConfigLocation(String configLocation);
-    String[] getConfigLocations();
-}
-
-interface ApplicationContext extends HierarchicalBeanFactory,MessageSource,ApplicationEventPublisher,ResourcePatternResolver{
-
-	String getId();
-
-	String getApplicationName();
-
-	String getDisplayName();
-
-	long getStartupDate();
-
-	ApplicationContext getParent();
-
-	AutowireCapableBeanFactory getAutowireCapableBeanFactory() throws IllegalStateException;
-}
-
-interface ConfigurableApplicationContext{
-
-}
-
-interface Lifecycle{
-
-}
-
-interface Closeable{
-     public void close() throws IOException;
-}
-
-interface EnvironmentCapable{
-     Environment getEnvironment();
-}
-
-interface ListableBeanFactory extends BeanFactory{
-    String[] getBeanNamesForType(ResolvableType type);
-}
-
-interface BeanFactory{
-
-    Object getBean(String name) throws BeansException;
-
-    <T> T getBean(String name, Class<T> requiredType) throws BeansException;
-    <T> T getBean(Class<T> requiredType) throws BeansException;
-}
-
-interface HierarchicalBeanFactory extends BeanFactory{
-
-    BeanFactory getParentBeanFactory();
-}
-
-interface MessageSource{
-    String getMessage(String code, Object[] args, String defaultMessage, Locale locale);
-}
-
-interface ApplicationEventPublisher{
-    void publishEvent(ApplicationEvent event);
-}
-
-interface ResourcePatternResolver extends ResourceLoader{
-    Resource[] getResources(String locationPattern) throws IOException;
-
-}
-
-interface ResourceLoader{
-
-    Resource getResource(String location);
-    ClassLoader getClassLoader();
-
-}
-
-ApplicationContext <|-- ConfigurableApplicationContext : 继承关系
-
-Lifecycle <|-- ConfigurableApplicationContext : 继承关系
-
-Closeable <|-- ConfigurableApplicationContext : 继承关系
-
-EnvironmentCapable <|-- ApplicationContext:继承关系
-
-ListableBeanFactory <|-- ApplicationContext:继承关系
-
-
-
-
-
-@enduml

+ 0 - 96
OrderService/ApplicationContext.puml

@@ -1,96 +0,0 @@
-@startuml
-
-title SpringApplication context 分析过程
-
-class SpringApplication {
-
-private boolean webEnvironment;
-
-}
-
-interface ConfigurableWebApplicationContext extends ConfigurableApplicationContext,WebApplicationContext{
-    void setServletContext(ServletContext servletContext);
-    void setServletConfig(ServletConfig servletConfig);
-    void setConfigLocation(String configLocation);
-    String[] getConfigLocations();
-}
-
-interface ApplicationContext extends HierarchicalBeanFactory,MessageSource,ApplicationEventPublisher,ResourcePatternResolver{
-
-	String getId();
-
-	String getApplicationName();
-
-	String getDisplayName();
-
-	long getStartupDate();
-
-	ApplicationContext getParent();
-
-	AutowireCapableBeanFactory getAutowireCapableBeanFactory() throws IllegalStateException;
-}
-
-interface ConfigurableApplicationContext{
-
-}
-
-interface Lifecycle{
-
-}
-
-interface Closeable{
-     public void close() throws IOException;
-}
-
-interface EnvironmentCapable{
-     Environment getEnvironment();
-}
-
-interface ListableBeanFactory extends BeanFactory{
-    String[] getBeanNamesForType(ResolvableType type);
-}
-
-interface BeanFactory{
-
-    Object getBean(String name) throws BeansException;
-
-    <T> T getBean(String name, Class<T> requiredType) throws BeansException;
-    <T> T getBean(Class<T> requiredType) throws BeansException;
-}
-
-interface HierarchicalBeanFactory extends BeanFactory{
-
-    BeanFactory getParentBeanFactory();
-}
-
-interface MessageSource{
-    String getMessage(String code, Object[] args, String defaultMessage, Locale locale);
-}
-
-interface ApplicationEventPublisher{
-    void publishEvent(ApplicationEvent event);
-}
-
-interface ResourcePatternResolver extends ResourceLoader{
-    Resource[] getResources(String locationPattern) throws IOException;
-
-}
-
-interface ResourceLoader{
-
-    Resource getResource(String location);
-    ClassLoader getClassLoader();
-
-}
-
-ApplicationContext <|-- ConfigurableApplicationContext : 继承关系
-
-Lifecycle <|-- ConfigurableApplicationContext : 继承关系
-
-Closeable <|-- ConfigurableApplicationContext : 继承关系
-
-EnvironmentCapable <|-- ApplicationContext:继承关系
-
-ListableBeanFactory <|-- ApplicationContext:继承关系
-
-@enduml

+ 0 - 13
OrderService/CreateApplicationContext.puml

@@ -1,13 +0,0 @@
-@startuml
-autonumber 1 "[0.0]"
-title ApplicationContext 创建过程
-
-SpringApplication -> SpringApplication : createApplicationContext\n创建上下文对象
-
-SpringApplication -> AnnotationConfigEmbeddedWebApplicationContext : BeanUtils.instantiate(contextClass) \n创建实例\nAnnotationConfigEmbeddedWebApplicationContext()
-
-AnnotationConfigEmbeddedWebApplicationContext --> AnnotatedBeanDefinitionReader : 初始化AnnotatedBeanDefinitionReader\n(BeanDefinitionRegistry registry)
-
-AnnotatedBeanDefinitionReader -> AnnotatedBeanDefinitionReader:getOrCreateEnvironment\n(BeanDefinitionRegistry registry)
-
-@enduml

+ 0 - 16
OrderService/SpringApplicationStart.puml

@@ -1,16 +0,0 @@
-@startuml
-title <b><u>Spring 启动过程
-autonumber 1 "[0.0]"
-SpringApplication --> SpringApplication: 调用run(source,args) \nsource为启动类class,\nargs 为main方法的参数
-Bob <--> Alice: Authentication Response
-newpage
-Bob --[#red]> wuxw: java方法调用
-note left: <i><s><w><size:22>爱情买卖
-wuxw -->
- note left of Alice #aqua
-       This is displayed
-       left of Alice.
-  end note
-Alice -> Bob: Another authentication Request
-Alice <-- Bob: another authentication Response
-@enduml

+ 4 - 4
OrderService/pom.xml

@@ -21,17 +21,17 @@
 
         <dependency>
             <groupId>com.java110</groupId>
-            <artifactId>service</artifactId>
+            <artifactId>java110-service</artifactId>
         </dependency>
 
         <dependency>
             <groupId>com.java110</groupId>
-            <artifactId>event</artifactId>
+            <artifactId>java110-event</artifactId>
         </dependency>
 
         <dependency>
             <groupId>com.java110</groupId>
-            <artifactId>config</artifactId>
+            <artifactId>java110-config</artifactId>
             <scope>provided</scope>
         </dependency>
     </dependencies>
@@ -54,7 +54,7 @@
                             <artifactItems>
                                 <artifactItem>
                                     <groupId>com.java110</groupId>
-                                    <artifactId>config</artifactId>
+                                    <artifactId>java110-config</artifactId>
                                     <version>${microcommunity.version}</version>
                                     <type>jar</type>
                                     <overWrite>true</overWrite>

BIN
OrderService/target/OrderService.jar


BIN
OrderService/target/OrderService.jar.original


+ 0 - 11
OrderService/target/classes/META-INF/MANIFEST.MF

@@ -1,11 +0,0 @@
-Manifest-Version: 1.0
-Implementation-Title: config
-Implementation-Version: 1.0-SNAPSHOT
-Archiver-Version: Plexus Archiver
-Built-By: wuxw
-Implementation-Vendor-Id: com.java110
-Created-By: Apache Maven 3.3.9
-Build-Jdk: 1.8.0_121
-Implementation-URL: http://maven.apache.org
-Implementation-Vendor: Pivotal Software, Inc.
-

+ 0 - 5
OrderService/target/classes/META-INF/maven/com.java110/config/pom.properties

@@ -1,5 +0,0 @@
-#Generated by Apache Maven
-#Fri Sep 22 23:20:00 CST 2017
-version=1.0-SNAPSHOT
-groupId=com.java110
-artifactId=config

+ 0 - 28
OrderService/target/classes/META-INF/maven/com.java110/config/pom.xml

@@ -1,28 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>MicroCommunity</artifactId>
-        <groupId>com.java110</groupId>
-        <version>1.0-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-
-    <artifactId>config</artifactId>
-    <packaging>jar</packaging>
-
-    <name>config</name>
-    <url>http://maven.apache.org</url>
-
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-</project>

+ 0 - 38
OrderService/target/classes/META-INF/spring-configuration-metadata.json

@@ -1,38 +0,0 @@
-{
-  "groups": [
-    {
-      "name": "java110.common",
-      "type": "com.java110.config.properties.CommonProperties",
-      "sourceType": "com.java110.config.properties.CommonProperties"
-    },
-    {
-      "name": "java110.event.properties",
-      "type": "com.java110.config.properties.EventProperties",
-      "sourceType": "com.java110.config.properties.EventProperties"
-    },
-    {
-      "name": "java110.order",
-      "type": "com.java110.config.properties.OrderProperties",
-      "sourceType": "com.java110.config.properties.OrderProperties"
-    },
-    {
-      "name": "mq.queue.name",
-      "type": "com.java110.order.mq.MqConfig",
-      "sourceType": "com.java110.order.mq.MqConfig"
-    }
-  ],
-  "properties": [
-    {
-      "name": "java110.event.properties.order-dispatch-listener",
-      "type": "java.lang.String",
-      "description": "订单调度 侦听",
-      "sourceType": "com.java110.config.properties.EventProperties"
-    },
-    {
-      "name": "java110.order.delete-order-asyn",
-      "type": "java.lang.String",
-      "sourceType": "com.java110.config.properties.OrderProperties"
-    }
-  ],
-  "hints": []
-}

+ 0 - 3
OrderService/target/classes/META-INF/spring.factories

@@ -1,3 +0,0 @@
-# Application Listeners
-#org.springframework.context.ApplicationListener=\
-  com.java110.event.init.SystemStartUpInit

+ 0 - 27
OrderService/target/classes/application.yml

@@ -1,27 +0,0 @@
-spring:
-  activemq:
-    broker-url: tcp://localhost:61616
-    in-memory: true
-    enabled: false
-  jms:
-    pub-sub-domain: true
-
-jedis:
-  pool:
-    config:
-      maxTotal: 100
-      maxIdle: 20
-      maxWaitMillis: 20000
-    host: 127.0.0.1
-    port: 3306
-
-eureka:
-  client:
-    serviceUrl:
-      defaultZone: http://localhost:8761/eureka/
-server:
-  port: 8762
-spring:
-  application:
-    name: order-service
-

+ 0 - 45
OrderService/target/classes/cache/ehcache.xml

@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd">
-
-    <!-- 磁盘缓存位置 -->
-    <diskStore path="java.io.tmpdir/ehcache"/>
-
-    <!-- 默认缓存 -->
-    <defaultCache
-            maxEntriesLocalHeap="10000"
-            eternal="false"
-            timeToIdleSeconds="120"
-            timeToLiveSeconds="120"
-            maxEntriesLocalDisk="10000000"
-            diskExpiryThreadIntervalSeconds="120"
-            memoryStoreEvictionPolicy="LRU"/>
-
-    <!-- helloworld缓存 -->
-    <cache name="helloworld"
-           maxElementsInMemory="1000"
-           eternal="false"
-           timeToIdleSeconds="5"
-           timeToLiveSeconds="5"
-           overflowToDisk="false"
-           memoryStoreEvictionPolicy="LRU"/>
-
-    <!--
-    ehcache.xml配置参数说明:
-
-name:缓存名称。
-maxElementsInMemory:缓存最大个数。
-eternal:缓存中对象是否为永久的,如果是,超时设置将被忽略,对象从不过期。
-timeToIdleSeconds:置对象在失效前的允许闲置时间(单位:秒)。仅当eternal=false对象不是永久有效时使用,可选属性,默认值是0,也就是可闲置时间无穷大。
-timeToLiveSeconds:缓存数据的生存时间(TTL),也就是一个元素从构建到消亡的最大时间间隔值,这只能在元素不是永久驻留时有效,如果该值是0就意味着元素可以停顿无穷长的时间。
-maxEntriesLocalDisk:当内存中对象数量达到maxElementsInMemory时,Ehcache将会对象写到磁盘中。
-overflowToDisk:内存不足时,是否启用磁盘缓存。
-diskSpoolBufferSizeMB:这个参数设置DiskStore(磁盘缓存)的缓存区大小。默认是30MB。每个Cache都应该有自己的一个缓冲区。
-maxElementsOnDisk:硬盘最大缓存个数。
-diskPersistent:是否在VM重启时存储硬盘的缓存数据。默认值是false。
-diskExpiryThreadIntervalSeconds:磁盘失效线程运行时间间隔,默认是120秒。
-memoryStoreEvictionPolicy:当达到maxElementsInMemory限制时,Ehcache将会根据指定的策略去清理内存。默认策略是LRU(最近最少使用)。你可以设置为FIFO(先进先出)或是LFU(较少使用)。
-clearOnFlush:内存数量最大时是否清除。
-
-    -->
-</ehcache>

+ 0 - 19
OrderService/target/classes/cache/redis.conf

@@ -1,19 +0,0 @@
-# REDIS (RedisProperties)
-# Redis数据库索引(默认为0)
-spring.redis.database=0
-# Redis服务器地址
-spring.redis.host=192.168.0.58
-# Redis服务器连接端口
-spring.redis.port=6379
-# Redis服务器连接密码(默认为空)
-spring.redis.password=
-# 连接池最大连接数(使用负值表示没有限制)
-spring.redis.pool.max-active=8
-# 连接池最大阻塞等待时间(使用负值表示没有限制)
-spring.redis.pool.max-wait=-1
-# 连接池中的最大空闲连接
-spring.redis.pool.max-idle=8
-# 连接池中的最小空闲连接
-spring.redis.pool.min-idle=0
-# 连接超时时间(毫秒)
-spring.redis.timeout=0

BIN
OrderService/target/classes/com/java110/config/App.class


BIN
OrderService/target/classes/com/java110/config/properties/CommonProperties.class


+ 0 - 0
OrderService/target/classes/com/java110/config/properties/CustProperties.class


Некоторые файлы не были показаны из-за большого количества измененных файлов