|
@@ -1,79 +1,20 @@
|
1
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
2
|
<project version="4">
|
3
|
3
|
<component name="ChangeListManager">
|
4
|
|
- <list default="true" id="91aad682-28e9-4797-aa8c-e6344ec093bc" name="Default Changelist" comment="">
|
5
|
|
- <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
|
6
|
|
- <change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
7
|
|
- <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__com_example_community_common_0_0_1.xml" beforeDir="false" />
|
8
|
|
- <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_hdrhistogram_HdrHistogram_2_1_9.xml" beforeDir="false" />
|
9
|
|
- <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_cloud_spring_cloud_starter_eureka_unknown.xml" beforeDir="false" />
|
10
|
|
- <change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
|
|
4
|
+ <list default="true" id="d1bffc39-ab34-4a86-8e67-4f1c43ca52a6" name="Default Changelist" comment="">
|
|
5
|
+ <change beforePath="$PROJECT_DIR$/.idea/.name" beforeDir="false" />
|
|
6
|
+ <change beforePath="$PROJECT_DIR$/.idea/uiDesigner.xml" beforeDir="false" />
|
11
|
7
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
12
|
|
- <change beforePath="$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/config/HttpSessionConfig.java" beforeDir="false" />
|
13
|
|
- <change beforePath="$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/controller/HelloWorld.java" beforeDir="false" />
|
14
|
|
- <change beforePath="$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/entity/User.java" beforeDir="false" />
|
15
|
|
- <change beforePath="$PROJECT_DIR$/app-api/src/test/java/com/community/huiju/UserServerApplicationTests.java" beforeDir="false" />
|
16
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/app-api/.gitignore" afterDir="false" />
|
17
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/.mvn/wrapper/maven-wrapper.jar" beforeDir="false" afterPath="$PROJECT_DIR$/app-api/.mvn/wrapper/maven-wrapper.jar" afterDir="false" />
|
18
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/.mvn/wrapper/maven-wrapper.properties" beforeDir="false" afterPath="$PROJECT_DIR$/app-api/.mvn/wrapper/maven-wrapper.properties" afterDir="false" />
|
19
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/mvnw" beforeDir="false" afterPath="$PROJECT_DIR$/app-api/mvnw" afterDir="false" />
|
20
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/mvnw.cmd" beforeDir="false" afterPath="$PROJECT_DIR$/app-api/mvnw.cmd" afterDir="false" />
|
21
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/pom.xml" afterDir="false" />
|
22
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/src/main/java/com/community/huiju/EurekaClient1Application.java" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/main/java/com/community/huiju/OperateApplication.java" afterDir="false" />
|
23
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/src/main/java/com/community/huiju/Swagger2.java" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/main/java/com/community/huiju/Swagger2.java" afterDir="false" />
|
24
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/src/main/java/com/community/huiju/config/HttpSessionConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/main/java/com/community/huiju/config/HttpSessionConfig.java" afterDir="false" />
|
25
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/src/main/java/com/community/huiju/controller/HelloWorld.java" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/main/java/com/community/huiju/controller/HelloWorld.java" afterDir="false" />
|
26
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/src/main/java/com/community/huiju/controller/TestController.java" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/main/java/com/community/huiju/controller/TestController.java" afterDir="false" />
|
27
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/src/main/java/com/community/huiju/dao/ScUserMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/main/java/com/community/huiju/dao/ScUserMapper.java" afterDir="false" />
|
28
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/src/main/java/com/community/huiju/microController/MicroTestController.java" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/main/java/com/community/huiju/microController/MicroTestController.java" afterDir="false" />
|
29
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/src/main/java/com/community/huiju/model/ScUser.java" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/main/java/com/community/huiju/model/ScUser.java" afterDir="false" />
|
30
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/src/main/java/com/community/huiju/service/ScUserServiceI.java" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/main/java/com/community/huiju/service/ScUserServiceI.java" afterDir="false" />
|
31
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/src/main/java/com/community/huiju/service/impl/ScUserServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/main/java/com/community/huiju/service/impl/ScUserServiceImpl.java" afterDir="false" />
|
32
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/main/resources/application.yml" afterDir="false" />
|
33
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/src/main/resources/bootstrap.yml" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/main/resources/bootstrap.yml" afterDir="false" />
|
34
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/src/main/resources/mapper/ScUserMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/main/resources/mapper/ScUserMapper.xml" afterDir="false" />
|
35
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client1/src/test/java/com/community/huiju/DemoApplicationTests.java" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/src/test/java/com/community/huiju/DemoApplicationTests.java" afterDir="false" />
|
36
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/.gitignore" afterDir="false" />
|
37
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/.mvn/wrapper/maven-wrapper.jar" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/.mvn/wrapper/maven-wrapper.jar" afterDir="false" />
|
38
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/.mvn/wrapper/maven-wrapper.properties" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/.mvn/wrapper/maven-wrapper.properties" afterDir="false" />
|
39
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/mvnw" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/mvnw" afterDir="false" />
|
40
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/mvnw.cmd" beforeDir="false" afterPath="$PROJECT_DIR$/operate-api/mvnw.cmd" afterDir="false" />
|
41
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/pom.xml" afterDir="false" />
|
42
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/src/main/java/com/community/huiju/EurekaClient2Application.java" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/src/main/java/com/community/huiju/PropertyApplication.java" afterDir="false" />
|
43
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/src/main/java/com/community/huiju/Swagger2.java" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/src/main/java/com/community/huiju/Swagger2.java" afterDir="false" />
|
44
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/src/main/java/com/community/huiju/controller/TestController.java" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/src/main/java/com/community/huiju/controller/TestController.java" afterDir="false" />
|
45
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/src/main/java/com/community/huiju/dao/ScUserMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/src/main/java/com/community/huiju/dao/ScUserMapper.java" afterDir="false" />
|
46
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/src/main/java/com/community/huiju/microController/MicroTestController.java" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/src/main/java/com/community/huiju/microController/MicroTestController.java" afterDir="false" />
|
47
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/src/main/java/com/community/huiju/model/ScUser.java" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/src/main/java/com/community/huiju/model/ScUser.java" afterDir="false" />
|
48
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/src/main/java/com/community/huiju/service/ScUserServiceI.java" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/src/main/java/com/community/huiju/service/ScUserServiceI.java" afterDir="false" />
|
49
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/src/main/java/com/community/huiju/service/impl/ScUserServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/src/main/java/com/community/huiju/service/impl/ScUserServiceImpl.java" afterDir="false" />
|
50
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/src/main/resources/application.yml" afterDir="false" />
|
51
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/src/main/resources/bootstrap.yml" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/src/main/resources/bootstrap.yml" afterDir="false" />
|
52
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/src/main/resources/mapper/ScUserMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/src/main/resources/mapper/ScUserMapper.xml" afterDir="false" />
|
53
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client2/src/test/java/com/community/huiju/DemoApplicationTests.java" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/src/test/java/com/community/huiju/DemoApplicationTests.java" afterDir="false" />
|
54
|
|
- <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
55
|
|
- <change beforePath="$PROJECT_DIR$/spring-cloud.iml" beforeDir="false" afterPath="$PROJECT_DIR$/smart-community.iml" afterDir="false" />
|
56
|
|
- <change beforePath="$PROJECT_DIR$/user-server/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/.gitignore" afterDir="false" />
|
57
|
|
- <change beforePath="$PROJECT_DIR$/user-server/.mvn/wrapper/maven-wrapper.jar" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/.mvn/wrapper/maven-wrapper.jar" afterDir="false" />
|
58
|
|
- <change beforePath="$PROJECT_DIR$/user-server/.mvn/wrapper/maven-wrapper.properties" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/.mvn/wrapper/maven-wrapper.properties" afterDir="false" />
|
59
|
|
- <change beforePath="$PROJECT_DIR$/user-server/mvnw" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/mvnw" afterDir="false" />
|
60
|
|
- <change beforePath="$PROJECT_DIR$/user-server/mvnw.cmd" beforeDir="false" afterPath="$PROJECT_DIR$/property-api/mvnw.cmd" afterDir="false" />
|
61
|
|
- <change beforePath="$PROJECT_DIR$/user-server/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app-api/pom.xml" afterDir="false" />
|
62
|
|
- <change beforePath="$PROJECT_DIR$/user-server/src/main/java/com/example/userserver/UserServerApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/AppApplication.java" afterDir="false" />
|
63
|
|
- <change beforePath="$PROJECT_DIR$/user-server/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/app-api/src/main/resources/application.yml" afterDir="false" />
|
64
|
|
- <change beforePath="$PROJECT_DIR$/zuul/src/main/java/com/community/huiju/config/HttpSessionConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/zuul/src/main/java/com/community/huiju/config/HttpSessionConfig.java" afterDir="false" />
|
65
|
|
- <change beforePath="$PROJECT_DIR$/zuul/src/main/java/com/example/userserver/entity/User.java" beforeDir="false" />
|
|
8
|
+ <change beforePath="$PROJECT_DIR$/eureka-sever/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/eureka-sever/pom.xml" afterDir="false" />
|
|
9
|
+ <change beforePath="$PROJECT_DIR$/zuul/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/zuul/pom.xml" afterDir="false" />
|
66
|
10
|
</list>
|
67
|
|
- <ignored path="$PROJECT_DIR$/config-server/target/" />
|
68
|
|
- <ignored path="$PROJECT_DIR$/eureka-client2/target/" />
|
69
|
|
- <ignored path="$PROJECT_DIR$/eureka-sever/target/" />
|
70
|
|
- <ignored path="$PROJECT_DIR$/eureka-client1/target/" />
|
71
|
11
|
<ignored path="$PROJECT_DIR$/community-common/target/" />
|
72
|
|
- <ignored path="$PROJECT_DIR$/user-server/target/" />
|
|
12
|
+ <ignored path="$PROJECT_DIR$/eureka-sever/target/" />
|
73
|
13
|
<ignored path="$PROJECT_DIR$/zuul/target/" />
|
74
|
|
- <ignored path="$PROJECT_DIR$/target/" />
|
|
14
|
+ <ignored path="$PROJECT_DIR$/config-server/target/" />
|
75
|
15
|
<ignored path="$PROJECT_DIR$/property-api/target/" />
|
76
|
16
|
<ignored path="$PROJECT_DIR$/operate-api/target/" />
|
|
17
|
+ <ignored path="$PROJECT_DIR$/target/" />
|
77
|
18
|
<ignored path="$PROJECT_DIR$/app-api/target/" />
|
78
|
19
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
79
|
20
|
<option name="SHOW_DIALOG" value="false" />
|
|
@@ -81,143 +22,105 @@
|
81
|
22
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
82
|
23
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
83
|
24
|
</component>
|
|
25
|
+ <component name="DatabaseView">
|
|
26
|
+ <option name="SHOW_INTERMEDIATE" value="true" />
|
|
27
|
+ <option name="GROUP_DATA_SOURCES" value="true" />
|
|
28
|
+ <option name="GROUP_SCHEMA" value="true" />
|
|
29
|
+ <option name="GROUP_CONTENTS" value="false" />
|
|
30
|
+ <option name="SORT_POSITIONED" value="false" />
|
|
31
|
+ <option name="SHOW_EMPTY_GROUPS" value="false" />
|
|
32
|
+ <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
|
|
33
|
+ <option name="HIDDEN_KINDS">
|
|
34
|
+ <set />
|
|
35
|
+ </option>
|
|
36
|
+ <expand />
|
|
37
|
+ <select />
|
|
38
|
+ </component>
|
84
|
39
|
<component name="FUSProjectUsageTrigger">
|
85
|
40
|
<session id="507213598">
|
86
|
41
|
<usages-collector id="statistics.lifecycle.project">
|
87
|
42
|
<counts>
|
88
|
|
- <entry key="project.closed" value="1" />
|
89
|
|
- <entry key="project.open.time.2" value="1" />
|
90
|
|
- <entry key="project.open.time.28" value="1" />
|
91
|
|
- <entry key="project.opened" value="2" />
|
|
43
|
+ <entry key="project.open.time.5" value="1" />
|
|
44
|
+ <entry key="project.opened" value="1" />
|
92
|
45
|
</counts>
|
93
|
46
|
</usages-collector>
|
94
|
47
|
<usages-collector id="statistics.file.extensions.open">
|
95
|
48
|
<counts>
|
|
49
|
+ <entry key="iml" value="1" />
|
96
|
50
|
<entry key="java" value="3" />
|
97
|
|
- <entry key="xml" value="10" />
|
|
51
|
+ <entry key="xml" value="8" />
|
98
|
52
|
<entry key="yml" value="1" />
|
99
|
53
|
</counts>
|
100
|
54
|
</usages-collector>
|
101
|
55
|
<usages-collector id="statistics.file.types.open">
|
102
|
56
|
<counts>
|
|
57
|
+ <entry key="IDEA_MODULE" value="1" />
|
103
|
58
|
<entry key="JAVA" value="3" />
|
104
|
|
- <entry key="XML" value="10" />
|
|
59
|
+ <entry key="XML" value="8" />
|
105
|
60
|
<entry key="YAML" value="1" />
|
106
|
61
|
</counts>
|
107
|
62
|
</usages-collector>
|
108
|
63
|
<usages-collector id="statistics.file.extensions.edit">
|
109
|
64
|
<counts>
|
110
|
|
- <entry key="dummy" value="23" />
|
111
|
|
- <entry key="xml" value="86" />
|
|
65
|
+ <entry key="xml" value="4" />
|
112
|
66
|
</counts>
|
113
|
67
|
</usages-collector>
|
114
|
68
|
<usages-collector id="statistics.file.types.edit">
|
115
|
69
|
<counts>
|
116
|
|
- <entry key="PLAIN_TEXT" value="23" />
|
117
|
|
- <entry key="XML" value="86" />
|
|
70
|
+ <entry key="XML" value="4" />
|
118
|
71
|
</counts>
|
119
|
72
|
</usages-collector>
|
120
|
73
|
</session>
|
121
|
74
|
</component>
|
122
|
75
|
<component name="FileEditorManager">
|
123
|
|
- <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
76
|
+ <leaf>
|
124
|
77
|
<file pinned="false" current-in-tab="false">
|
125
|
|
- <entry file="file://$PROJECT_DIR$/pom.xml">
|
|
78
|
+ <entry file="file://$PROJECT_DIR$/app-api/src/main/resources/mapper/ScUserMapper.xml">
|
126
|
79
|
<provider selected="true" editor-type-id="text-editor">
|
127
|
|
- <state relative-caret-position="288">
|
128
|
|
- <caret line="16" column="16" selection-start-line="16" selection-start-column="16" selection-end-line="16" selection-end-column="27" />
|
|
80
|
+ <state relative-caret-position="270">
|
|
81
|
+ <caret line="15" column="9" lean-forward="true" selection-start-line="15" selection-start-column="9" selection-end-line="15" selection-end-column="9" />
|
129
|
82
|
</state>
|
130
|
83
|
</provider>
|
131
|
84
|
</entry>
|
132
|
85
|
</file>
|
133
|
86
|
<file pinned="false" current-in-tab="false">
|
134
|
|
- <entry file="file://$PROJECT_DIR$/eureka-sever/pom.xml">
|
|
87
|
+ <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/service/impl/ScUserServiceImpl.java">
|
135
|
88
|
<provider selected="true" editor-type-id="text-editor">
|
136
|
|
- <state relative-caret-position="198">
|
137
|
|
- <caret line="11" column="44" selection-start-line="11" selection-start-column="44" selection-end-line="11" selection-end-column="44" />
|
138
|
|
- </state>
|
139
|
|
- </provider>
|
140
|
|
- </entry>
|
141
|
|
- </file>
|
142
|
|
- <file pinned="false" current-in-tab="false">
|
143
|
|
- <entry file="file://$PROJECT_DIR$/zuul/src/main/java/com/community/huiju/config/HttpSessionConfig.java">
|
144
|
|
- <provider selected="true" editor-type-id="text-editor">
|
145
|
|
- <state relative-caret-position="234">
|
146
|
|
- <caret line="19" selection-start-line="19" selection-end-line="19" />
|
147
|
|
- </state>
|
148
|
|
- </provider>
|
149
|
|
- </entry>
|
150
|
|
- </file>
|
151
|
|
- <file pinned="false" current-in-tab="false">
|
152
|
|
- <entry file="file://$PROJECT_DIR$/property-api/pom.xml">
|
153
|
|
- <provider selected="true" editor-type-id="text-editor">
|
154
|
|
- <state relative-caret-position="540">
|
155
|
|
- <caret line="87" selection-start-line="87" selection-end-line="87" />
|
|
89
|
+ <state relative-caret-position="288">
|
|
90
|
+ <caret line="24" column="1" lean-forward="true" selection-start-line="24" selection-start-column="1" selection-end-line="24" selection-end-column="1" />
|
156
|
91
|
</state>
|
157
|
92
|
</provider>
|
158
|
93
|
</entry>
|
159
|
94
|
</file>
|
160
|
95
|
<file pinned="false" current-in-tab="false">
|
161
|
|
- <entry file="file://$PROJECT_DIR$/operate-api/pom.xml">
|
|
96
|
+ <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/controller/TestController.java">
|
162
|
97
|
<provider selected="true" editor-type-id="text-editor">
|
163
|
|
- <state relative-caret-position="450">
|
164
|
|
- <caret line="52" column="21" selection-start-line="47" selection-start-column="8" selection-end-line="52" selection-end-column="21" />
|
|
98
|
+ <state relative-caret-position="414">
|
|
99
|
+ <caret line="36" column="38" selection-start-line="36" selection-start-column="38" selection-end-line="36" selection-end-column="38" />
|
165
|
100
|
</state>
|
166
|
101
|
</provider>
|
167
|
102
|
</entry>
|
168
|
103
|
</file>
|
169
|
104
|
<file pinned="false" current-in-tab="false">
|
170
|
|
- <entry file="file://$PROJECT_DIR$/config-server/pom.xml">
|
|
105
|
+ <entry file="file://$PROJECT_DIR$/config-server/src/main/java/com/community/huiju/ConfigServerApplication.java">
|
171
|
106
|
<provider selected="true" editor-type-id="text-editor">
|
172
|
|
- <state relative-caret-position="252">
|
173
|
|
- <caret line="14" column="40" selection-start-line="14" selection-start-column="40" selection-end-line="14" selection-end-column="40" />
|
|
107
|
+ <state relative-caret-position="162">
|
|
108
|
+ <caret line="13" column="16" selection-start-line="13" selection-start-column="16" selection-end-line="13" selection-end-column="16" />
|
174
|
109
|
</state>
|
175
|
110
|
</provider>
|
176
|
111
|
</entry>
|
177
|
112
|
</file>
|
178
|
|
- <file pinned="false" current-in-tab="false">
|
|
113
|
+ <file pinned="false" current-in-tab="true">
|
179
|
114
|
<entry file="file://$PROJECT_DIR$/config-server/src/main/resources/application.yml">
|
180
|
115
|
<provider selected="true" editor-type-id="text-editor">
|
181
|
116
|
<state relative-caret-position="342">
|
182
|
|
- <caret line="19" selection-start-line="19" selection-end-line="19" />
|
183
|
|
- </state>
|
184
|
|
- </provider>
|
185
|
|
- </entry>
|
186
|
|
- </file>
|
187
|
|
- <file pinned="false" current-in-tab="false">
|
188
|
|
- <entry file="file://$PROJECT_DIR$/community-common/pom.xml">
|
189
|
|
- <provider selected="true" editor-type-id="text-editor">
|
190
|
|
- <state relative-caret-position="468">
|
191
|
|
- <caret line="26" column="36" selection-start-line="26" selection-start-column="36" selection-end-line="26" selection-end-column="36" />
|
192
|
|
- </state>
|
193
|
|
- </provider>
|
194
|
|
- </entry>
|
195
|
|
- </file>
|
196
|
|
- <file pinned="false" current-in-tab="false">
|
197
|
|
- <entry file="file://$PROJECT_DIR$/zuul/pom.xml">
|
198
|
|
- <provider selected="true" editor-type-id="text-editor">
|
199
|
|
- <state relative-caret-position="306">
|
200
|
|
- <caret line="17" column="13" selection-start-line="17" selection-start-column="13" selection-end-line="17" selection-end-column="13" />
|
201
|
|
- </state>
|
202
|
|
- </provider>
|
203
|
|
- </entry>
|
204
|
|
- </file>
|
205
|
|
- <file pinned="false" current-in-tab="true">
|
206
|
|
- <entry file="file://$PROJECT_DIR$/app-api/pom.xml">
|
207
|
|
- <provider selected="true" editor-type-id="text-editor">
|
208
|
|
- <state relative-caret-position="311">
|
209
|
|
- <caret line="64" column="54" lean-forward="true" selection-start-line="64" selection-start-column="54" selection-end-line="64" selection-end-column="54" />
|
|
117
|
+ <caret line="19" lean-forward="true" selection-start-line="19" selection-end-line="19" />
|
210
|
118
|
</state>
|
211
|
119
|
</provider>
|
212
|
120
|
</entry>
|
213
|
121
|
</file>
|
214
|
122
|
</leaf>
|
215
|
123
|
</component>
|
216
|
|
- <component name="FindInProjectRecents">
|
217
|
|
- <findStrings>
|
218
|
|
- <find>common</find>
|
219
|
|
- </findStrings>
|
220
|
|
- </component>
|
221
|
124
|
<component name="Git.Settings">
|
222
|
125
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." />
|
223
|
126
|
</component>
|
|
@@ -225,18 +128,7 @@
|
225
|
128
|
<option name="CHANGED_PATHS">
|
226
|
129
|
<list>
|
227
|
130
|
<option value="$PROJECT_DIR$/zuul/pom.xml" />
|
228
|
|
- <option value="$PROJECT_DIR$/user-server/pom.xml" />
|
229
|
|
- <option value="$PROJECT_DIR$/eureka-client2/pom.xml" />
|
230
|
|
- <option value="$PROJECT_DIR$/eureka-client1/pom.xml" />
|
231
|
|
- <option value="$PROJECT_DIR$/community-common/pom.xml" />
|
232
|
|
- <option value="$PROJECT_DIR$/config-server/pom.xml" />
|
233
|
131
|
<option value="$PROJECT_DIR$/eureka-sever/pom.xml" />
|
234
|
|
- <option value="$PROJECT_DIR$/zuul/src/main/java/com/community/huiju/config/HttpSessionConfig.java" />
|
235
|
|
- <option value="$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/AppApplication.java" />
|
236
|
|
- <option value="$PROJECT_DIR$/pom.xml" />
|
237
|
|
- <option value="$PROJECT_DIR$/operate-api/pom.xml" />
|
238
|
|
- <option value="$PROJECT_DIR$/property-api/pom.xml" />
|
239
|
|
- <option value="$PROJECT_DIR$/app-api/pom.xml" />
|
240
|
132
|
</list>
|
241
|
133
|
</option>
|
242
|
134
|
</component>
|
|
@@ -257,51 +149,76 @@
|
257
|
149
|
<option name="width" value="1700" />
|
258
|
150
|
<option name="height" value="1070" />
|
259
|
151
|
</component>
|
260
|
|
- <component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
261
|
|
- <ConfirmationsSetting value="1" id="Add" />
|
262
|
|
- </component>
|
|
152
|
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
263
|
153
|
<component name="ProjectView">
|
264
|
154
|
<navigator proportions="" version="1">
|
265
|
155
|
<foldersAlwaysOnTop value="true" />
|
266
|
156
|
</navigator>
|
267
|
157
|
<panes>
|
268
|
|
- <pane id="AndroidView" />
|
|
158
|
+ <pane id="PackagesPane" />
|
269
|
159
|
<pane id="ProjectPane">
|
270
|
160
|
<subPane>
|
271
|
161
|
<expand>
|
272
|
162
|
<path>
|
273
|
|
- <item name="spring-cloud" type="b2602c69:ProjectViewProjectNode" />
|
|
163
|
+ <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
|
274
|
164
|
<item name="smart-community" type="462c0819:PsiDirectoryNode" />
|
275
|
165
|
</path>
|
276
|
166
|
<path>
|
277
|
|
- <item name="spring-cloud" type="b2602c69:ProjectViewProjectNode" />
|
|
167
|
+ <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
|
278
|
168
|
<item name="smart-community" type="462c0819:PsiDirectoryNode" />
|
279
|
|
- <item name="app-api" type="462c0819:PsiDirectoryNode" />
|
|
169
|
+ <item name="config-server" type="462c0819:PsiDirectoryNode" />
|
280
|
170
|
</path>
|
281
|
171
|
<path>
|
282
|
|
- <item name="spring-cloud" type="b2602c69:ProjectViewProjectNode" />
|
|
172
|
+ <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
|
283
|
173
|
<item name="smart-community" type="462c0819:PsiDirectoryNode" />
|
284
|
|
- <item name="operate-api" type="462c0819:PsiDirectoryNode" />
|
|
174
|
+ <item name="config-server" type="462c0819:PsiDirectoryNode" />
|
|
175
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
285
|
176
|
</path>
|
286
|
177
|
<path>
|
287
|
|
- <item name="spring-cloud" type="b2602c69:ProjectViewProjectNode" />
|
|
178
|
+ <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
|
288
|
179
|
<item name="smart-community" type="462c0819:PsiDirectoryNode" />
|
289
|
|
- <item name="property-api" type="462c0819:PsiDirectoryNode" />
|
|
180
|
+ <item name="config-server" type="462c0819:PsiDirectoryNode" />
|
|
181
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
|
182
|
+ <item name="main" type="462c0819:PsiDirectoryNode" />
|
|
183
|
+ </path>
|
|
184
|
+ <path>
|
|
185
|
+ <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
|
|
186
|
+ <item name="smart-community" type="462c0819:PsiDirectoryNode" />
|
|
187
|
+ <item name="config-server" type="462c0819:PsiDirectoryNode" />
|
|
188
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
|
189
|
+ <item name="main" type="462c0819:PsiDirectoryNode" />
|
|
190
|
+ <item name="java" type="462c0819:PsiDirectoryNode" />
|
|
191
|
+ </path>
|
|
192
|
+ <path>
|
|
193
|
+ <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
|
|
194
|
+ <item name="smart-community" type="462c0819:PsiDirectoryNode" />
|
|
195
|
+ <item name="config-server" type="462c0819:PsiDirectoryNode" />
|
|
196
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
|
197
|
+ <item name="main" type="462c0819:PsiDirectoryNode" />
|
|
198
|
+ <item name="java" type="462c0819:PsiDirectoryNode" />
|
|
199
|
+ <item name="huiju" type="462c0819:PsiDirectoryNode" />
|
|
200
|
+ </path>
|
|
201
|
+ <path>
|
|
202
|
+ <item name="smart-community" type="b2602c69:ProjectViewProjectNode" />
|
|
203
|
+ <item name="smart-community" type="462c0819:PsiDirectoryNode" />
|
|
204
|
+ <item name="config-server" type="462c0819:PsiDirectoryNode" />
|
|
205
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
|
206
|
+ <item name="main" type="462c0819:PsiDirectoryNode" />
|
|
207
|
+ <item name="resources" type="462c0819:PsiDirectoryNode" />
|
290
|
208
|
</path>
|
291
|
209
|
</expand>
|
292
|
210
|
<select />
|
293
|
211
|
</subPane>
|
294
|
212
|
</pane>
|
|
213
|
+ <pane id="AndroidView" />
|
295
|
214
|
<pane id="Scope" />
|
296
|
|
- <pane id="PackagesPane" />
|
297
|
215
|
</panes>
|
298
|
216
|
</component>
|
299
|
217
|
<component name="PropertiesComponent">
|
300
|
218
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
301
|
219
|
<property name="aspect.path.notification.shown" value="true" />
|
302
|
|
- <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1539919431409" />
|
|
220
|
+ <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1539930464758" />
|
303
|
221
|
<property name="go.gopath.indexing.explicitly.defined" value="true" />
|
304
|
|
- <property name="last_opened_file_path" value="E:/CODE/huiju/huiju_house" />
|
305
|
222
|
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
306
|
223
|
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
307
|
224
|
</component>
|
|
@@ -317,7 +234,7 @@
|
317
|
234
|
</list>
|
318
|
235
|
</option>
|
319
|
236
|
</component>
|
320
|
|
- <component name="RunManager" selected="Spring Boot.ConfigServerApplication">
|
|
237
|
+ <component name="RunManager" selected="Spring Boot.EurekaServerApplication">
|
321
|
238
|
<configuration default="true" type="Applet" factoryName="Applet">
|
322
|
239
|
<option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
|
323
|
240
|
<method v="2">
|
|
@@ -343,79 +260,37 @@
|
343
|
260
|
<option name="Make" enabled="true" />
|
344
|
261
|
</method>
|
345
|
262
|
</configuration>
|
346
|
|
- <configuration name="ConfigServerApplication (1)" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
|
263
|
+ <configuration name="ConfigServerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
347
|
264
|
<module name="config-server" />
|
348
|
265
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.community.huiju.ConfigServerApplication" />
|
349
|
266
|
<method v="2">
|
350
|
267
|
<option name="Make" enabled="true" />
|
351
|
268
|
</method>
|
352
|
269
|
</configuration>
|
353
|
|
- <configuration name="ConfigServerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
354
|
|
- <module name="config-server" />
|
355
|
|
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.example.demo.ConfigServerApplication" />
|
|
270
|
+ <configuration name="EurekaServerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
|
271
|
+ <module name="eureka-sever" />
|
|
272
|
+ <option name="SPRING_BOOT_MAIN_CLASS" value="com.community.huiju.EurekaServerApplication" />
|
356
|
273
|
<method v="2">
|
357
|
274
|
<option name="Make" enabled="true" />
|
358
|
275
|
</method>
|
359
|
276
|
</configuration>
|
360
|
|
- <configuration name="EurekaClient1Application (1)" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
|
277
|
+ <configuration name="OperateApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
361
|
278
|
<module name="operate-api" />
|
362
|
279
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.community.huiju.OperateApplication" />
|
363
|
280
|
<method v="2">
|
364
|
281
|
<option name="Make" enabled="true" />
|
365
|
282
|
</method>
|
366
|
283
|
</configuration>
|
367
|
|
- <configuration name="EurekaClient1Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
368
|
|
- <module name="operate-api" />
|
369
|
|
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.example.demo.EurekaClient1Application" />
|
370
|
|
- <method v="2">
|
371
|
|
- <option name="Make" enabled="true" />
|
372
|
|
- </method>
|
373
|
|
- </configuration>
|
374
|
|
- <configuration name="EurekaClient2Application (1)" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
|
284
|
+ <configuration name="PropertyApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
375
|
285
|
<module name="property-api" />
|
376
|
286
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.community.huiju.PropertyApplication" />
|
377
|
287
|
<method v="2">
|
378
|
288
|
<option name="Make" enabled="true" />
|
379
|
289
|
</method>
|
380
|
290
|
</configuration>
|
381
|
|
- <configuration name="EurekaClient2Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
382
|
|
- <module name="property-api" />
|
383
|
|
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.example.demo.EurekaClient2Application" />
|
384
|
|
- <method v="2">
|
385
|
|
- <option name="Make" enabled="true" />
|
386
|
|
- </method>
|
387
|
|
- </configuration>
|
388
|
|
- <configuration name="EurekaServerApplication (1)" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
389
|
|
- <module name="eureka-sever" />
|
390
|
|
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.community.huiju.EurekaServerApplication" />
|
391
|
|
- <method v="2">
|
392
|
|
- <option name="Make" enabled="true" />
|
393
|
|
- </method>
|
394
|
|
- </configuration>
|
395
|
|
- <configuration name="EurekaServerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
396
|
|
- <module name="eureka-sever" />
|
397
|
|
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.example.demo.EurekaServerApplication" />
|
398
|
|
- <method v="2">
|
399
|
|
- <option name="Make" enabled="true" />
|
400
|
|
- </method>
|
401
|
|
- </configuration>
|
402
|
|
- <configuration name="UserServerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
403
|
|
- <module name="app-api" />
|
404
|
|
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.example.userserver.UserServerApplication" />
|
405
|
|
- <method v="2">
|
406
|
|
- <option name="Make" enabled="true" />
|
407
|
|
- </method>
|
408
|
|
- </configuration>
|
409
|
|
- <configuration name="ZuulApplication (1)" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
410
|
|
- <module name="zuul" />
|
411
|
|
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.community.huiju.ZuulApplication" />
|
412
|
|
- <method v="2">
|
413
|
|
- <option name="Make" enabled="true" />
|
414
|
|
- </method>
|
415
|
|
- </configuration>
|
416
|
291
|
<configuration name="ZuulApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
417
|
292
|
<module name="zuul" />
|
418
|
|
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.example.demo.ZuulApplication" />
|
|
293
|
+ <option name="SPRING_BOOT_MAIN_CLASS" value="com.community.huiju.ZuulApplication" />
|
419
|
294
|
<method v="2">
|
420
|
295
|
<option name="Make" enabled="true" />
|
421
|
296
|
</method>
|
|
@@ -438,17 +313,11 @@
|
438
|
313
|
</method>
|
439
|
314
|
</configuration>
|
440
|
315
|
<list>
|
441
|
|
- <item itemvalue="Spring Boot.ConfigServerApplication" />
|
442
|
|
- <item itemvalue="Spring Boot.EurekaClient2Application" />
|
443
|
316
|
<item itemvalue="Spring Boot.EurekaServerApplication" />
|
444
|
|
- <item itemvalue="Spring Boot.EurekaClient1Application" />
|
445
|
|
- <item itemvalue="Spring Boot.UserServerApplication" />
|
446
|
317
|
<item itemvalue="Spring Boot.ZuulApplication" />
|
447
|
|
- <item itemvalue="Spring Boot.EurekaServerApplication (1)" />
|
448
|
|
- <item itemvalue="Spring Boot.EurekaClient2Application (1)" />
|
449
|
|
- <item itemvalue="Spring Boot.ZuulApplication (1)" />
|
450
|
|
- <item itemvalue="Spring Boot.ConfigServerApplication (1)" />
|
451
|
|
- <item itemvalue="Spring Boot.EurekaClient1Application (1)" />
|
|
318
|
+ <item itemvalue="Spring Boot.ConfigServerApplication" />
|
|
319
|
+ <item itemvalue="Spring Boot.PropertyApplication" />
|
|
320
|
+ <item itemvalue="Spring Boot.OperateApplication" />
|
452
|
321
|
<item itemvalue="Spring Boot.AppApplication" />
|
453
|
322
|
</list>
|
454
|
323
|
</component>
|
|
@@ -457,54 +326,53 @@
|
457
|
326
|
</component>
|
458
|
327
|
<component name="TaskManager">
|
459
|
328
|
<task active="true" id="Default" summary="Default task">
|
460
|
|
- <changelist id="91aad682-28e9-4797-aa8c-e6344ec093bc" name="Default Changelist" comment="" />
|
461
|
|
- <created>1539842924972</created>
|
|
329
|
+ <changelist id="d1bffc39-ab34-4a86-8e67-4f1c43ca52a6" name="Default Changelist" comment="" />
|
|
330
|
+ <created>1539919676373</created>
|
462
|
331
|
<option name="number" value="Default" />
|
463
|
332
|
<option name="presentableId" value="Default" />
|
464
|
|
- <updated>1539842924972</updated>
|
465
|
|
- <workItem from="1539842926324" duration="8274000" />
|
466
|
|
- <workItem from="1539911061709" duration="2826000" />
|
|
333
|
+ <updated>1539919676373</updated>
|
|
334
|
+ <workItem from="1539919680286" duration="4100000" />
|
467
|
335
|
</task>
|
468
|
336
|
<servers />
|
469
|
337
|
</component>
|
470
|
338
|
<component name="TimeTrackingManager">
|
471
|
|
- <option name="totallyTimeSpent" value="11100000" />
|
|
339
|
+ <option name="totallyTimeSpent" value="4100000" />
|
472
|
340
|
</component>
|
473
|
341
|
<component name="ToolWindowManager">
|
474
|
342
|
<frame x="-7" y="-7" width="2062" height="1126" extended-state="6" />
|
475
|
343
|
<editor active="true" />
|
476
|
344
|
<layout>
|
477
|
|
- <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25249502" />
|
|
345
|
+ <window_info id="Designer" />
|
|
346
|
+ <window_info id="Image Layers" />
|
|
347
|
+ <window_info id="UI Designer" />
|
|
348
|
+ <window_info id="Favorites" side_tool="true" />
|
|
349
|
+ <window_info id="Capture Tool" />
|
|
350
|
+ <window_info id="Web" side_tool="true" />
|
|
351
|
+ <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25" />
|
478
|
352
|
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
479
|
|
- <window_info id="Designer" order="2" />
|
480
|
|
- <window_info id="Image Layers" order="3" />
|
481
|
|
- <window_info id="UI Designer" order="4" />
|
482
|
|
- <window_info id="Favorites" order="5" side_tool="true" />
|
483
|
|
- <window_info id="Capture Tool" order="6" />
|
484
|
|
- <window_info id="Web" order="7" side_tool="true" />
|
|
353
|
+ <window_info anchor="bottom" id="Spring" />
|
|
354
|
+ <window_info anchor="bottom" id="Terminal" />
|
|
355
|
+ <window_info anchor="bottom" id="Event Log" side_tool="true" />
|
|
356
|
+ <window_info anchor="bottom" id="Java Enterprise" />
|
|
357
|
+ <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
|
|
358
|
+ <window_info anchor="bottom" id="Version Control" />
|
485
|
359
|
<window_info anchor="bottom" id="Message" order="0" />
|
486
|
|
- <window_info anchor="bottom" id="Find" order="1" weight="0.32920536" />
|
|
360
|
+ <window_info anchor="bottom" id="Find" order="1" />
|
487
|
361
|
<window_info anchor="bottom" id="Run" order="2" />
|
488
|
362
|
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
489
|
363
|
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
490
|
364
|
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
491
|
365
|
<window_info anchor="bottom" id="TODO" order="6" />
|
492
|
|
- <window_info anchor="bottom" id="Spring" order="7" />
|
493
|
|
- <window_info anchor="bottom" id="Terminal" order="8" />
|
494
|
|
- <window_info anchor="bottom" id="Event Log" order="9" side_tool="true" />
|
495
|
|
- <window_info anchor="bottom" id="Java Enterprise" order="10" />
|
496
|
|
- <window_info anchor="bottom" id="Database Changes" order="11" show_stripe_button="false" />
|
497
|
|
- <window_info anchor="bottom" id="Version Control" order="12" />
|
|
366
|
+ <window_info anchor="right" id="Palette" />
|
|
367
|
+ <window_info anchor="right" id="Capture Analysis" />
|
|
368
|
+ <window_info anchor="right" id="Maven Projects" weight="0.32984033" />
|
|
369
|
+ <window_info anchor="right" id="Database" weight="0.32984033" />
|
|
370
|
+ <window_info anchor="right" id="Palette	" />
|
|
371
|
+ <window_info anchor="right" id="Theme Preview" />
|
|
372
|
+ <window_info anchor="right" id="Bean Validation" />
|
498
|
373
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
499
|
374
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
500
|
375
|
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
501
|
|
- <window_info anchor="right" id="Palette" order="3" />
|
502
|
|
- <window_info anchor="right" id="Capture Analysis" order="4" />
|
503
|
|
- <window_info anchor="right" id="Maven Projects" order="5" weight="0.32984033" />
|
504
|
|
- <window_info anchor="right" id="Database" order="6" />
|
505
|
|
- <window_info anchor="right" id="Palette	" order="7" />
|
506
|
|
- <window_info anchor="right" id="Theme Preview" order="8" />
|
507
|
|
- <window_info anchor="right" id="Bean Validation" order="9" />
|
508
|
376
|
</layout>
|
509
|
377
|
</component>
|
510
|
378
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -514,87 +382,78 @@
|
514
|
382
|
<option name="myLimit" value="2678400000" />
|
515
|
383
|
</component>
|
516
|
384
|
<component name="editorHistoryManager">
|
517
|
|
- <entry file="file://$PROJECT_DIR$/config-server/src/main/java/com/community/huiju/ConfigServerApplication.java">
|
|
385
|
+ <entry file="file://$PROJECT_DIR$/zuul/pom.xml">
|
518
|
386
|
<provider selected="true" editor-type-id="text-editor">
|
519
|
|
- <state relative-caret-position="198">
|
520
|
|
- <caret line="16" selection-start-line="16" selection-end-line="16" />
|
|
387
|
+ <state relative-caret-position="90">
|
|
388
|
+ <caret line="5" column="26" selection-start-line="5" selection-start-column="26" selection-end-line="5" selection-end-column="26" />
|
521
|
389
|
</state>
|
522
|
390
|
</provider>
|
523
|
391
|
</entry>
|
524
|
|
- <entry file="file://$PROJECT_DIR$/config-server/pom.xml">
|
525
|
|
- <provider selected="true" editor-type-id="text-editor">
|
526
|
|
- <state relative-caret-position="252">
|
527
|
|
- <caret line="14" column="40" selection-start-line="14" selection-start-column="40" selection-end-line="14" selection-end-column="40" />
|
528
|
|
- </state>
|
529
|
|
- </provider>
|
|
392
|
+ <entry file="file://$PROJECT_DIR$/property-api/pom.xml">
|
|
393
|
+ <provider selected="true" editor-type-id="text-editor" />
|
530
|
394
|
</entry>
|
531
|
|
- <entry file="file://$PROJECT_DIR$/config-server/src/main/resources/application.yml">
|
|
395
|
+ <entry file="file://$PROJECT_DIR$/operate-api/pom.xml">
|
|
396
|
+ <provider selected="true" editor-type-id="text-editor" />
|
|
397
|
+ </entry>
|
|
398
|
+ <entry file="file://$PROJECT_DIR$/eureka-sever/pom.xml">
|
532
|
399
|
<provider selected="true" editor-type-id="text-editor">
|
533
|
|
- <state relative-caret-position="342">
|
534
|
|
- <caret line="19" selection-start-line="19" selection-end-line="19" />
|
|
400
|
+ <state relative-caret-position="90">
|
|
401
|
+ <caret line="5" column="26" selection-start-line="5" selection-start-column="26" selection-end-line="5" selection-end-column="26" />
|
535
|
402
|
</state>
|
536
|
403
|
</provider>
|
537
|
404
|
</entry>
|
|
405
|
+ <entry file="file://$PROJECT_DIR$/config-server/pom.xml">
|
|
406
|
+ <provider selected="true" editor-type-id="text-editor" />
|
|
407
|
+ </entry>
|
538
|
408
|
<entry file="file://$PROJECT_DIR$/community-common/pom.xml">
|
539
|
|
- <provider selected="true" editor-type-id="text-editor">
|
540
|
|
- <state relative-caret-position="468">
|
541
|
|
- <caret line="26" column="36" selection-start-line="26" selection-start-column="36" selection-end-line="26" selection-end-column="36" />
|
542
|
|
- </state>
|
543
|
|
- </provider>
|
|
409
|
+ <provider selected="true" editor-type-id="text-editor" />
|
544
|
410
|
</entry>
|
545
|
|
- <entry file="file://$PROJECT_DIR$/zuul/pom.xml">
|
|
411
|
+ <entry file="file://$PROJECT_DIR$/app-api/pom.xml">
|
546
|
412
|
<provider selected="true" editor-type-id="text-editor">
|
547
|
|
- <state relative-caret-position="306">
|
548
|
|
- <caret line="17" column="13" selection-start-line="17" selection-start-column="13" selection-end-line="17" selection-end-column="13" />
|
|
413
|
+ <state relative-caret-position="468">
|
|
414
|
+ <caret line="26" column="18" lean-forward="true" selection-start-line="26" selection-start-column="18" selection-end-line="26" selection-end-column="18" />
|
549
|
415
|
</state>
|
550
|
416
|
</provider>
|
551
|
417
|
</entry>
|
552
|
|
- <entry file="file://$PROJECT_DIR$/eureka-sever/pom.xml">
|
|
418
|
+ <entry file="file://$PROJECT_DIR$/smart-community.iml">
|
553
|
419
|
<provider selected="true" editor-type-id="text-editor">
|
554
|
420
|
<state relative-caret-position="198">
|
555
|
|
- <caret line="11" column="44" selection-start-line="11" selection-start-column="44" selection-end-line="11" selection-end-column="44" />
|
556
|
|
- </state>
|
557
|
|
- </provider>
|
558
|
|
- </entry>
|
559
|
|
- <entry file="file://$PROJECT_DIR$/zuul/src/main/java/com/community/huiju/config/HttpSessionConfig.java">
|
560
|
|
- <provider selected="true" editor-type-id="text-editor">
|
561
|
|
- <state relative-caret-position="234">
|
562
|
|
- <caret line="19" selection-start-line="19" selection-end-line="19" />
|
|
421
|
+ <caret line="11" column="9" lean-forward="true" selection-start-line="11" selection-start-column="9" selection-end-line="11" selection-end-column="9" />
|
563
|
422
|
</state>
|
564
|
423
|
</provider>
|
565
|
424
|
</entry>
|
566
|
|
- <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/AppApplication.java">
|
|
425
|
+ <entry file="file://$PROJECT_DIR$/app-api/src/main/resources/mapper/ScUserMapper.xml">
|
567
|
426
|
<provider selected="true" editor-type-id="text-editor">
|
568
|
|
- <state relative-caret-position="126">
|
569
|
|
- <caret line="10" column="13" selection-start-line="10" selection-start-column="13" selection-end-line="10" selection-end-column="13" />
|
|
427
|
+ <state relative-caret-position="270">
|
|
428
|
+ <caret line="15" column="9" lean-forward="true" selection-start-line="15" selection-start-column="9" selection-end-line="15" selection-end-column="9" />
|
570
|
429
|
</state>
|
571
|
430
|
</provider>
|
572
|
431
|
</entry>
|
573
|
|
- <entry file="file://$PROJECT_DIR$/pom.xml">
|
|
432
|
+ <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/service/impl/ScUserServiceImpl.java">
|
574
|
433
|
<provider selected="true" editor-type-id="text-editor">
|
575
|
434
|
<state relative-caret-position="288">
|
576
|
|
- <caret line="16" column="16" selection-start-line="16" selection-start-column="16" selection-end-line="16" selection-end-column="27" />
|
|
435
|
+ <caret line="24" column="1" lean-forward="true" selection-start-line="24" selection-start-column="1" selection-end-line="24" selection-end-column="1" />
|
577
|
436
|
</state>
|
578
|
437
|
</provider>
|
579
|
438
|
</entry>
|
580
|
|
- <entry file="file://$PROJECT_DIR$/property-api/pom.xml">
|
|
439
|
+ <entry file="file://$PROJECT_DIR$/app-api/src/main/java/com/community/huiju/controller/TestController.java">
|
581
|
440
|
<provider selected="true" editor-type-id="text-editor">
|
582
|
|
- <state relative-caret-position="540">
|
583
|
|
- <caret line="87" selection-start-line="87" selection-end-line="87" />
|
|
441
|
+ <state relative-caret-position="414">
|
|
442
|
+ <caret line="36" column="38" selection-start-line="36" selection-start-column="38" selection-end-line="36" selection-end-column="38" />
|
584
|
443
|
</state>
|
585
|
444
|
</provider>
|
586
|
445
|
</entry>
|
587
|
|
- <entry file="file://$PROJECT_DIR$/operate-api/pom.xml">
|
|
446
|
+ <entry file="file://$PROJECT_DIR$/config-server/src/main/java/com/community/huiju/ConfigServerApplication.java">
|
588
|
447
|
<provider selected="true" editor-type-id="text-editor">
|
589
|
|
- <state relative-caret-position="450">
|
590
|
|
- <caret line="52" column="21" selection-start-line="47" selection-start-column="8" selection-end-line="52" selection-end-column="21" />
|
|
448
|
+ <state relative-caret-position="162">
|
|
449
|
+ <caret line="13" column="16" selection-start-line="13" selection-start-column="16" selection-end-line="13" selection-end-column="16" />
|
591
|
450
|
</state>
|
592
|
451
|
</provider>
|
593
|
452
|
</entry>
|
594
|
|
- <entry file="file://$PROJECT_DIR$/app-api/pom.xml">
|
|
453
|
+ <entry file="file://$PROJECT_DIR$/config-server/src/main/resources/application.yml">
|
595
|
454
|
<provider selected="true" editor-type-id="text-editor">
|
596
|
|
- <state relative-caret-position="311">
|
597
|
|
- <caret line="64" column="54" lean-forward="true" selection-start-line="64" selection-start-column="54" selection-end-line="64" selection-end-column="54" />
|
|
455
|
+ <state relative-caret-position="342">
|
|
456
|
+ <caret line="19" lean-forward="true" selection-start-line="19" selection-end-line="19" />
|
598
|
457
|
</state>
|
599
|
458
|
</provider>
|
600
|
459
|
</entry>
|