瀏覽代碼

created user database

alizalang 6 年之前
父節點
當前提交
c73a9e2769

+ 9
- 0
.idea/ZipTeam.iml 查看文件

@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+    <exclude-output />
5
+    <content url="file://$MODULE_DIR$" />
6
+    <orderEntry type="inheritedJdk" />
7
+    <orderEntry type="sourceFolder" forTests="false" />
8
+  </component>
9
+</module>

+ 7
- 0
.idea/misc.xml 查看文件

@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="JavaScriptSettings">
4
+    <option name="languageLevel" value="ES6" />
5
+  </component>
6
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="10" project-jdk-type="JavaSDK" />
7
+</project>

+ 8
- 0
.idea/modules.xml 查看文件

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectModuleManager">
4
+    <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/.idea/ZipTeam.iml" filepath="$PROJECT_DIR$/.idea/ZipTeam.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 6
- 0
.idea/vcs.xml 查看文件

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

+ 261
- 0
.idea/workspace.xml 查看文件

@@ -0,0 +1,261 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ChangeListManager">
4
+    <list default="true" id="b17f0c7b-7b15-4e2a-9434-f5f9847c8e3b" name="Default" comment="" />
5
+    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
6
+    <option name="TRACKING_ENABLED" value="true" />
7
+    <option name="SHOW_DIALOG" value="false" />
8
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
9
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
10
+    <option name="LAST_RESOLUTION" value="IGNORE" />
11
+  </component>
12
+  <component name="Git.Settings">
13
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
14
+  </component>
15
+  <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
16
+  <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
17
+  <component name="JsGulpfileManager">
18
+    <detection-done>true</detection-done>
19
+    <sorting>DEFINITION_ORDER</sorting>
20
+  </component>
21
+  <component name="NodePackageJsonFileManager">
22
+    <packageJsonPaths />
23
+  </component>
24
+  <component name="ProjectFrameBounds">
25
+    <option name="x" value="442" />
26
+    <option name="y" value="115" />
27
+    <option name="width" value="1280" />
28
+    <option name="height" value="709" />
29
+  </component>
30
+  <component name="ProjectView">
31
+    <navigator proportions="" version="1">
32
+      <foldersAlwaysOnTop value="true" />
33
+    </navigator>
34
+    <panes>
35
+      <pane id="PackagesPane" />
36
+      <pane id="ProjectPane">
37
+        <subPane>
38
+          <expand>
39
+            <path>
40
+              <item name="ZipTeam" type="b2602c69:ProjectViewProjectNode" />
41
+              <item name="ZipTeam" type="462c0819:PsiDirectoryNode" />
42
+            </path>
43
+          </expand>
44
+          <select />
45
+        </subPane>
46
+      </pane>
47
+      <pane id="AndroidView" />
48
+      <pane id="Scope" />
49
+    </panes>
50
+  </component>
51
+  <component name="PropertiesComponent">
52
+    <property name="WebServerToolWindowFactoryState" value="false" />
53
+    <property name="android.sdk.path" value="$USER_HOME$/Library/Android/sdk" />
54
+    <property name="aspect.path.notification.shown" value="true" />
55
+    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
56
+    <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
57
+    <property name="nodejs_npm_path_reset_for_default_project" value="true" />
58
+    <property name="project.structure.last.edited" value="Facets" />
59
+    <property name="project.structure.proportion" value="0.15" />
60
+    <property name="project.structure.side.proportion" value="0.2" />
61
+    <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
62
+  </component>
63
+  <component name="RunDashboard">
64
+    <option name="ruleStates">
65
+      <list>
66
+        <RuleState>
67
+          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
68
+        </RuleState>
69
+        <RuleState>
70
+          <option name="name" value="StatusDashboardGroupingRule" />
71
+        </RuleState>
72
+      </list>
73
+    </option>
74
+  </component>
75
+  <component name="RunManager">
76
+    <configuration default="true" type="Application" factoryName="Application">
77
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
78
+    </configuration>
79
+    <configuration default="true" type="JUnit" factoryName="JUnit">
80
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
81
+      <option name="ALTERNATIVE_JRE_PATH" />
82
+      <option name="PACKAGE_NAME" />
83
+      <option name="MAIN_CLASS_NAME" />
84
+      <option name="METHOD_NAME" />
85
+      <option name="TEST_OBJECT" value="class" />
86
+      <option name="VM_PARAMETERS" value="-ea" />
87
+      <option name="PARAMETERS" />
88
+      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
89
+      <option name="PASS_PARENT_ENVS" value="true" />
90
+      <option name="TEST_SEARCH_SCOPE">
91
+        <value defaultName="singleModule" />
92
+      </option>
93
+      <patterns />
94
+    </configuration>
95
+    <configuration default="true" type="TestNG" factoryName="TestNG">
96
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
97
+      <option name="ALTERNATIVE_JRE_PATH" />
98
+      <option name="SUITE_NAME" />
99
+      <option name="PACKAGE_NAME" />
100
+      <option name="MAIN_CLASS_NAME" />
101
+      <option name="METHOD_NAME" />
102
+      <option name="GROUP_NAME" />
103
+      <option name="TEST_OBJECT" value="CLASS" />
104
+      <option name="VM_PARAMETERS" value="-ea" />
105
+      <option name="PARAMETERS" />
106
+      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
107
+      <option name="OUTPUT_DIRECTORY" />
108
+      <option name="PASS_PARENT_ENVS" value="true" />
109
+      <option name="TEST_SEARCH_SCOPE">
110
+        <value defaultName="singleModule" />
111
+      </option>
112
+      <option name="USE_DEFAULT_REPORTERS" value="false" />
113
+      <option name="PROPERTIES_FILE" />
114
+      <properties />
115
+      <listeners />
116
+    </configuration>
117
+  </component>
118
+  <component name="SvnConfiguration">
119
+    <configuration />
120
+  </component>
121
+  <component name="TaskManager">
122
+    <task active="true" id="Default" summary="Default task">
123
+      <changelist id="b17f0c7b-7b15-4e2a-9434-f5f9847c8e3b" name="Default" comment="" />
124
+      <created>1531074219472</created>
125
+      <option name="number" value="Default" />
126
+      <option name="presentableId" value="Default" />
127
+      <updated>1531074219472</updated>
128
+      <workItem from="1531074221218" duration="56000" />
129
+      <workItem from="1531074452837" duration="81000" />
130
+    </task>
131
+    <servers />
132
+  </component>
133
+  <component name="TimeTrackingManager">
134
+    <option name="totallyTimeSpent" value="137000" />
135
+  </component>
136
+  <component name="ToolWindowManager">
137
+    <frame x="442" y="115" width="1280" height="709" extended-state="0" />
138
+    <layout>
139
+      <window_info anchor="right" id="Palette" order="3" />
140
+      <window_info anchor="bottom" id="TODO" order="6" />
141
+      <window_info anchor="right" id="Palette&#9;" order="3" />
142
+      <window_info id="Image Layers" order="2" />
143
+      <window_info anchor="right" id="Capture Analysis" order="3" />
144
+      <window_info anchor="bottom" id="Event Log" order="7" side_tool="true" />
145
+      <window_info anchor="right" id="Maven Projects" order="3" />
146
+      <window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" />
147
+      <window_info anchor="bottom" id="Run" order="2" />
148
+      <window_info anchor="bottom" id="Version Control" order="7" />
149
+      <window_info anchor="bottom" id="Terminal" order="7" />
150
+      <window_info id="Capture Tool" order="2" />
151
+      <window_info id="Designer" order="2" />
152
+      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25" />
153
+      <window_info anchor="right" id="Database" order="3" />
154
+      <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
155
+      <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
156
+      <window_info id="UI Designer" order="2" />
157
+      <window_info anchor="right" id="Theme Preview" order="3" />
158
+      <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
159
+      <window_info id="Favorites" order="2" side_tool="true" />
160
+      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
161
+      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
162
+      <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
163
+      <window_info anchor="bottom" id="Message" order="0" />
164
+      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
165
+      <window_info anchor="bottom" id="Find" order="1" />
166
+    </layout>
167
+  </component>
168
+  <component name="TypeScriptGeneratedFilesManager">
169
+    <option name="version" value="1" />
170
+  </component>
171
+  <component name="VcsContentAnnotationSettings">
172
+    <option name="myLimit" value="2678400000" />
173
+  </component>
174
+  <component name="masterDetails">
175
+    <states>
176
+      <state key="ArtifactsStructureConfigurable.UI">
177
+        <settings>
178
+          <artifact-editor />
179
+          <splitter-proportions>
180
+            <option name="proportions">
181
+              <list>
182
+                <option value="0.2" />
183
+              </list>
184
+            </option>
185
+          </splitter-proportions>
186
+        </settings>
187
+      </state>
188
+      <state key="FacetStructureConfigurable.UI">
189
+        <settings>
190
+          <last-edited>No facets are configured</last-edited>
191
+          <splitter-proportions>
192
+            <option name="proportions">
193
+              <list>
194
+                <option value="0.2" />
195
+              </list>
196
+            </option>
197
+          </splitter-proportions>
198
+        </settings>
199
+      </state>
200
+      <state key="GlobalLibrariesConfigurable.UI">
201
+        <settings>
202
+          <splitter-proportions>
203
+            <option name="proportions">
204
+              <list>
205
+                <option value="0.2" />
206
+              </list>
207
+            </option>
208
+          </splitter-proportions>
209
+        </settings>
210
+      </state>
211
+      <state key="JdkListConfigurable.UI">
212
+        <settings>
213
+          <last-edited>10</last-edited>
214
+          <splitter-proportions>
215
+            <option name="proportions">
216
+              <list>
217
+                <option value="0.2" />
218
+              </list>
219
+            </option>
220
+          </splitter-proportions>
221
+        </settings>
222
+      </state>
223
+      <state key="ModuleStructureConfigurable.UI">
224
+        <settings>
225
+          <last-edited>ZipTeam</last-edited>
226
+          <splitter-proportions>
227
+            <option name="proportions">
228
+              <list>
229
+                <option value="0.2" />
230
+                <option value="0.6" />
231
+              </list>
232
+            </option>
233
+          </splitter-proportions>
234
+        </settings>
235
+      </state>
236
+      <state key="ProjectJDKs.UI">
237
+        <settings>
238
+          <last-edited>10</last-edited>
239
+          <splitter-proportions>
240
+            <option name="proportions">
241
+              <list>
242
+                <option value="0.2" />
243
+              </list>
244
+            </option>
245
+          </splitter-proportions>
246
+        </settings>
247
+      </state>
248
+      <state key="ProjectLibrariesConfigurable.UI">
249
+        <settings>
250
+          <splitter-proportions>
251
+            <option name="proportions">
252
+              <list>
253
+                <option value="0.2" />
254
+              </list>
255
+            </option>
256
+          </splitter-proportions>
257
+        </settings>
258
+      </state>
259
+    </states>
260
+  </component>
261
+</project>

二進制
IMG_20180709_105418-2.jpg 查看文件


+ 1
- 0
README.md 查看文件

@@ -1,5 +1,6 @@
1 1
 # ZipTeam
2 2
 
3
+
3 4
 a zip code slack clone
4 5
 
5 6
 ### Project planning:

+ 13
- 0
ZipTeamOrange/.idea/compiler.xml 查看文件

@@ -0,0 +1,13 @@
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="ZipTeamOrange" />
10
+      </profile>
11
+    </annotationProcessing>
12
+  </component>
13
+</project>

+ 6
- 0
ZipTeamOrange/.idea/encodings.xml 查看文件

@@ -0,0 +1,6 @@
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
+  </component>
6
+</project>

+ 14
- 0
ZipTeamOrange/.idea/misc.xml 查看文件

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

+ 124
- 0
ZipTeamOrange/.idea/uiDesigner.xml 查看文件

@@ -0,0 +1,124 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="Palette2">
4
+    <group name="Swing">
5
+      <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
6
+        <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
7
+      </item>
8
+      <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
9
+        <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
10
+      </item>
11
+      <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
12
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
13
+      </item>
14
+      <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
15
+        <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
16
+      </item>
17
+      <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
18
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
19
+        <initial-values>
20
+          <property name="text" value="Button" />
21
+        </initial-values>
22
+      </item>
23
+      <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
24
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
25
+        <initial-values>
26
+          <property name="text" value="RadioButton" />
27
+        </initial-values>
28
+      </item>
29
+      <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
30
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
31
+        <initial-values>
32
+          <property name="text" value="CheckBox" />
33
+        </initial-values>
34
+      </item>
35
+      <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
36
+        <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
37
+        <initial-values>
38
+          <property name="text" value="Label" />
39
+        </initial-values>
40
+      </item>
41
+      <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
42
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
43
+          <preferred-size width="150" height="-1" />
44
+        </default-constraints>
45
+      </item>
46
+      <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
47
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
48
+          <preferred-size width="150" height="-1" />
49
+        </default-constraints>
50
+      </item>
51
+      <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
52
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
53
+          <preferred-size width="150" height="-1" />
54
+        </default-constraints>
55
+      </item>
56
+      <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
57
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
58
+          <preferred-size width="150" height="50" />
59
+        </default-constraints>
60
+      </item>
61
+      <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
62
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
63
+          <preferred-size width="150" height="50" />
64
+        </default-constraints>
65
+      </item>
66
+      <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
67
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
68
+          <preferred-size width="150" height="50" />
69
+        </default-constraints>
70
+      </item>
71
+      <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
72
+        <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
73
+      </item>
74
+      <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
75
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
76
+          <preferred-size width="150" height="50" />
77
+        </default-constraints>
78
+      </item>
79
+      <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
80
+        <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
81
+          <preferred-size width="150" height="50" />
82
+        </default-constraints>
83
+      </item>
84
+      <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
85
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
86
+          <preferred-size width="150" height="50" />
87
+        </default-constraints>
88
+      </item>
89
+      <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
90
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
91
+          <preferred-size width="200" height="200" />
92
+        </default-constraints>
93
+      </item>
94
+      <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
95
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
96
+          <preferred-size width="200" height="200" />
97
+        </default-constraints>
98
+      </item>
99
+      <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
100
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
101
+      </item>
102
+      <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
103
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
104
+      </item>
105
+      <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
106
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
107
+      </item>
108
+      <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
109
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
110
+      </item>
111
+      <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
112
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
113
+          <preferred-size width="-1" height="20" />
114
+        </default-constraints>
115
+      </item>
116
+      <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
117
+        <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
118
+      </item>
119
+      <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
120
+        <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
121
+      </item>
122
+    </group>
123
+  </component>
124
+</project>

+ 6
- 0
ZipTeamOrange/.idea/vcs.xml 查看文件

@@ -0,0 +1,6 @@
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>

+ 1247
- 0
ZipTeamOrange/.idea/workspace.xml
文件差異過大導致無法顯示
查看文件


+ 50
- 0
ZipTeamOrange/Middleteir.uml 查看文件

@@ -0,0 +1,50 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<Diagram>
3
+  <ID>JAVA</ID>
4
+  <OriginalElement />
5
+  <nodes>
6
+    <node x="335.0" y="308.0">User</node>
7
+    <node x="687.0" y="308.0">Message</node>
8
+    <node x="0.0" y="603.0">MessageRespository</node>
9
+    <node x="0.0" y="699.0">UserRespository</node>
10
+    <node x="0.0" y="308.0">Chat</node>
11
+    <node x="410.0" y="101.0">UserController</node>
12
+    <node x="205.0" y="101.0">MessageController</node>
13
+    <node x="0.0" y="795.0">ChatRespository</node>
14
+    <node x="235.0" y="0.0">Controller</node>
15
+    <node x="0.0" y="101.0">ChatController</node>
16
+    <node x="541.0" y="795.0">Main</node>
17
+  </nodes>
18
+  <notes />
19
+  <edges>
20
+    <edge source="UserController" target="Controller">
21
+      <point x="0.0" y="-81.0" />
22
+      <point x="502.5" y="76.0" />
23
+      <point x="339.16666666666663" y="76.0" />
24
+      <point x="41.66666666666663" y="25.5" />
25
+    </edge>
26
+    <edge source="MessageController" target="Controller">
27
+      <point x="0.0" y="-81.0" />
28
+      <point x="0.0" y="25.5" />
29
+    </edge>
30
+    <edge source="ChatController" target="Controller">
31
+      <point x="0.0" y="-81.0" />
32
+      <point x="92.5" y="76.0" />
33
+      <point x="255.83333333333334" y="76.0" />
34
+      <point x="-41.66666666666666" y="25.5" />
35
+    </edge>
36
+  </edges>
37
+  <settings layout="Hierarchic Group" zoom="1.0" x="454.0" y="423.0" />
38
+  <SelectedNodes>
39
+    <node>MessageRespository</node>
40
+  </SelectedNodes>
41
+  <Categories>
42
+    <Category>Fields</Category>
43
+    <Category>Constructors</Category>
44
+    <Category>Methods</Category>
45
+    <Category>Properties</Category>
46
+  </Categories>
47
+  <SCOPE>Project Files</SCOPE>
48
+  <VISIBILITY>private</VISIBILITY>
49
+</Diagram>
50
+

+ 1
- 2
ZipTeamOrange/src/main/java/ZipTeamOrange/user/UserRepository.java 查看文件

@@ -1,8 +1,7 @@
1 1
 package ZipTeamOrange.user;
2 2
 
3
-import org.hibernate.boot.model.source.spi.JpaCallbackSource;
4 3
 import org.springframework.data.jpa.repository.JpaRepository;
5
-import org.springframework.data.repository.CrudRepository;
4
+
6 5
 
7 6
 public interface UserRepository extends JpaRepository<User, Long>{
8 7