Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
springcloudStudy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林贤津
springcloudStudy
Commits
e8d46c45
Commit
e8d46c45
authored
Aug 19, 2019
by
zhongzhimiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
53c3311c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
13 deletions
+52
-13
.gitignore
+19
-0
.idea/workspace.xml
+33
-13
No files found.
.gitignore
0 → 100644
View file @
e8d46c45
/target/
!.mvn/wrapper/maven-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
/target
.idea/workspace.xml
View file @
e8d46c45
...
@@ -2,12 +2,7 @@
...
@@ -2,12 +2,7 @@
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"0dcfcd34-9a3d-4ad3-809a-8b9c19032e2b"
name=
"Default"
comment=
""
>
<list
default=
"true"
id=
"0dcfcd34-9a3d-4ad3-809a-8b9c19032e2b"
name=
"Default"
comment=
""
>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/.idea/vcs.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/service-zuul/pom.xml"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/service-zuul/service-zuul.iml"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/service-zuul/src/main/java/com/study/AppZuul.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/service-zuul/src/main/java/com/study/MyFilter.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/service-zuul/src/main/resources/application.yml"
/>
</list>
</list>
<ignored
path=
"$PROJECT_DIR$/config-client/target/"
/>
<ignored
path=
"$PROJECT_DIR$/config-client/target/"
/>
<ignored
path=
"$PROJECT_DIR$/config-server/target/"
/>
<ignored
path=
"$PROJECT_DIR$/config-server/target/"
/>
...
@@ -62,7 +57,7 @@
...
@@ -62,7 +57,7 @@
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"application.properties"
pinned=
"false"
current-in-tab=
"
tru
e"
>
<file
leaf-file-name=
"application.properties"
pinned=
"false"
current-in-tab=
"
fals
e"
>
<entry
file=
"file://$PROJECT_DIR$/config-server/src/main/resources/application.properties"
>
<entry
file=
"file://$PROJECT_DIR$/config-server/src/main/resources/application.properties"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"114"
>
<state
relative-caret-position=
"114"
>
...
@@ -72,6 +67,16 @@
...
@@ -72,6 +67,16 @@
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
".gitignore"
pinned=
"false"
current-in-tab=
"true"
>
<entry
file=
"file://$PROJECT_DIR$/.gitignore"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"19"
>
<caret
line=
"1"
column=
"0"
lean-forward=
"false"
selection-start-line=
"1"
selection-start-column=
"0"
selection-end-line=
"1"
selection-end-column=
"31"
/>
<folding
/>
</state>
</provider>
</entry>
</file>
<file
leaf-file-name=
"ConfigServerApplication.java"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"ConfigServerApplication.java"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/config-server/src/main/java/com/study/app/ConfigServerApplication.java"
>
<entry
file=
"file://$PROJECT_DIR$/config-server/src/main/java/com/study/app/ConfigServerApplication.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
...
@@ -153,6 +158,7 @@
...
@@ -153,6 +158,7 @@
<option
value=
"$PROJECT_DIR$/service-member/src/main/java/com/study/controller/MemberController.java"
/>
<option
value=
"$PROJECT_DIR$/service-member/src/main/java/com/study/controller/MemberController.java"
/>
<option
value=
"$PROJECT_DIR$/service-zuul/src/main/resources/application.yml"
/>
<option
value=
"$PROJECT_DIR$/service-zuul/src/main/resources/application.yml"
/>
<option
value=
"$PROJECT_DIR$/config-server/src/main/resources/application.properties"
/>
<option
value=
"$PROJECT_DIR$/config-server/src/main/resources/application.properties"
/>
<option
value=
"$PROJECT_DIR$/.gitignore"
/>
</list>
</list>
</option>
</option>
</component>
</component>
...
@@ -519,7 +525,7 @@
...
@@ -519,7 +525,7 @@
<workItem
from=
"1565337584225"
duration=
"5000"
/>
<workItem
from=
"1565337584225"
duration=
"5000"
/>
<workItem
from=
"1566175733036"
duration=
"704000"
/>
<workItem
from=
"1566175733036"
duration=
"704000"
/>
<workItem
from=
"1566197434181"
duration=
"836000"
/>
<workItem
from=
"1566197434181"
duration=
"836000"
/>
<workItem
from=
"1566198382633"
duration=
"2
7
000"
/>
<workItem
from=
"1566198382633"
duration=
"2
88
000"
/>
</task>
</task>
<servers
/>
<servers
/>
</component>
</component>
...
@@ -535,7 +541,7 @@
...
@@ -535,7 +541,7 @@
</history-entry>
</history-entry>
</component>
</component>
<component
name=
"TimeTrackingManager"
>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"3
7856
000"
/>
<option
name=
"totallyTimeSpent"
value=
"3
8117
000"
/>
</component>
</component>
<component
name=
"ToolWindowManager"
>
<component
name=
"ToolWindowManager"
>
<frame
x=
"-8"
y=
"-8"
width=
"1936"
height=
"1056"
extended-state=
"6"
/>
<frame
x=
"-8"
y=
"-8"
width=
"1936"
height=
"1056"
extended-state=
"6"
/>
...
@@ -560,9 +566,9 @@
...
@@ -560,9 +566,9 @@
<window_info
id=
"Version Control"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Version Control"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Run"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.65290177"
sideWeight=
"0.5"
order=
"2"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Run"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.65290177"
sideWeight=
"0.5"
order=
"2"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Spring"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Spring"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Terminal"
active=
"
tru
e"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
show_stripe_button=
"true"
weight=
"0.32997763"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Terminal"
active=
"
fals
e"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
show_stripe_button=
"true"
weight=
"0.32997763"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"MyBatis Sql Log"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"MyBatis Sql Log"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Project"
active=
"
fals
e"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
show_stripe_button=
"true"
weight=
"0.29669157"
sideWeight=
"0.5"
order=
"0"
side_tool=
"false"
content_ui=
"combo"
/>
<window_info
id=
"Project"
active=
"
tru
e"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
show_stripe_button=
"true"
weight=
"0.29669157"
sideWeight=
"0.5"
order=
"0"
side_tool=
"false"
content_ui=
"combo"
/>
<window_info
id=
"Bean Validation"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"3"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Bean Validation"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"3"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Theme Preview"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"3"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Theme Preview"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"3"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Favorites"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"2"
side_tool=
"true"
content_ui=
"tabs"
/>
<window_info
id=
"Favorites"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"2"
side_tool=
"true"
content_ui=
"tabs"
/>
...
@@ -588,8 +594,6 @@
...
@@ -588,8 +594,6 @@
<watches-manager
/>
<watches-manager
/>
</component>
</component>
<component
name=
"editorHistoryManager"
>
<component
name=
"editorHistoryManager"
>
<entry
file=
"file://$PROJECT_DIR$/springDataJpaStudy/src/main/java/cn/study/entity/Customer.java"
/>
<entry
file=
"file://$PROJECT_DIR$/springDataJpaStudy/src/main/java/cn/study/entity/LinkMan.java"
/>
<entry
file=
"file://$PROJECT_DIR$/springDataJpaStudy/src/main/resources/applicationContext.xml"
/>
<entry
file=
"file://$PROJECT_DIR$/springDataJpaStudy/src/main/resources/applicationContext.xml"
/>
<entry
file=
"file://$PROJECT_DIR$/comstudy/pom.xml"
/>
<entry
file=
"file://$PROJECT_DIR$/comstudy/pom.xml"
/>
<entry
file=
"file://$PROJECT_DIR$/comstudy/src/main/java/TCPClient.java"
/>
<entry
file=
"file://$PROJECT_DIR$/comstudy/src/main/java/TCPClient.java"
/>
...
@@ -844,6 +848,14 @@
...
@@ -844,6 +848,14 @@
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/ignores.txt"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"0"
>
<caret
line=
"0"
column=
"0"
lean-forward=
"false"
selection-start-line=
"0"
selection-start-column=
"0"
selection-end-line=
"0"
selection-end-column=
"0"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/config-server/src/main/resources/application.properties"
>
<entry
file=
"file://$PROJECT_DIR$/config-server/src/main/resources/application.properties"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"114"
>
<state
relative-caret-position=
"114"
>
...
@@ -852,6 +864,14 @@
...
@@ -852,6 +864,14 @@
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/.gitignore"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"19"
>
<caret
line=
"1"
column=
"0"
lean-forward=
"false"
selection-start-line=
"1"
selection-start-column=
"0"
selection-end-line=
"1"
selection-end-column=
"31"
/>
<folding
/>
</state>
</provider>
</entry>
</component>
</component>
<component
name=
"masterDetails"
>
<component
name=
"masterDetails"
>
<states>
<states>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment