Browse Source

update gitignore

weiximei 6 years ago
parent
commit
c60ea73922
39 changed files with 11937 additions and 1183 deletions
  1. 0
    29
      CODE/smart-community/.idea/compiler.xml
  2. 0
    13
      CODE/smart-community/.idea/encodings.xml
  3. 0
    36
      CODE/smart-community/.idea/inspectionProfiles/Project_Default.xml
  4. 0
    13
      CODE/smart-community/.idea/misc.xml
  5. 0
    15
      CODE/smart-community/.idea/modules.xml
  6. 0
    6
      CODE/smart-community/.idea/vcs.xml
  7. 0
    645
      CODE/smart-community/.idea/workspace.xml
  8. 2
    2
      CODE/smart-community/app-api/src/main/java/com/community/huiju/Swagger2.java
  9. 33
    0
      CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/CommunityController.java
  10. 4
    0
      CODE/smart-community/app-api/src/main/java/com/community/huiju/service/CommunityServiceI.java
  11. 12
    0
      CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/CommunityServiceImpl.java
  12. 0
    1
      CODE/smart-community/app-api/src/main/resources/bootstrap.yml
  13. 0
    42
      CODE/smart-community/community-common/community-common.iml
  14. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/FastJsonSerializer.class
  15. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisConfiguration.class
  16. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisJsonSerializer.class
  17. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisObjectSerializer.class
  18. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisSerializer.class
  19. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisTemplate.class
  20. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/SerializationFailedException.class
  21. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/SingleRedisTemplate.class
  22. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/BeanTools.class
  23. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/CommonUtils.class
  24. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/CookieUtil.class
  25. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/DESUtils.class
  26. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/DateUtils.class
  27. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/EnumUtils.class
  28. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/HttpClientUtils.class
  29. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/MD5Utils.class
  30. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/QRCodeGeneratorUtils.class
  31. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/StringConverter.class
  32. BIN
      CODE/smart-community/community-common/target/community-common-0.0.1.jar
  33. BIN
      CODE/smart-community/community-common/target/community-common-0.0.1.jar.original
  34. 4
    0
      CODE/smart-community/community-common/target/maven-archiver/pom.properties
  35. 18
    0
      CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
  36. 18
    0
      CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
  37. 0
    12
      CODE/smart-community/smart-community.iml
  38. 11454
    0
      文档/MYSQL/smartCommunity.pdb
  39. 392
    369
      文档/MYSQL/smartCommunity.pdm

+ 0
- 29
CODE/smart-community/.idea/compiler.xml View File

@@ -1,29 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="CompilerConfiguration">
4
-    <annotationProcessing>
5
-      <profile name="Maven default annotation processors profile" enabled="true">
6
-        <sourceOutputDir name="target/generated-sources/annotations" />
7
-        <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
8
-        <outputRelativeToContentRoot value="true" />
9
-        <module name="app-api" />
10
-        <module name="community-common" />
11
-        <module name="config-server" />
12
-        <module name="eureka-sever" />
13
-        <module name="operate-api" />
14
-        <module name="property-api" />
15
-        <module name="zuul" />
16
-      </profile>
17
-    </annotationProcessing>
18
-    <bytecodeTargetLevel>
19
-      <module name="app-api" target="1.8" />
20
-      <module name="community-common" target="1.8" />
21
-      <module name="config-server" target="1.8" />
22
-      <module name="eureka-sever" target="1.8" />
23
-      <module name="operate-api" target="1.8" />
24
-      <module name="property-api" target="1.8" />
25
-      <module name="smart-community" target="1.8" />
26
-      <module name="zuul" target="1.8" />
27
-    </bytecodeTargetLevel>
28
-  </component>
29
-</project>

+ 0
- 13
CODE/smart-community/.idea/encodings.xml View File

@@ -1,13 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="Encoding">
4
-    <file url="file://$PROJECT_DIR$" charset="UTF-8" />
5
-    <file url="file://$PROJECT_DIR$/app-api" charset="UTF-8" />
6
-    <file url="file://$PROJECT_DIR$/community-common" charset="UTF-8" />
7
-    <file url="file://$PROJECT_DIR$/config-server" charset="UTF-8" />
8
-    <file url="file://$PROJECT_DIR$/eureka-sever" charset="UTF-8" />
9
-    <file url="file://$PROJECT_DIR$/operate-api" charset="UTF-8" />
10
-    <file url="file://$PROJECT_DIR$/property-api" charset="UTF-8" />
11
-    <file url="file://$PROJECT_DIR$/zuul" charset="UTF-8" />
12
-  </component>
13
-</project>

