Skip to content

Commit dab37ce

Browse files
committed
rename project
1 parent 4a86b94 commit dab37ce

File tree

6 files changed

+24
-10
lines changed

6 files changed

+24
-10
lines changed

.gitignore

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
.DS_Store
2-
.idea/
3-
*.iml
4-
data
52
logs
63
target
74

5+
### STS ###
6+
.apt_generated
7+
.classpath
8+
.factorypath
9+
.project
10+
.settings
11+
.springBeans
12+
.DS_Store
13+
14+
### IntelliJ IDEA ###
15+
.idea
16+
*.iws
17+
*.iml
18+
*.ipr

auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<parent>
1414
<groupId>com.springboot.cloud</groupId>
15-
<artifactId>cloud</artifactId>
15+
<artifactId>springCloud</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
1717
</parent>
1818

cloud.ipr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<module name="authentication-client" target="1.8" />
3030
<module name="authentication-server" target="1.8" />
3131
<module name="authorization-server" target="1.8" />
32-
<module name="cloud" target="1.8" />
3332
<module name="common" target="1.5" />
3433
<module name="consumer-feign" target="1.8" />
3534
<module name="consumer-ribbon" target="1.8" />
@@ -41,6 +40,7 @@
4140
<module name="organization" target="1.8" />
4241
<module name="producer" target="1.8" />
4342
<module name="producer-jpa" target="1.8" />
43+
<module name="springCloud" target="1.8" />
4444
<module name="sysadmin" target="1.8" />
4545
<module name="test" target="1.8" />
4646
<module name="web" target="1.8" />
@@ -119,7 +119,6 @@
119119
<module fileurl="file://$PROJECT_DIR$/auth/authentication-client/authentication-client.iml" filepath="$PROJECT_DIR$/auth/authentication-client/authentication-client.iml" />
120120
<module fileurl="file://$PROJECT_DIR$/auth/authentication-server/authentication-server.iml" filepath="$PROJECT_DIR$/auth/authentication-server/authentication-server.iml" />
121121
<module fileurl="file://$PROJECT_DIR$/auth/authorization-server/authorization-server.iml" filepath="$PROJECT_DIR$/auth/authorization-server/authorization-server.iml" />
122-
<module fileurl="file://$PROJECT_DIR$/cloud.iml" filepath="$PROJECT_DIR$/cloud.iml" />
123122
<module fileurl="file://$PROJECT_DIR$/demos/consumer-feign/consumer-feign.iml" filepath="$PROJECT_DIR$/demos/consumer-feign/consumer-feign.iml" />
124123
<module fileurl="file://$PROJECT_DIR$/demos/consumer-ribbon/consumer-ribbon.iml" filepath="$PROJECT_DIR$/demos/consumer-ribbon/consumer-ribbon.iml" />
125124
<module fileurl="file://$PROJECT_DIR$/common/core/core.iml" filepath="$PROJECT_DIR$/common/core/core.iml" />
@@ -129,6 +128,7 @@
129128
<module fileurl="file://$PROJECT_DIR$/sysadmin/organization/organization.iml" filepath="$PROJECT_DIR$/sysadmin/organization/organization.iml" />
130129
<module fileurl="file://$PROJECT_DIR$/demos/producer/producer.iml" filepath="$PROJECT_DIR$/demos/producer/producer.iml" />
131130
<module fileurl="file://$PROJECT_DIR$/demos/producer-jpa/producer-jpa.iml" filepath="$PROJECT_DIR$/demos/producer-jpa/producer-jpa.iml" />
131+
<module fileurl="file://$PROJECT_DIR$/springCloud.iml" filepath="$PROJECT_DIR$/springCloud.iml" />
132132
<module fileurl="file://$PROJECT_DIR$/common/test/test.iml" filepath="$PROJECT_DIR$/common/test/test.iml" />
133133
<module fileurl="file://$PROJECT_DIR$/common/web/web.iml" filepath="$PROJECT_DIR$/common/web/web.iml" />
134134
<module fileurl="file://$PROJECT_DIR$/webapps/webapp-parent/webapp-parent.iml" filepath="$PROJECT_DIR$/webapps/webapp-parent/webapp-parent.iml" />

cloud.iws

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
</component>
66
<component name="ChangeListManager">
77
<list default="true" id="8639f85f-5db4-421b-97f0-5713b2379799" name="Changes" comment="">
8+
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
9+
<change beforePath="$PROJECT_DIR$/auth/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/auth/pom.xml" afterDir="false" />
810
<change beforePath="$PROJECT_DIR$/cloud.iws" beforeDir="false" afterPath="$PROJECT_DIR$/cloud.iws" afterDir="false" />
9-
<change beforePath="$PROJECT_DIR$/readme.md" beforeDir="false" afterPath="$PROJECT_DIR$/readme.md" afterDir="false" />
11+
<change beforePath="$PROJECT_DIR$/gateway/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/gateway/pom.xml" afterDir="false" />
12+
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
1013
</list>
1114
<option name="SHOW_DIALOG" value="false" />
1215
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -90,7 +93,7 @@
9093
<option name="presentableId" value="Default" />
9194
<updated>1735710109962</updated>
9295
<workItem from="1735710111409" duration="285000" />
93-
<workItem from="1735710872098" duration="6751000" />
96+
<workItem from="1735710872098" duration="7922000" />
9497
</task>
9598
<servers />
9699
</component>

gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<parent>
77
<groupId>com.springboot.cloud</groupId>
8-
<artifactId>cloud</artifactId>
8+
<artifactId>springCloud</artifactId>
99
<version>0.0.1-SNAPSHOT</version>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>com.springboot.cloud</groupId>
7-
<artifactId>cloud</artifactId>
7+
<artifactId>springCloud</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

0 commit comments

Comments
 (0)