Quellcode durchsuchen

community 相关文件

傅行帆 vor 6 Jahren
Ursprung
Commit
e22218748a
29 geänderte Dateien mit 321 neuen und 181 gelöschten Zeilen
  1. 242
    179
      CODE/smart-community/.idea/workspace.xml
  2. 22
    0
      CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/CommunityController.java
  3. 4
    0
      CODE/smart-community/app-api/src/main/java/com/community/huiju/service/CommunityServiceI.java
  4. 12
    0
      CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/CommunityServiceImpl.java
  5. 1
    1
      CODE/smart-community/app-api/src/main/resources/application.yml
  6. 0
    1
      CODE/smart-community/app-api/src/main/resources/bootstrap.yml
  7. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/FastJsonSerializer.class
  8. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisConfiguration.class
  9. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisJsonSerializer.class
  10. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisObjectSerializer.class
  11. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisSerializer.class
  12. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisTemplate.class
  13. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/SerializationFailedException.class
  14. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/SingleRedisTemplate.class
  15. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/BeanTools.class
  16. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/CommonUtils.class
  17. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/CookieUtil.class
  18. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/DESUtils.class
  19. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/DateUtils.class
  20. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/EnumUtils.class
  21. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/HttpClientUtils.class
  22. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/MD5Utils.class
  23. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/QRCodeGeneratorUtils.class
  24. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/StringConverter.class
  25. BIN
      CODE/smart-community/community-common/target/community-common-0.0.1.jar
  26. BIN
      CODE/smart-community/community-common/target/community-common-0.0.1.jar.original
  27. 4
    0
      CODE/smart-community/community-common/target/maven-archiver/pom.properties
  28. 18
    0
      CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
  29. 18
    0
      CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst

+ 242
- 179
CODE/smart-community/.idea/workspace.xml Datei anzeigen

@@ -3,12 +3,27 @@
3 3
   <component name="ChangeListManager">
4 4
     <list default="true" id="d1bffc39-ab34-4a86-8e67-4f1c43ca52a6" name="Default Changelist" comment="">
5 5
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6
-      <change beforePath="$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/controller/TestController.java" beforeDir="false" afterPath="$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/controller/TestController.java" afterDir="false" />
6
+      <change beforePath="$PROJECT_DIR$/app-api/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/app-api/src/main/resources/application.yml" afterDir="false" />
7 7
       <change beforePath="$PROJECT_DIR$/app-api/src/main/resources/bootstrap.yml" beforeDir="false" afterPath="$PROJECT_DIR$/app-api/src/main/resources/bootstrap.yml" afterDir="false" />
8
-      <change beforePath="$PROJECT_DIR$/config-server/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/config-server/src/main/resources/application.yml" afterDir="false" />
9
-      <change beforePath="$PROJECT_DIR$/operate-api/src/main/resources/bootstrap.yml" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/main/resources/bootstrap.yml" afterDir="false" />
10
-      <change beforePath="$PROJECT_DIR$/property-api/src/main/resources/bootstrap.yml" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/src/main/resources/bootstrap.yml" afterDir="false" />
11
-      <change beforePath="$PROJECT_DIR$/zuul/src/main/resources/bootstrap.yml" beforeDir="false" afterPath="$PROJECT_DIR$/zuul/src/main/resources/bootstrap.yml" afterDir="false" />
8
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/FastJsonSerializer.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/FastJsonSerializer.class" afterDir="false" />
9
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/RedisConfiguration.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/RedisConfiguration.class" afterDir="false" />
10
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/RedisJsonSerializer.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/RedisJsonSerializer.class" afterDir="false" />
11
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/RedisObjectSerializer.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/RedisObjectSerializer.class" afterDir="false" />
12
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/RedisSerializer.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/RedisSerializer.class" afterDir="false" />
13
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/RedisTemplate.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/RedisTemplate.class" afterDir="false" />
14
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/SerializationFailedException.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/SerializationFailedException.class" afterDir="false" />
15
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/SingleRedisTemplate.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/redis/SingleRedisTemplate.class" afterDir="false" />
16
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/BeanTools.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/BeanTools.class" afterDir="false" />
17
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/CommonUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/CommonUtils.class" afterDir="false" />
18
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/CookieUtil.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/CookieUtil.class" afterDir="false" />
19
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/DESUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/DESUtils.class" afterDir="false" />
20
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/DateUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/DateUtils.class" afterDir="false" />
21
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/EnumUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/EnumUtils.class" afterDir="false" />
22
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/HttpClientUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/HttpClientUtils.class" afterDir="false" />
23
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/MD5Utils.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/MD5Utils.class" afterDir="false" />
24
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/QRCodeGeneratorUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/QRCodeGeneratorUtils.class" afterDir="false" />
25
+      <change beforePath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/StringConverter.class" beforeDir="false" afterPath="$PROJECT_DIR$/community-common/target/classes/com/community/commom/utils/StringConverter.class" afterDir="false" />
26
+      <change beforePath="$PROJECT_DIR$/../../文档/需求/app接口需求-第二版.xlsx" beforeDir="false" afterPath="$PROJECT_DIR$/../../文档/需求/app接口需求-第二版.xlsx" afterDir="false" />
12 27
     </list>
13 28
     <ignored path="$PROJECT_DIR$/community-common/target/" />