+ 0
- 36
CODE/smart-community/.idea/inspectionProfiles/Project_Default.xml View File

@@ -1,36 +0,0 @@
1
-<component name="InspectionProjectProfileManager">
2
-  <profile version="1.0">
3
-    <option name="myName" value="Project Default" />
4
-    <inspection_tool class="JavaDoc" enabled="true" level="WARNING" enabled_by_default="true">
5
-      <option name="TOP_LEVEL_CLASS_OPTIONS">
6
-        <value>
7
-          <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
8
-          <option name="REQUIRED_TAGS" value="" />
9
-        </value>
10
-      </option>
11
-      <option name="INNER_CLASS_OPTIONS">
12
-        <value>
13
-          <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
14
-          <option name="REQUIRED_TAGS" value="" />
15
-        </value>
16
-      </option>
17
-      <option name="METHOD_OPTIONS">
18
-        <value>
19
-          <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
20
-          <option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
21
-        </value>
22
-      </option>
23
-      <option name="FIELD_OPTIONS">
24
-        <value>
25
-          <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
26
-          <option name="REQUIRED_TAGS" value="" />
27
-        </value>
28
-      </option>
29
-      <option name="IGNORE_DEPRECATED" value="false" />
30
-      <option name="IGNORE_JAVADOC_PERIOD" value="true" />
31
-      <option name="IGNORE_DUPLICATED_THROWS" value="false" />
32
-      <option name="IGNORE_POINT_TO_ITSELF" value="false" />
33
-      <option name="myAdditionalJavadocTags" value="date" />
34
-    </inspection_tool>
35
-  </profile>
36
-</component>

+ 0
- 13
CODE/smart-community/.idea/misc.xml View File

@@ -1,13 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="MavenProjectsManager">
4
-    <option name="originalFiles">
5
-      <list>
6
-        <option value="$PROJECT_DIR$/pom.xml" />
7
-      </list>
8
-    </option>
9
-  </component>
10
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
11
-    <output url="file://$PROJECT_DIR$/classes" />
12
-  </component>
13
-</project>

+ 0
- 15
CODE/smart-community/.idea/modules.xml View File

@@ -1,15 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="ProjectModuleManager">
4
-    <modules>
5
-      <module fileurl="file://$PROJECT_DIR$/app-api/app-api.iml" filepath="$PROJECT_DIR$/app-api/app-api.iml" />
6
-      <module fileurl="file://$PROJECT_DIR$/community-common/community-common.iml" filepath="$PROJECT_DIR$/community-common/community-common.iml" />
7
-      <module fileurl="file://$PROJECT_DIR$/config-server/config-server.iml" filepath="$PROJECT_DIR$/config-server/config-server.iml" />
8
-      <module fileurl="file://$PROJECT_DIR$/eureka-sever/eureka-sever.iml" filepath="$PROJECT_DIR$/eureka-sever/eureka-sever.iml" />
9
-      <module fileurl="file://$PROJECT_DIR$/operate-api/operate-api.iml" filepath="$PROJECT_DIR$/operate-api/operate-api.iml" />
10
-      <module fileurl="file://$PROJECT_DIR$/property-api/property-api.iml" filepath="$PROJECT_DIR$/property-api/property-api.iml" />
11
-      <module fileurl="file://$PROJECT_DIR$/smart-community.iml" filepath="$PROJECT_DIR$/smart-community.iml" />
12
-      <module fileurl="file://$PROJECT_DIR$/zuul/zuul.iml" filepath="$PROJECT_DIR$/zuul/zuul.iml" />
13
-    </modules>
14
-  </component>
15
-</project>

+ 0
- 6
CODE/smart-community/.idea/vcs.xml View File

@@ -1,6 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="VcsDirectoryMappings">
4
-    <mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
5
-  </component>
6
-</project>

+ 0
- 645
CODE/smart-community/.idea/workspace.xml View File

@@ -1,645 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="ChangeListManager">
4
-    <list default="true" id="d1bffc39-ab34-4a86-8e67-4f1c43ca52a6" name="Default Changelist" comment="">
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" />
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" />
12
-    </list>
13
-    <ignored path="$PROJECT_DIR$/community-common/target/" />
14
-    <ignored path="$PROJECT_DIR$/eureka-sever/target/" />
15
-    <ignored path="$PROJECT_DIR$/zuul/target/" />
16
-    <ignored path="$PROJECT_DIR$/config-server/target/" />
17
-    <ignored path="$PROJECT_DIR$/property-api/target/" />
18
-    <ignored path="$PROJECT_DIR$/operate-api/target/" />
19
-    <ignored path="$PROJECT_DIR$/target/" />
20
-    <ignored path="$PROJECT_DIR$/app-api/target/" />
21
-    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
22
-    <option name="SHOW_DIALOG" value="false" />
23
-    <option name="HIGHLIGHT_CONFLICTS" value="true" />
24
-    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
25
-    <option name="LAST_RESOLUTION" value="IGNORE" />
26
-  </component>
27
-  <component name="DatabaseView">
28
-    <option name="SHOW_INTERMEDIATE" value="true" />
29
-    <option name="GROUP_DATA_SOURCES" value="true" />
30
-    <option name="GROUP_SCHEMA" value="true" />
31
-    <option name="GROUP_CONTENTS" value="false" />
32
-    <option name="SORT_POSITIONED" value="false" />
33
-    <option name="SHOW_EMPTY_GROUPS" value="false" />
34
-    <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
35
-    <option name="HIDDEN_KINDS">
36
-      <set />
37
-    </option>
38
-    <expand />
39
-    <select />
40
-  </component>
41
-  <component name="FUSProjectUsageTrigger">
42
-    <session id="507213598">
43
-      <usages-collector id="statistics.lifecycle.project">
44
-        <counts>
45
-          <entry key="project.open.time.5" value="1" />
46
-          <entry key="project.opened" value="1" />
47
-        </counts>
48
-      </usages-collector>
49
-      <usages-collector id="statistics.file.extensions.open">
50
-        <counts>
51
-          <entry key="iml" value="1" />
52
-          <entry key="java" value="9" />
53
-          <entry key="properties" value="1" />
54
-          <entry key="xml" value="9" />
55
-          <entry key="yml" value="9" />
56
-        </counts>
57
-      </usages-collector>
58
-      <usages-collector id="statistics.file.types.open">
59
-        <counts>
60
-          <entry key="IDEA_MODULE" value="1" />
61
-          <entry key="JAVA" value="9" />
62
-          <entry key="Properties" value="1" />
63
-          <entry key="XML" value="9" />
64
-          <entry key="YAML" value="9" />
65
-        </counts>
66
-      </usages-collector>
67
-      <usages-collector id="statistics.file.extensions.edit">
68
-        <counts>
69
-          <entry key="xml" value="4" />
70
-          <entry key="yml" value="57" />
71
-        </counts>
72
-      </usages-collector>
73
-      <usages-collector id="statistics.file.types.edit">
74
-        <counts>
75
-          <entry key="XML" value="4" />
76
-          <entry key="YAML" value="57" />
77
-        </counts>
78
-      </usages-collector>
79
-    </session>
80
-  </component>
81
-  <component name="FileEditorManager">
82
-    <leaf>
83
-      <file pinned="false" current-in-tab="false">
84
-        <entry file="file://$PROJECT_DIR$/zuul/src/main/resources/bootstrap.yml">
85
-          <provider selected="true" editor-type-id="text-editor">
86
-            <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" />
88
-            </state>
89
-          </provider>
90
-        </entry>
91
-      </file>
92
-      <file pinned="false" current-in-tab="false">
93
-        <entry file="file://$PROJECT_DIR$/property-api/src/main/resources/bootstrap.yml">
94
-          <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" />
97
-            </state>
98
-          </provider>
99
-        </entry>
100
-      </file>
101
-      <file pinned="false" current-in-tab="false">
102
-        <entry file="file://$PROJECT_DIR$/operate-api/src/main/resources/bootstrap.yml">
103
-          <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" />
106
-            </state>
107
-          </provider>
108
-        </entry>
109
-      </file>
110
-      <file pinned="false" current-in-tab="true">
111
-        <entry file="file://$PROJECT_DIR$/config-server/src/main/resources/application.yml">
112
-          <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" />
115
-            </state>
116
-          </provider>
117
-        </entry>
118
-      </file>
119
-      <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" />
122
-        </entry>
123
-      </file>
124
-    </leaf>
125
-  </component>
126
-  <component name="FindInProjectRecents">
127
-    <findStrings>
128
-      <find>huiju-</find>
129
-    </findStrings>
130
-    <replaceStrings>
131
-      <replace />
132
-    </replaceStrings>
133
-  </component>
134
-  <component name="Git.Settings">
135
-    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." />
136
-  </component>
137
-  <component name="IdeDocumentHistory">
138
-    <option name="CHANGED_PATHS">
139
-      <list>
140
-        <option value="$PROJECT_DIR$/zuul/pom.xml" />
141
-        <option value="$PROJECT_DIR$/eureka-sever/pom.xml" />
142
-        <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
-        <option value="$PROJECT_DIR$/zuul/src/main/resources/bootstrap.yml" />
145
-        <option value="$PROJECT_DIR$/property-api/src/main/resources/bootstrap.yml" />
146
-        <option value="$PROJECT_DIR$/operate-api/src/main/resources/bootstrap.yml" />
147
-        <option value="$PROJECT_DIR$/config-server/src/main/resources/application.yml" />
148
-      </list>
149
-    </option>
150
-  </component>
151
-  <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
152
-  <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
153
-  <component name="JsGulpfileManager">
154
-    <detection-done>true</detection-done>
155
-    <sorting>DEFINITION_ORDER</sorting>
156
-  </component>
157
-  <component name="MavenProjectNavigator">
158
-    <treeState>
159
-      <expand />
160
-      <select />
161
-    </treeState>
162
-  </component>
163
-  <component name="ProjectFrameBounds" extendedState="6">
164
-    <option name="x" value="-10" />
165
-    <option name="width" value="1700" />
166
-    <option name="height" value="1070" />
167
-  </component>
168
-  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
169
-  <component name="ProjectView">
170
-    <navigator proportions="" version="1">
171
-      <foldersAlwaysOnTop value="true" />
172
-    </navigator>
173
-    <panes>
174
-      <pane id="PackagesPane" />
175
-      <pane id="ProjectPane">
176
-        <subPane>
177
-          <expand>
178
-            <path>
179
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
180
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
181
-            </path>
182
-            <path>
183
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
184
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
185
-              <item name="app-api" type="462c0819:PsiDirectoryNode" />
186
-            </path>
187
-            <path>
188
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
189
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
190
-              <item name="app-api" type="462c0819:PsiDirectoryNode" />
191
-              <item name="src" type="462c0819:PsiDirectoryNode" />
192
-            </path>
193
-            <path>
194
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
195
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
196
-              <item name="app-api" type="462c0819:PsiDirectoryNode" />
197
-              <item name="src" type="462c0819:PsiDirectoryNode" />
198
-              <item name="main" type="462c0819:PsiDirectoryNode" />
199
-            </path>
200
-            <path>
201
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
202
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
203
-              <item name="app-api" type="462c0819:PsiDirectoryNode" />
204
-              <item name="src" type="462c0819:PsiDirectoryNode" />
205
-              <item name="main" type="462c0819:PsiDirectoryNode" />
206
-              <item name="java" type="462c0819:PsiDirectoryNode" />
207
-            </path>
208
-            <path>
209
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
210
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
211
-              <item name="app-api" type="462c0819:PsiDirectoryNode" />
212
-              <item name="src" type="462c0819:PsiDirectoryNode" />
213
-              <item name="main" type="462c0819:PsiDirectoryNode" />
214
-              <item name="java" type="462c0819:PsiDirectoryNode" />
215
-              <item name="huiju" type="462c0819:PsiDirectoryNode" />
216
-            </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
-            <path>
257
-              <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
258
-              <item name="smart-community" type="462c0819:PsiDirectoryNode" />
259
-              <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
-            </path>
303
-          </expand>
304
-          <select />
305
-        </subPane>
306
-      </pane>
307
-      <pane id="AndroidView" />
308
-      <pane id="Scope" />
309
-    </panes>
310
-  </component>
311
-  <component name="PropertiesComponent">
312
-    <property name="RequestMappingsPanelOrder0" value="0" />
313
-    <property name="RequestMappingsPanelOrder1" value="1" />
314
-    <property name="RequestMappingsPanelWidth0" value="75" />
315
-    <property name="RequestMappingsPanelWidth1" value="75" />
316
-    <property name="WebServerToolWindowFactoryState" value="false" />
317
-    <property name="aspect.path.notification.shown" value="true" />
318
-    <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1539942546062" />
319
-    <property name="go.gopath.indexing.explicitly.defined" value="true" />
320
-    <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
321
-    <property name="nodejs_npm_path_reset_for_default_project" value="true" />
322
-  </component>
323
-  <component name="RunDashboard">
324
-    <option name="ruleStates">
325
-      <list>
326
-        <RuleState>
327
-          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
328
-        </RuleState>
329
-        <RuleState>
330
-          <option name="name" value="StatusDashboardGroupingRule" />
331
-        </RuleState>
332
-      </list>
333
-    </option>
334
-  </component>
335
-  <component name="RunManager" selected="Spring Boot.EurekaServerApplication">
336
-    <configuration default="true" type="Applet" factoryName="Applet">
337
-      <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
338
-      <method v="2">
339
-        <option name="Make" enabled="true" />
340
-      </method>
341
-    </configuration>
342
-    <configuration default="true" type="Application" factoryName="Application">
343
-      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
344
-      <method v="2">
345
-        <option name="Make" enabled="true" />
346
-      </method>
347
-    </configuration>
348
-    <configuration default="true" type="JUnit" factoryName="JUnit">
349
-      <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
350
-      <method v="2">
351
-        <option name="Make" enabled="true" />
352
-      </method>
353
-    </configuration>
354
-    <configuration name="AppApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
355
-      <module name="app-api" />
356
-      <option name="SPRING_BOOT_MAIN_CLASS" value="com.community.huiju.AppApplication" />
357
-      <method v="2">
358
-        <option name="Make" enabled="true" />
359
-      </method>
360
-    </configuration>
361
-    <configuration name="ConfigServerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
362
-      <module name="config-server" />
363
-      <option name="SPRING_BOOT_MAIN_CLASS" value="com.community.huiju.ConfigServerApplication" />
364
-      <method v="2">
365
-        <option name="Make" enabled="true" />
366
-      </method>
367
-    </configuration>
368
-    <configuration name="EurekaServerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
369
-      <module name="eureka-sever" />
370
-      <option name="SPRING_BOOT_MAIN_CLASS" value="com.community.huiju.EurekaServerApplication" />
371
-      <method v="2">
372
-        <option name="Make" enabled="true" />
373
-      </method>
374
-    </configuration>
375
-    <configuration name="OperateApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
376
-      <module name="operate-api" />
377
-      <option name="SPRING_BOOT_MAIN_CLASS" value="com.community.huiju.OperateApplication" />
378
-      <method v="2">
379
-        <option name="Make" enabled="true" />
380
-      </method>
381
-    </configuration>
382
-    <configuration name="PropertyApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
383
-      <module name="property-api" />
384
-      <option name="SPRING_BOOT_MAIN_CLASS" value="com.community.huiju.PropertyApplication" />
385
-      <method v="2">
386
-        <option name="Make" enabled="true" />
387
-      </method>
388
-    </configuration>
389
-    <configuration name="ZuulApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
390
-      <module name="zuul" />
391
-      <option name="SPRING_BOOT_MAIN_CLASS" value="com.community.huiju.ZuulApplication" />
392
-      <method v="2">
393
-        <option name="Make" enabled="true" />
394
-      </method>
395
-    </configuration>
396
-    <configuration default="true" type="TestNG" factoryName="TestNG">
397
-      <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
398
-      <properties />
399
-      <listeners />
400
-      <method v="2">
401
-        <option name="Make" enabled="true" />
402
-      </method>
403
-    </configuration>
404
-    <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
405
-      <module name="" />
406
-      <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
407
-      <option name="PROGRAM_PARAMETERS" />
408
-      <predefined_log_file id="idea.log" enabled="true" />
409
-      <method v="2">
410
-        <option name="Make" enabled="true" />
411
-      </method>
412
-    </configuration>
413
-    <list>
414
-      <item itemvalue="Spring Boot.EurekaServerApplication" />
415
-      <item itemvalue="Spring Boot.ZuulApplication" />
416
-      <item itemvalue="Spring Boot.ConfigServerApplication" />
417
-      <item itemvalue="Spring Boot.PropertyApplication" />
418
-      <item itemvalue="Spring Boot.OperateApplication" />
419
-      <item itemvalue="Spring Boot.AppApplication" />
420
-    </list>
421
-  </component>
422
-  <component name="SvnConfiguration">
423
-    <configuration />
424
-  </component>
425
-  <component name="TaskManager">
426
-    <task active="true" id="Default" summary="Default task">
427
-      <changelist id="d1bffc39-ab34-4a86-8e67-4f1c43ca52a6" name="Default Changelist" comment="" />
428
-      <created>1539919676373</created>
429
-      <option name="number" value="Default" />
430
-      <option name="presentableId" value="Default" />
431
-      <updated>1539919676373</updated>
432
-      <workItem from="1539919680286" duration="11379000" />
433
-    </task>
434
-    <servers />
435
-  </component>
436
-  <component name="TimeTrackingManager">
437
-    <option name="totallyTimeSpent" value="11379000" />
438
-  </component>
439
-  <component name="ToolWindowManager">
440
-    <frame x="-7" y="-7" width="2062" height="1126" extended-state="6" />
441
-    <editor active="true" />
442
-    <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" />
450
-      <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" />
458
-      <window_info anchor="bottom" id="Message" order="0" />
459
-      <window_info anchor="bottom" id="Find" order="1" />
460
-      <window_info anchor="bottom" id="Run" order="2" />
461
-      <window_info anchor="bottom" id="Debug" order="3" visible="true" weight="0.3993808" />
462
-      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
463
-      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
464
-      <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" />
472
-      <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
473
-      <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
474
-      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
475
-    </layout>
476
-  </component>
477
-  <component name="TypeScriptGeneratedFilesManager">
478
-    <option name="version" value="1" />
479
-  </component>
480
-  <component name="VcsContentAnnotationSettings">
481
-    <option name="myLimit" value="2678400000" />
482
-  </component>
483
-  <component name="editorHistoryManager">
484
-    <entry file="file://$PROJECT_DIR$/zuul/pom.xml">
485
-      <provider selected="true" editor-type-id="text-editor">
486
-        <state relative-caret-position="90">
487
-          <caret line="5" column="26" selection-start-line="5" selection-start-column="26" selection-end-line="5" selection-end-column="26" />
488
-        </state>
489
-      </provider>
490
-    </entry>
491
-    <entry file="file://$PROJECT_DIR$/property-api/pom.xml">
492
-      <provider selected="true" editor-type-id="text-editor" />
493
-    </entry>
494
-    <entry file="file://$PROJECT_DIR$/operate-api/pom.xml">
495
-      <provider selected="true" editor-type-id="text-editor" />
496
-    </entry>
497
-    <entry file="file://$PROJECT_DIR$/eureka-sever/pom.xml">
498
-      <provider selected="true" editor-type-id="text-editor">
499
-        <state relative-caret-position="90">
500
-          <caret line="5" column="26" selection-start-line="5" selection-start-column="26" selection-end-line="5" selection-end-column="26" />
501
-        </state>
502
-      </provider>
503
-    </entry>
504
-    <entry file="file://$PROJECT_DIR$/community-common/pom.xml">
505
-      <provider selected="true" editor-type-id="text-editor" />
506
-    </entry>
507
-    <entry file="file://$PROJECT_DIR$/app-api/pom.xml">
508
-      <provider selected="true" editor-type-id="text-editor">
509
-        <state relative-caret-position="468">
510
-          <caret line="26" column="18" lean-forward="true" selection-start-line="26" selection-start-column="18" selection-end-line="26" selection-end-column="18" />
511
-        </state>
512
-      </provider>
513
-    </entry>
514
-    <entry file="file://$PROJECT_DIR$/smart-community.iml">
515
-      <provider selected="true" editor-type-id="text-editor">
516
-        <state relative-caret-position="198">
517
-          <caret line="11" column="9" lean-forward="true" selection-start-line="11" selection-start-column="9" selection-end-line="11" selection-end-column="9" />
518
-        </state>
519
-      </provider>
520
-    </entry>
521
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/resources/mapper/ScUserMapper.xml">
522
-      <provider selected="true" editor-type-id="text-editor">
523
-        <state relative-caret-position="270">
524
-          <caret line="15" column="9" lean-forward="true" selection-start-line="15" selection-start-column="9" selection-end-line="15" selection-end-column="9" />
525
-        </state>
526
-      </provider>
527
-    </entry>
528
-    <entry file="file://$PROJECT_DIR$/config-server/src/main/java/com/community/huiju/ConfigServerApplication.java">
529
-      <provider selected="true" editor-type-id="text-editor">
530
-        <state relative-caret-position="162">
531
-          <caret line="13" column="16" selection-start-line="13" selection-start-column="16" selection-end-line="13" selection-end-column="16" />
532
-        </state>
533
-      </provider>
534
-    </entry>
535
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/controller/TestController.java">
536
-      <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" />
539
-        </state>
540
-      </provider>
541
-    </entry>
542
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/dao/ScUserMapper.java">
543
-      <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" />
546
-        </state>
547
-      </provider>
548
-    </entry>
549
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/microController/MicroTestController.java">
550
-      <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" />
553
-        </state>
554
-      </provider>
555
-    </entry>
556
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/model/ScUser.java">
557
-      <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" />
560
-        </state>
561
-      </provider>
562
-    </entry>
563
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/service/impl/ScUserServiceImpl.java">
564
-      <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" />
567
-        </state>
568
-      </provider>
569
-    </entry>
570
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/AppApplication.java">
571
-      <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" />
574
-        </state>
575
-      </provider>
576
-    </entry>
577
-    <entry file="file://$PROJECT_DIR$/config-server/pom.xml">
578
-      <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" />
581
-        </state>
582
-      </provider>
583
-    </entry>
584
-    <entry file="file://$PROJECT_DIR$/eureka-sever/src/main/resources/application.properties">
585
-      <provider selected="true" editor-type-id="text-editor" />
586
-    </entry>
587
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/resources/application.yml">
588
-      <provider selected="true" editor-type-id="text-editor" />
589
-    </entry>
590
-    <entry file="file://$PROJECT_DIR$/app-api/src/main/resources/bootstrap.yml">
591
-      <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" />
594
-        </state>
595
-      </provider>
596
-    </entry>
597
-    <entry file="file://$PROJECT_DIR$/zuul/src/main/resources/application.yml">
598
-      <provider selected="true" editor-type-id="text-editor" />
599
-    </entry>
600
-    <entry file="file://$PROJECT_DIR$/zuul/src/main/resources/bootstrap.yml">
601
-      <provider selected="true" editor-type-id="text-editor">
602
-        <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" />
604
-        </state>
605
-      </provider>
606
-    </entry>
607
-    <entry file="file://$PROJECT_DIR$/property-api/src/main/resources/bootstrap.yml">
608
-      <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" />
611
-        </state>
612
-      </provider>
613
-    </entry>
614
-    <entry file="file://$PROJECT_DIR$/operate-api/src/main/resources/bootstrap.yml">
615
-      <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" />
618
-        </state>
619
-      </provider>
620
-    </entry>
621
-    <entry file="file://$PROJECT_DIR$/config-server/src/main/resources/application.yml">
622
-      <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" />
625
-        </state>
626
-      </provider>
627
-    </entry>
628
-  </component>
629
-  <component name="masterDetails">
630
-    <states>
631
-      <state key="ProjectJDKs.UI">
632
-        <settings>
633
-          <last-edited>1.8</last-edited>
634
-          <splitter-proportions>
635
-            <option name="proportions">
636
-              <list>
637
-                <option value="0.2" />
638
-              </list>
639
-            </option>
640
-          </splitter-proportions>
641
-        </settings>
642
-      </state>
643
-    </states>
644
-  </component>
645
-</project>

+ 2
- 2
CODE/smart-community/app-api/src/main/java/com/community/huiju/Swagger2.java View File

@@ -21,14 +21,14 @@ public class Swagger2 {
21 21
     @Bean
22 22
     public Docket docket(){
23 23
         return new Docket(DocumentationType.SWAGGER_2).apiInfo(apiInfo()).select()
24
-                .apis(RequestHandlerSelectors.basePackage("com.example.huiju.controller"))
24
+                .apis(RequestHandlerSelectors.basePackage("com.community.huiju.controller"))
25 25
                 .paths(PathSelectors.any()).build();
26 26
     }
27 27
     //构建api文档的详细信息函数
28 28
     private ApiInfo apiInfo(){
29 29
         return new ApiInfoBuilder()
30 30
                 //页面标题
31
-                .title("eureka-client2 的 RESTful API")
31
+                .title("app端的 RESTful API")
32 32
                 //创建人
33 33
                 .contact(new Contact("fuxingfan","","fuxingfan@dingtalk.com"))
34 34
                 //版本号

+ 33
- 0
CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/CommunityController.java View File

@@ -0,0 +1,33 @@
1
+package com.community.huiju.controller;
2
+
3
+import com.community.huiju.model.ScUser;
4
+import com.community.huiju.service.CommunityServiceI;
5
+import io.swagger.annotations.Api;
6
+import io.swagger.annotations.ApiOperation;
7
+import org.springframework.beans.factory.annotation.Autowired;
8
+import org.springframework.cloud.context.config.annotation.RefreshScope;
9
+import org.springframework.web.bind.annotation.RequestMapping;
10
+import org.springframework.web.bind.annotation.RequestMethod;
11
+import org.springframework.web.bind.annotation.RestController;
12
+
13
+import java.util.List;
14
+
15
+/**
16
+ * @author FXF
17
+ * @date 2018-10-22
18
+ */
19
+@RestController
20
+@RefreshScope
21
+@RequestMapping("/community")
22
+@Api("app端小区相关的API")
23
+public class CommunityController {
24
+	
25
+	@Autowired
26
+	private CommunityServiceI communityService;
27
+	
28
+	@ApiOperation(value = "测试restful接口", notes = "测试接口")
29
+	@RequestMapping(value = "/test",method = RequestMethod.GET)
30
+	public String test(){
31
+		return "ok";
32
+	}
33
+}

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

@@ -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 View File

@@ -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
+}

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

@@ -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

+ 0
- 42
CODE/smart-community/community-common/community-common.iml View File

@@ -1,42 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3
-  <component name="FacetManager">
4
-    <facet type="Spring" name="Spring">
5
-      <configuration />
6
-    </facet>
7
-  </component>
8
-  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
9
-    <output url="file://$MODULE_DIR$/target/classes" />
10
-    <output-test url="file://$MODULE_DIR$/target/test-classes" />
11
-    <content url="file://$MODULE_DIR$">
12
-      <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
13
-      <excludeFolder url="file://$MODULE_DIR$/target" />
14
-    </content>
15
-    <orderEntry type="inheritedJdk" />
16
-    <orderEntry type="sourceFolder" forTests="false" />
17
-    <orderEntry type="library" name="Maven: com.alibaba:fastjson:1.2.51" level="project" />
18
-    <orderEntry type="library" name="Maven: redis.clients:jedis:2.9.0" level="project" />
19
-    <orderEntry type="library" name="Maven: org.apache.commons:commons-pool2:2.5.0" level="project" />
20
-    <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" />
21
-    <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.9.6" level="project" />
22
-    <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.9.6" level="project" />
23
-    <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.9.0" level="project" />
24
-    <orderEntry type="library" name="Maven: org.jodd:jodd-bean:3.7.1" level="project" />
25
-    <orderEntry type="library" name="Maven: org.jodd:jodd-core:3.7.1" level="project" />
26
-    <orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.1" level="project" />
27
-    <orderEntry type="library" name="Maven: commons-httpclient:commons-httpclient:3.1" level="project" />
28
-    <orderEntry type="library" name="Maven: commons-logging:commons-logging:1.0.4" level="project" />
29
-    <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.11" level="project" />
30
-    <orderEntry type="library" name="Maven: com.google.zxing:core:3.2.1" level="project" />
31
-    <orderEntry type="library" name="Maven: com.google.zxing:javase:3.2.1" level="project" />
32
-    <orderEntry type="library" name="Maven: com.beust:jcommander:1.48" level="project" />
33
-    <orderEntry type="library" name="Maven: org.springframework:spring-web:5.0.8.RELEASE" level="project" />
34
-    <orderEntry type="library" name="Maven: org.springframework:spring-beans:5.0.8.RELEASE" level="project" />
35
-    <orderEntry type="library" name="Maven: org.springframework:spring-core:5.0.8.RELEASE" level="project" />
36
-    <orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.0.8.RELEASE" level="project" />
37
-    <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:8.5.16" level="project" />
38
-    <orderEntry type="library" name="Maven: org.springframework:spring-context:4.3.16.RELEASE" level="project" />
39
-    <orderEntry type="library" name="Maven: org.springframework:spring-aop:5.0.8.RELEASE" level="project" />
40
-    <orderEntry type="library" name="Maven: org.springframework:spring-expression:5.0.8.RELEASE" level="project" />
41
-  </component>
42
-</module>

BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/FastJsonSerializer.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisConfiguration.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisJsonSerializer.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisObjectSerializer.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisSerializer.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisTemplate.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/SerializationFailedException.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/SingleRedisTemplate.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/BeanTools.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/CommonUtils.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/CookieUtil.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/DESUtils.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/DateUtils.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/EnumUtils.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/HttpClientUtils.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/MD5Utils.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/QRCodeGeneratorUtils.class View File


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/StringConverter.class View File


BIN
CODE/smart-community/community-common/target/community-common-0.0.1.jar View File


BIN
CODE/smart-community/community-common/target/community-common-0.0.1.jar.original View File


+ 4
- 0
CODE/smart-community/community-common/target/maven-archiver/pom.properties View File

@@ -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 View File

@@ -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 View File

@@ -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

+ 0
- 12
CODE/smart-community/smart-community.iml View File

@@ -1,12 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3
-  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
4
-    <output url="file://$MODULE_DIR$/target/classes" />
5
-    <output-test url="file://$MODULE_DIR$/target/test-classes" />
6
-    <content url="file://$MODULE_DIR$">
7
-      <excludeFolder url="file://$MODULE_DIR$/target" />
8
-    </content>
9
-    <orderEntry type="inheritedJdk" />
10
-    <orderEntry type="sourceFolder" forTests="false" />
11
-  </component>
12
-</module>

+ 11454
- 0
文档/MYSQL/smartCommunity.pdb
File diff suppressed because it is too large
View File


+ 392
- 369
文档/MYSQL/smartCommunity.pdm
File diff suppressed because it is too large
View File