14 29
     <ignored path="$PROJECT_DIR$/eureka-sever/target/" />
@@ -42,87 +57,154 @@
42 57
     <session id="507213598">
43 58
       <usages-collector id="statistics.lifecycle.project">
44 59
         <counts>
60
+          <entry key="project.closed" value="1" />
61
+          <entry key="project.open.time.25" value="1" />
45 62
           <entry key="project.open.time.5" value="1" />
46
-          <entry key="project.opened" value="1" />
63
+          <entry key="project.opened" value="2" />
47 64
         </counts>
48 65
       </usages-collector>
49 66
       <usages-collector id="statistics.file.extensions.open">
50 67
         <counts>
51 68
           <entry key="iml" value="1" />
52
-          <entry key="java" value="9" />
69
+          <entry key="java" value="20" />
53 70
           <entry key="properties" value="1" />
54 71
           <entry key="xml" value="9" />
55
-          <entry key="yml" value="9" />
72
+          <entry key="yml" value="11" />
56 73
         </counts>
57 74
       </usages-collector>
58 75
       <usages-collector id="statistics.file.types.open">
59 76
         <counts>
60 77
           <entry key="IDEA_MODULE" value="1" />
61
-          <entry key="JAVA" value="9" />
78
+          <entry key="JAVA" value="20" />
62 79
           <entry key="Properties" value="1" />
63 80
           <entry key="XML" value="9" />
64
-          <entry key="YAML" value="9" />
81
+          <entry key="YAML" value="11" />
65 82
         </counts>
66 83
       </usages-collector>
67 84
       <usages-collector id="statistics.file.extensions.edit">
68 85
         <counts>
86
+          <entry key="java" value="68" />
69 87
           <entry key="xml" value="4" />
70
-          <entry key="yml" value="57" />
88
+          <entry key="yml" value="66" />
71 89
         </counts>
72 90
       </usages-collector>
73 91
       <usages-collector id="statistics.file.types.edit">
74 92
         <counts>
93
+          <entry key="JAVA" value="68" />
75 94
           <entry key="XML" value="4" />
76
-          <entry key="YAML" value="57" />
95
+          <entry key="YAML" value="66" />
77 96
         </counts>
78 97
       </usages-collector>
79 98
     </session>
80 99
   </component>
81 100
   <component name="FileEditorManager">
82
-    <leaf>
101
+    <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
83 102
       <file pinned="false" current-in-tab="false">
84
-        <entry file="file://$PROJECT_DIR$/zuul/src/main/resources/bootstrap.yml">
103
+        <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/Swagger2.java">
104
+          <provider selected="true" editor-type-id="text-editor">
105
+            <state relative-caret-position="180">
106
+              <caret line="19" column="13" selection-start-line="19" selection-start-column="13" selection-end-line="19" selection-end-column="13" />
107
+            </state>
108
+          </provider>
109
+        </entry>
110
+      </file>
111
+      <file pinned="false" current-in-tab="false">
112
+        <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/model/ScUser.java">
85 113
           <provider selected="true" editor-type-id="text-editor">
86 114
             <state relative-caret-position="198">
87
-              <caret line="11" column="16" lean-forward="true" selection-start-line="11" selection-start-column="16" selection-end-line="11" selection-end-column="16" />
115
+              <caret line="11" column="26" selection-start-line="11" selection-start-column="26" selection-end-line="11" selection-end-column="26" />
116
+            </state>
117
+          </provider>
118
+        </entry>
119
+      </file>
120
+      <file pinned="false" current-in-tab="false">
121
+        <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/service/ScUserServiceI.java">
122
+          <provider selected="true" editor-type-id="text-editor">
123
+            <state relative-caret-position="72">
124
+              <caret line="6" column="17" selection-start-line="6" selection-start-column="17" selection-end-line="6" selection-end-column="17" />
125
+            </state>
126
+          </provider>
127
+        </entry>
128
+      </file>
129
+      <file pinned="false" current-in-tab="false">
130
+        <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/service/impl/ScUserServiceImpl.java">
131
+          <provider selected="true" editor-type-id="text-editor">
132
+            <state relative-caret-position="144">
133
+              <caret line="14" lean-forward="true" selection-start-line="14" selection-end-line="14" selection-end-column="25" />
134
+            </state>
135
+          </provider>
136
+        </entry>
137
+      </file>
138
+      <file pinned="false" current-in-tab="false">
139
+        <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/microController/MicroTestController.java">
140
+          <provider selected="true" editor-type-id="text-editor">
141
+            <state relative-caret-position="144">
142
+              <caret line="12" column="27" selection-start-line="12" selection-start-column="27" selection-end-line="12" selection-end-column="27" />
88 143
             </state>
89 144
           </provider>
90 145
         </entry>
91 146
       </file>
92 147
       <file pinned="false" current-in-tab="false">
93
-        <entry file="file://$PROJECT_DIR$/property-api/src/main/resources/bootstrap.yml">
148
+        <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/dao/ScUserMapper.java">
94 149
           <provider selected="true" editor-type-id="text-editor">
95
-            <state relative-caret-position="234">
96
-              <caret line="13" column="25" selection-start-line="13" selection-start-column="25" selection-end-line="13" selection-end-column="25" />
150
+            <state relative-caret-position="90">
151
+              <caret line="8" column="17" selection-start-line="8" selection-start-column="17" selection-end-line="8" selection-end-column="17" />
97 152
             </state>
98 153
           </provider>
99 154
         </entry>
100 155
       </file>
101 156
       <file pinned="false" current-in-tab="false">
102
-        <entry file="file://$PROJECT_DIR$/operate-api/src/main/resources/bootstrap.yml">
157
+        <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/controller/TestController.java">
103 158
           <provider selected="true" editor-type-id="text-editor">
104
-            <state relative-caret-position="234">
105
-              <caret line="13" column="25" selection-start-line="13" selection-start-column="25" selection-end-line="13" selection-end-column="25" />
159
+            <state relative-caret-position="288">
160
+              <caret line="29" column="4" lean-forward="true" selection-start-line="27" selection-start-column="4" selection-end-line="29" selection-end-column="4" />
106 161
             </state>
107 162
           </provider>
108 163
         </entry>
109 164
       </file>
110 165
       <file pinned="false" current-in-tab="true">
111
-        <entry file="file://$PROJECT_DIR$/config-server/src/main/resources/application.yml">
166
+        <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/controller/CommunityController.java">
112 167
           <provider selected="true" editor-type-id="text-editor">
113
-            <state relative-caret-position="180">
114
-              <caret line="10" column="30" selection-start-line="10" selection-start-column="30" selection-end-line="10" selection-end-column="30" />
168
+            <state relative-caret-position="252">
169
+              <caret line="14" column="13" lean-forward="true" selection-start-line="14" selection-start-column="13" selection-end-line="14" selection-end-column="13" />
170
+              <folding>
171
+                <element signature="imports" expanded="true" />
172
+              </folding>
115 173
             </state>
116 174
           </provider>
117 175
         </entry>
118 176
       </file>
119 177
       <file pinned="false" current-in-tab="false">
120
-        <entry file="file://$PROJECT_DIR$/zuul/src/main/resources/application.yml">
121
-          <provider selected="true" editor-type-id="text-editor" />
178
+        <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/service/impl/CommunityServiceImpl.java">
179
+          <provider selected="true" editor-type-id="text-editor">
180
+            <state relative-caret-position="216">
181
+              <caret line="12" lean-forward="true" selection-start-line="12" selection-end-line="12" />
182
+              <folding>
183
+                <element signature="imports" expanded="true" />
184
+              </folding>
185
+            </state>
186
+          </provider>
187
+        </entry>
188
+      </file>
189
+      <file pinned="false" current-in-tab="false">
190
+        <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/service/CommunityServiceI.java">
191
+          <provider selected="true" editor-type-id="text-editor">
192
+            <state relative-caret-position="36">
193
+              <caret line="2" column="17" selection-start-line="2" selection-start-column="17" selection-end-line="2" selection-end-column="17" />
194
+            </state>
195
+          </provider>
122 196
         </entry>
123 197
       </file>
124 198
     </leaf>
125 199
   </component>
200
+  <component name="FileTemplateManagerImpl">
201
+    <option name="RECENT_TEMPLATES">
202
+      <list>
203
+        <option value="Class" />
204
+        <option value="Interface" />
205
+      </list>
206
+    </option>
207
+  </component>
126 208
   <component name="FindInProjectRecents">
127 209
     <findStrings>
128 210
       <find>huiju-</find>
@@ -140,11 +222,14 @@
140 222
         <option value="$PROJECT_DIR$/zuul/pom.xml" />
141 223
         <option value="$PROJECT_DIR$/eureka-sever/pom.xml" />
142 224
         <option value="$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/controller/TestController.java" />
143
-        <option value="$PROJECT_DIR$/app-api/src/main/resources/bootstrap.yml" />
144 225
         <option value="$PROJECT_DIR$/zuul/src/main/resources/bootstrap.yml" />
145 226
         <option value="$PROJECT_DIR$/property-api/src/main/resources/bootstrap.yml" />
146 227
         <option value="$PROJECT_DIR$/operate-api/src/main/resources/bootstrap.yml" />
147 228
         <option value="$PROJECT_DIR$/config-server/src/main/resources/application.yml" />
229
+        <option value="$PROJECT_DIR$/app-api/src/main/resources/application.yml" />
230
+        <option value="$PROJECT_DIR$/app-api/src/main/resources/bootstrap.yml" />
231
+        <option value="$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/service/impl/CommunityServiceImpl.java" />
232
+        <option value="$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/controller/CommunityController.java" />
148 233
       </list>
149 234
     </option>
150 235
   </component>
@@ -156,7 +241,17 @@
156 241
   </component>
157 242
   <component name="MavenProjectNavigator">
158 243
     <treeState>
159
-      <expand />
244
+      <expand>
245
+        <path>
246
+          <item name="" type="16c1761:MavenProjectsStructure$RootNode" />
247
+          <item name="app-api" type="9519ce18:MavenProjectsStructure$ProjectNode" />
248
+        </path>
249
+        <path>
250
+          <item name="" type="16c1761:MavenProjectsStructure$RootNode" />
251
+          <item name="app-api" type="9519ce18:MavenProjectsStructure$ProjectNode" />
252
+          <item name="Lifecycle" type="58874e2:MavenProjectsStructure$LifecycleNode" />
253
+        </path>
254
+      </expand>
160 255
       <select />
161 256
     </treeState>
162 257
   </component>
@@ -165,13 +260,17 @@
165 260
     <option name="width" value="1700" />
166 261
     <option name="height" value="1070" />
167 262
   </component>
168
-  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
263
+  <component name="ProjectLevelVcsManager" settingsEditedManually="true">
264
+    <ConfirmationsSetting value="1" id="Add" />
265
+  </component>
169 266
   <component name="ProjectView">
170 267
     <navigator proportions="" version="1">
171 268
       <foldersAlwaysOnTop value="true" />
172 269
     </navigator>
173 270
     <panes>
271
+      <pane id="AndroidView" />
174 272
       <pane id="PackagesPane" />
273
+      <pane id="Scope" />
175 274
       <pane id="ProjectPane">
176 275
         <subPane>
177 276
           <expand>
@@ -214,98 +313,15 @@
214 313
               <item name="java" type="462c0819:PsiDirectoryNode" />
215 314
               <item name="huiju" type="462c0819:PsiDirectoryNode" />
216 315
             </path>
217
-            <path>
218
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
219
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
220
-              <item name="app-api" type="462c0819:PsiDirectoryNode" />
221
-              <item name="src" type="462c0819:PsiDirectoryNode" />
222
-              <item name="main" type="462c0819:PsiDirectoryNode" />
223
-              <item name="resources" type="462c0819:PsiDirectoryNode" />
224
-            </path>
225
-            <path>
226
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
227
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
228
-              <item name="config-server" type="462c0819:PsiDirectoryNode" />
229
-            </path>
230
-            <path>
231
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
232
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
233
-              <item name="config-server" type="462c0819:PsiDirectoryNode" />
234
-              <item name="src" type="462c0819:PsiDirectoryNode" />
235
-            </path>
236
-            <path>
237
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
238
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
239
-              <item name="config-server" type="462c0819:PsiDirectoryNode" />
240
-              <item name="src" type="462c0819:PsiDirectoryNode" />
241
-              <item name="main" type="462c0819:PsiDirectoryNode" />
242
-            </path>
243
-            <path>
244
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
245
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
246
-              <item name="config-server" type="462c0819:PsiDirectoryNode" />
247
-              <item name="src" type="462c0819:PsiDirectoryNode" />
248
-              <item name="main" type="462c0819:PsiDirectoryNode" />
249
-              <item name="resources" type="462c0819:PsiDirectoryNode" />
250
-            </path>
251
-            <path>
252
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
253
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
254
-              <item name="eureka-sever" type="462c0819:PsiDirectoryNode" />
255
-            </path>
256 316
             <path>
257 317
               <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
258 318
               <item name="smart-community" type="462c0819:PsiDirectoryNode" />
259 319
               <item name="eureka-sever" type="462c0819:PsiDirectoryNode" />
260
-              <item name="src" type="462c0819:PsiDirectoryNode" />
261
-            </path>
262
-            <path>
263
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
264
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
265
-              <item name="eureka-sever" type="462c0819:PsiDirectoryNode" />
266
-              <item name="src" type="462c0819:PsiDirectoryNode" />
267
-              <item name="main" type="462c0819:PsiDirectoryNode" />
268
-            </path>
269
-            <path>
270
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
271
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
272
-              <item name="eureka-sever" type="462c0819:PsiDirectoryNode" />
273
-              <item name="src" type="462c0819:PsiDirectoryNode" />
274
-              <item name="main" type="462c0819:PsiDirectoryNode" />
275
-              <item name="resources" type="462c0819:PsiDirectoryNode" />
276
-            </path>
277
-            <path>
278
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
279
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
280
-              <item name="zuul" type="462c0819:PsiDirectoryNode" />
281
-            </path>
282
-            <path>
283
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
284
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
285
-              <item name="zuul" type="462c0819:PsiDirectoryNode" />
286
-              <item name="src" type="462c0819:PsiDirectoryNode" />
287
-            </path>
288
-            <path>
289
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
290
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
291
-              <item name="zuul" type="462c0819:PsiDirectoryNode" />
292
-              <item name="src" type="462c0819:PsiDirectoryNode" />
293
-              <item name="main" type="462c0819:PsiDirectoryNode" />
294
-            </path>
295
-            <path>
296
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
297
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
298
-              <item name="zuul" type="462c0819:PsiDirectoryNode" />
299
-              <item name="src" type="462c0819:PsiDirectoryNode" />
300
-              <item name="main" type="462c0819:PsiDirectoryNode" />
301
-              <item name="resources" type="462c0819:PsiDirectoryNode" />
302 320
             </path>
303 321
           </expand>
304 322
           <select />
305 323
         </subPane>
306 324
       </pane>
307
-      <pane id="AndroidView" />
308
-      <pane id="Scope" />
309 325
     </panes>
310 326
   </component>
311 327
   <component name="PropertiesComponent">
@@ -315,8 +331,9 @@
315 331
     <property name="RequestMappingsPanelWidth1" value="75" />
316 332
     <property name="WebServerToolWindowFactoryState" value="false" />
317 333
     <property name="aspect.path.notification.shown" value="true" />
318
-    <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1539942546062" />
334
+    <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1540173655149" />
319 335
     <property name="go.gopath.indexing.explicitly.defined" value="true" />
336
+    <property name="last_opened_file_path" value="$PROJECT_DIR$/../../../SpringProject/SmartCommunity/SmartCommunityV1" />
320 337
     <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
321 338
     <property name="nodejs_npm_path_reset_for_default_project" value="true" />
322 339
   </component>
@@ -332,7 +349,7 @@
332 349
       </list>
333 350
     </option>
334 351
   </component>
335
-  <component name="RunManager" selected="Spring Boot.EurekaServerApplication">
352
+  <component name="RunManager" selected="Spring Boot.AppApplication">
336 353
     <configuration default="true" type="Applet" factoryName="Applet">
337 354
       <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
338 355
       <method v="2">
@@ -429,49 +446,50 @@
429 446
       <option name="number" value="Default" />
430 447
       <option name="presentableId" value="Default" />
431 448
       <updated>1539919676373</updated>
432
-      <workItem from="1539919680286" duration="11379000" />
449
+      <workItem from="1539919680286" duration="12088000" />
450
+      <workItem from="1540170049286" duration="2694000" />
433 451
     </task>
434 452
     <servers />
435 453
   </component>
436 454
   <component name="TimeTrackingManager">
437
-    <option name="totallyTimeSpent" value="11379000" />
455
+    <option name="totallyTimeSpent" value="14782000" />
438 456
   </component>
439 457
   <component name="ToolWindowManager">
440 458
     <frame x="-7" y="-7" width="2062" height="1126" extended-state="6" />
441 459
     <editor active="true" />
442 460
     <layout>
443
-      <window_info id="Designer" />
444
-      <window_info id="Image Layers" />
445
-      <window_info id="UI Designer" />
446
-      <window_info id="Favorites" side_tool="true" />
447
-      <window_info id="Capture Tool" />
448
-      <window_info id="Web" side_tool="true" />
449
-      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25" />
461
+      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25249502" />
450 462
       <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
451
-      <window_info anchor="bottom" id="Spring" />
452
-      <window_info anchor="bottom" id="Terminal" />
453
-      <window_info anchor="bottom" id="Event Log" side_tool="true" />
454
-      <window_info anchor="bottom" id="Messages" weight="0.32920536" />
455
-      <window_info anchor="bottom" id="Java Enterprise" />
456
-      <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
457
-      <window_info anchor="bottom" id="Version Control" />
463
+      <window_info id="Designer" order="2" />
464
+      <window_info id="Image Layers" order="3" />
465
+      <window_info id="UI Designer" order="4" />
466
+      <window_info id="Favorites" order="5" side_tool="true" />
467
+      <window_info id="Capture Tool" order="6" />
468
+      <window_info id="Web" order="7" side_tool="true" />
458 469
       <window_info anchor="bottom" id="Message" order="0" />
459 470
       <window_info anchor="bottom" id="Find" order="1" />
460
-      <window_info anchor="bottom" id="Run" order="2" />
471
+      <window_info anchor="bottom" id="Run" order="2" weight="0.32920536" />
461 472
       <window_info anchor="bottom" id="Debug" order="3" visible="true" weight="0.3993808" />
462 473
       <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
463 474
       <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
464 475
       <window_info anchor="bottom" id="TODO" order="6" />
465
-      <window_info anchor="right" id="Palette" />
466
-      <window_info anchor="right" id="Capture Analysis" />
467
-      <window_info anchor="right" id="Maven Projects" weight="0.32984033" />
468
-      <window_info anchor="right" id="Database" weight="0.32984033" />
469
-      <window_info anchor="right" id="Palette&#9;" />
470
-      <window_info anchor="right" id="Theme Preview" />
471
-      <window_info anchor="right" id="Bean Validation" />
476
+      <window_info anchor="bottom" id="Spring" order="7" />
477
+      <window_info anchor="bottom" id="Terminal" order="8" />
478
+      <window_info anchor="bottom" id="Event Log" order="9" side_tool="true" />
479
+      <window_info anchor="bottom" id="Messages" order="10" weight="0.32920536" />
480
+      <window_info anchor="bottom" id="Java Enterprise" order="11" />
481
+      <window_info anchor="bottom" id="Database Changes" order="12" show_stripe_button="false" />
482
+      <window_info anchor="bottom" id="Version Control" order="13" />
472 483
       <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
473 484
       <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
474 485
       <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
486
+      <window_info anchor="right" id="Palette" order="3" />
487
+      <window_info anchor="right" id="Capture Analysis" order="4" />
488
+      <window_info anchor="right" id="Maven Projects" order="5" weight="0.32984033" />
489
+      <window_info anchor="right" id="Database" order="6" weight="0.32984033" />
490
+      <window_info anchor="right" id="Palette&#9;" order="7" />
491
+      <window_info anchor="right" id="Theme Preview" order="8" />
492
+      <window_info anchor="right" id="Bean Validation" order="9" />
475 493
     </layout>
476 494
   </component>
477 495
   <component name="TypeScriptGeneratedFilesManager">
@@ -532,96 +550,141 @@
532 550
         </state>
533 551
       </provider>
534 552
     </entry>
535
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/controller/TestController.java">
553
+    <entry file="file://$PROJECT_DIR$/config-server/pom.xml">
536 554
       <provider selected="true" editor-type-id="text-editor">
537
-        <state relative-caret-position="324">
538
-          <caret line="31" column="52" selection-start-line="31" selection-start-column="52" selection-end-line="31" selection-end-column="52" />
555
+        <state relative-caret-position="576">
556
+          <caret line="44" column="31" selection-start-line="44" selection-start-column="31" selection-end-line="44" selection-end-column="31" />
539 557
         </state>
540 558
       </provider>
541 559
     </entry>
542
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/dao/ScUserMapper.java">
560
+    <entry file="file://$PROJECT_DIR$/eureka-sever/src/main/resources/application.properties">
561
+      <provider selected="true" editor-type-id="text-editor" />
562
+    </entry>
563
+    <entry file="file://$PROJECT_DIR$/zuul/src/main/resources/bootstrap.yml">
543 564
       <provider selected="true" editor-type-id="text-editor">
544
-        <state relative-caret-position="90">
545
-          <caret line="8" column="17" selection-start-line="8" selection-start-column="17" selection-end-line="8" selection-end-column="17" />
565
+        <state relative-caret-position="198">
566
+          <caret line="11" column="16" lean-forward="true" selection-start-line="11" selection-start-column="16" selection-end-line="11" selection-end-column="16" />
546 567
         </state>
547 568
       </provider>
548 569
     </entry>
549
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/microController/MicroTestController.java">
570
+    <entry file="file://$PROJECT_DIR$/property-api/src/main/resources/bootstrap.yml">
550 571
       <provider selected="true" editor-type-id="text-editor">
551
-        <state relative-caret-position="90">
552
-          <caret line="9" column="17" selection-start-line="9" selection-start-column="17" selection-end-line="9" selection-end-column="17" />
572
+        <state relative-caret-position="234">
573
+          <caret line="13" column="25" selection-start-line="13" selection-start-column="25" selection-end-line="13" selection-end-column="25" />
553 574
         </state>
554 575
       </provider>
555 576
     </entry>
556
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/model/ScUser.java">
577
+    <entry file="file://$PROJECT_DIR$/operate-api/src/main/resources/bootstrap.yml">
557 578
       <provider selected="true" editor-type-id="text-editor">
558
-        <state relative-caret-position="108">
559
-          <caret line="6" column="13" selection-start-line="6" selection-start-column="13" selection-end-line="6" selection-end-column="13" />
579
+        <state relative-caret-position="234">
580
+          <caret line="13" column="25" selection-start-line="13" selection-start-column="25" selection-end-line="13" selection-end-column="25" />
560 581
         </state>
561 582
       </provider>
562 583
     </entry>
563
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/service/impl/ScUserServiceImpl.java">
584
+    <entry file="file://$PROJECT_DIR$/config-server/src/main/resources/application.yml">
564 585
       <provider selected="true" editor-type-id="text-editor">
565
-        <state relative-caret-position="306">
566
-          <caret line="25" selection-start-line="25" selection-end-line="25" />
586
+        <state relative-caret-position="342">
587
+          <caret line="19" selection-start-line="19" selection-end-line="19" />
567 588
         </state>
568 589
       </provider>
569 590
     </entry>
570
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/AppApplication.java">
591
+    <entry file="file://$PROJECT_DIR$/zuul/src/main/resources/application.yml">
592
+      <provider selected="true" editor-type-id="text-editor" />
593
+    </entry>
594
+    <entry file="file://$PROJECT_DIR$/app-api/src/main/resources/application.yml">
571 595
       <provider selected="true" editor-type-id="text-editor">
572
-        <state relative-caret-position="198">
573
-          <caret line="16" selection-start-line="16" selection-end-line="16" />
596
+        <state relative-caret-position="126">
597
+          <caret line="7" column="35" selection-start-line="7" selection-start-column="35" selection-end-line="7" selection-end-column="35" />
574 598
         </state>
575 599
       </provider>
576 600
     </entry>
577
-    <entry file="file://$PROJECT_DIR$/config-server/pom.xml">
601
+    <entry file="file://$PROJECT_DIR$/app-api/src/main/resources/bootstrap.yml">
578 602
       <provider selected="true" editor-type-id="text-editor">
579
-        <state relative-caret-position="576">
580
-          <caret line="44" column="31" selection-start-line="44" selection-start-column="31" selection-end-line="44" selection-end-column="31" />
603
+        <state relative-caret-position="162">
604
+          <caret line="9" column="19" selection-start-line="9" selection-start-column="19" selection-end-line="9" selection-end-column="19" />
581 605
         </state>
582 606
       </provider>
583 607
     </entry>
584
-    <entry file="file://$PROJECT_DIR$/eureka-sever/src/main/resources/application.properties">
585
-      <provider selected="true" editor-type-id="text-editor" />
608
+    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/AppApplication.java">
609
+      <provider selected="true" editor-type-id="text-editor">
610
+        <state relative-caret-position="126">
611
+          <caret line="10" column="13" selection-start-line="10" selection-start-column="13" selection-end-line="10" selection-end-column="13" />
612
+        </state>
613
+      </provider>
586 614
     </entry>
587
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/resources/application.yml">
588
-      <provider selected="true" editor-type-id="text-editor" />
615
+    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/Swagger2.java">
616
+      <provider selected="true" editor-type-id="text-editor">
617
+        <state relative-caret-position="180">
618
+          <caret line="19" column="13" selection-start-line="19" selection-start-column="13" selection-end-line="19" selection-end-column="13" />
619
+        </state>
620
+      </provider>
589 621
     </entry>
590
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/resources/bootstrap.yml">
622
+    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/dao/ScUserMapper.java">
591 623
       <provider selected="true" editor-type-id="text-editor">
592
-        <state relative-caret-position="234">
593
-          <caret line="13" column="25" selection-start-line="13" selection-start-column="25" selection-end-line="13" selection-end-column="25" />
624
+        <state relative-caret-position="90">
625
+          <caret line="8" column="17" selection-start-line="8" selection-start-column="17" selection-end-line="8" selection-end-column="17" />
594 626
         </state>
595 627
       </provider>
596 628
     </entry>
597
-    <entry file="file://$PROJECT_DIR$/zuul/src/main/resources/application.yml">
598
-      <provider selected="true" editor-type-id="text-editor" />
629
+    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/microController/MicroTestController.java">
630
+      <provider selected="true" editor-type-id="text-editor">
631
+        <state relative-caret-position="144">
632
+          <caret line="12" column="27" selection-start-line="12" selection-start-column="27" selection-end-line="12" selection-end-column="27" />
633
+        </state>
634
+      </provider>
599 635
     </entry>
600
-    <entry file="file://$PROJECT_DIR$/zuul/src/main/resources/bootstrap.yml">
636
+    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/model/ScUser.java">
601 637
       <provider selected="true" editor-type-id="text-editor">
602 638
         <state relative-caret-position="198">
603
-          <caret line="11" column="16" lean-forward="true" selection-start-line="11" selection-start-column="16" selection-end-line="11" selection-end-column="16" />
639
+          <caret line="11" column="26" selection-start-line="11" selection-start-column="26" selection-end-line="11" selection-end-column="26" />
604 640
         </state>
605 641
       </provider>
606 642
     </entry>
607
-    <entry file="file://$PROJECT_DIR$/property-api/src/main/resources/bootstrap.yml">
643
+    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/service/impl/ScUserServiceImpl.java">
608 644
       <provider selected="true" editor-type-id="text-editor">
609
-        <state relative-caret-position="234">
610
-          <caret line="13" column="25" selection-start-line="13" selection-start-column="25" selection-end-line="13" selection-end-column="25" />
645
+        <state relative-caret-position="144">
646
+          <caret line="14" lean-forward="true" selection-start-line="14" selection-end-line="14" selection-end-column="25" />
611 647
         </state>
612 648
       </provider>
613 649
     </entry>
614
-    <entry file="file://$PROJECT_DIR$/operate-api/src/main/resources/bootstrap.yml">
650
+    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/service/CommunityServiceI.java">
615 651
       <provider selected="true" editor-type-id="text-editor">
616
-        <state relative-caret-position="234">
617
-          <caret line="13" column="25" selection-start-line="13" selection-start-column="25" selection-end-line="13" selection-end-column="25" />
652
+        <state relative-caret-position="36">
653
+          <caret line="2" column="17" selection-start-line="2" selection-start-column="17" selection-end-line="2" selection-end-column="17" />
618 654
         </state>
619 655
       </provider>
620 656
     </entry>
621
-    <entry file="file://$PROJECT_DIR$/config-server/src/main/resources/application.yml">
657
+    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/service/ScUserServiceI.java">
622 658
       <provider selected="true" editor-type-id="text-editor">
623
-        <state relative-caret-position="180">
624
-          <caret line="10" column="30" selection-start-line="10" selection-start-column="30" selection-end-line="10" selection-end-column="30" />
659
+        <state relative-caret-position="72">
660
+          <caret line="6" column="17" selection-start-line="6" selection-start-column="17" selection-end-line="6" selection-end-column="17" />
661
+        </state>
662
+      </provider>
663
+    </entry>
664
+    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/service/impl/CommunityServiceImpl.java">
665
+      <provider selected="true" editor-type-id="text-editor">
666
+        <state relative-caret-position="216">
667
+          <caret line="12" lean-forward="true" selection-start-line="12" selection-end-line="12" />
668
+          <folding>
669
+            <element signature="imports" expanded="true" />
670
+          </folding>
671
+        </state>
672
+      </provider>
673
+    </entry>
674
+    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/controller/TestController.java">
675
+      <provider selected="true" editor-type-id="text-editor">
676
+        <state relative-caret-position="288">
677
+          <caret line="29" column="4" lean-forward="true" selection-start-line="27" selection-start-column="4" selection-end-line="29" selection-end-column="4" />
678
+        </state>
679
+      </provider>
680
+    </entry>
681
+    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/controller/CommunityController.java">
682
+      <provider selected="true" editor-type-id="text-editor">
683
+        <state relative-caret-position="252">
684
+          <caret line="14" column="13" lean-forward="true" selection-start-line="14" selection-start-column="13" selection-end-line="14" selection-end-column="13" />
685
+          <folding>
686
+            <element signature="imports" expanded="true" />
687
+          </folding>
625 688
         </state>
626 689
       </provider>
627 690
     </entry>

+ 22
- 0
CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/CommunityController.java Datei anzeigen

@@ -0,0 +1,22 @@
1
+package com.community.huiju.controller;
2
+
3
+import com.community.huiju.service.CommunityServiceI;
4
+import io.swagger.annotations.Api;
5
+import org.springframework.beans.factory.annotation.Autowired;
6
+import org.springframework.cloud.context.config.annotation.RefreshScope;
7
+import org.springframework.web.bind.annotation.RequestMapping;
8
+import org.springframework.web.bind.annotation.RestController;
9
+
10
+/**
11
+ * @author FXF
12
+ * @date 2018-10-22
13
+ */
14
+@RestController
15
+@RefreshScope
16
+@RequestMapping("/client2")
17
+@Api("app端小区相关的API")
18
+public class CommunityController {
19
+	
20
+	@Autowired
21
+	private CommunityServiceI communityService;
22
+}

+ 4
- 0
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/CommunityServiceI.java Datei anzeigen

@@ -0,0 +1,4 @@
1
+package com.community.huiju.service;
2
+
3
+public interface CommunityServiceI {
4
+}

+ 12
- 0
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/CommunityServiceImpl.java Datei anzeigen

@@ -0,0 +1,12 @@
1
+package com.community.huiju.service.impl;
2
+
3
+import com.community.huiju.service.CommunityServiceI;
4
+import org.springframework.stereotype.Service;
5
+
6
+/**
7
+ * @author FXF
8
+ * @date 2018-10-22
9
+ */
10
+@Service("communityService")
11
+public class CommunityServiceImpl implements CommunityServiceI {
12
+}

+ 1
- 1
CODE/smart-community/app-api/src/main/resources/application.yml Datei anzeigen

@@ -5,5 +5,5 @@ management:
5 5
         include: refresh,health,info
6 6
 ## Mybatis
7 7
 mybatis:
8
-  typeAliasesPackage: com.example.huiju.model
8
+  typeAliasesPackage: com.community.huiju.model
9 9
   mapperLocations: classpath:mapper/*.xml

+ 0
- 1
CODE/smart-community/app-api/src/main/resources/bootstrap.yml Datei anzeigen

@@ -8,7 +8,6 @@ spring:
8 8
       name: application
9 9
       profile: dev
10 10
       label: master
11
-#      uri: http://localhost:7001/
12 11
       discovery:
13 12
         enabled: true
14 13
         serviceId: config-server

BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/FastJsonSerializer.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisConfiguration.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisJsonSerializer.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisObjectSerializer.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisSerializer.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisTemplate.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/SerializationFailedException.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/SingleRedisTemplate.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/BeanTools.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/CommonUtils.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/CookieUtil.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/DESUtils.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/DateUtils.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/EnumUtils.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/HttpClientUtils.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/MD5Utils.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/QRCodeGeneratorUtils.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/StringConverter.class Datei anzeigen


BIN
CODE/smart-community/community-common/target/community-common-0.0.1.jar Datei anzeigen


BIN
CODE/smart-community/community-common/target/community-common-0.0.1.jar.original Datei anzeigen


+ 4
- 0
CODE/smart-community/community-common/target/maven-archiver/pom.properties Datei anzeigen

@@ -0,0 +1,4 @@
1
+#Created by Apache Maven 3.3.9
2
+version=0.0.1
3
+groupId=com.community
4
+artifactId=community-common

+ 18
- 0
CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst Datei anzeigen

@@ -0,0 +1,18 @@
1
+com\community\commom\redis\RedisTemplate.class
2
+com\community\commom\utils\DateUtils.class
3
+com\community\commom\utils\HttpClientUtils.class
4
+com\community\commom\redis\RedisConfiguration.class
5
+com\community\commom\redis\SingleRedisTemplate.class
6
+com\community\commom\utils\CookieUtil.class
7
+com\community\commom\utils\EnumUtils.class
8
+com\community\commom\redis\RedisJsonSerializer.class
9
+com\community\commom\utils\BeanTools.class
10
+com\community\commom\utils\CommonUtils.class
11
+com\community\commom\redis\RedisSerializer.class
12
+com\community\commom\utils\StringConverter.class
13
+com\community\commom\utils\MD5Utils.class
14
+com\community\commom\redis\RedisObjectSerializer.class
15
+com\community\commom\utils\QRCodeGeneratorUtils.class
16
+com\community\commom\redis\SerializationFailedException.class
17
+com\community\commom\utils\DESUtils.class
18
+com\community\commom\redis\FastJsonSerializer.class

+ 18
- 0
CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst Datei anzeigen

@@ -0,0 +1,18 @@
1
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\CommonUtils.java
2
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\FastJsonSerializer.java
3
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\RedisSerializer.java
4
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\QRCodeGeneratorUtils.java
5
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\StringConverter.java
6
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\HttpClientUtils.java
7
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\RedisConfiguration.java
8
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\RedisJsonSerializer.java
9
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\CookieUtil.java
10
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\RedisTemplate.java
11
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\DateUtils.java
12
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\MD5Utils.java
13
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\BeanTools.java
14
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\SingleRedisTemplate.java
15
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\RedisObjectSerializer.java
16
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\SerializationFailedException.java
17
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\DESUtils.java
18
+E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\EnumUtils.java