Skip to content

Commit 7909ecf

Browse files
committed
add ignore & modify spring repository
1 parent 5681dbb commit 7909ecf

File tree

13 files changed

+71
-16
lines changed

13 files changed

+71
-16
lines changed

pom.xml

+26-16
Original file line numberDiff line numberDiff line change
@@ -77,31 +77,41 @@
7777
</build>
7878

7979
<repositories>
80-
<repository>
81-
<id>spring-snapshots</id>
82-
<name>Spring Snapshots</name>
83-
<url>https://repo.spring.io/libs-snapshot-local</url>
84-
<snapshots>
85-
<enabled>false</enabled>
86-
</snapshots>
87-
</repository>
80+
<!-- <repository>-->
81+
<!-- <id>spring-snapshots</id>-->
82+
<!-- <name>Spring Snapshots</name>-->
83+
<!-- <url>https://repo.spring.io/libs-snapshot-local</url>-->
84+
<!-- <snapshots>-->
85+
<!-- <enabled>false</enabled>-->
86+
<!-- </snapshots>-->
87+
<!-- </repository>-->
8888
<repository>
8989
<id>spring-milestones</id>
9090
<name>Spring Milestones</name>
91-
<url>https://repo.spring.io/libs-milestone-local</url>
91+
<url>https://repo.spring.io/milestone</url>
9292
<snapshots>
9393
<enabled>false</enabled>
9494
</snapshots>
9595
</repository>
96-
<repository>
97-
<id>spring-releases</id>
98-
<name>Spring Releases</name>
99-
<url>https://repo.spring.io/libs-release-local</url>
96+
<!-- <repository>-->
97+
<!-- <id>spring-releases</id>-->
98+
<!-- <name>Spring Releases</name>-->
99+
<!-- <url>https://repo.spring.io/libs-release-local</url>-->
100+
<!-- <snapshots>-->
101+
<!-- <enabled>false</enabled>-->
102+
<!-- </snapshots>-->
103+
<!-- </repository>-->
104+
</repositories>
105+
106+
<pluginRepositories>
107+
<pluginRepository>
108+
<id>spring-milestones</id>
109+
<name>Spring Milestones</name>
110+
<url>https://repo.spring.io/milestone</url>
100111
<snapshots>
101112
<enabled>false</enabled>
102113
</snapshots>
103-
</repository>
104-
</repositories>
105-
114+
</pluginRepository>
115+
</pluginRepositories>
106116

107117
</project>

spring-boot/001-properties/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.*
22
target/*
33
*.iml
4+
!.gitignore

spring-boot/126-redisson/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.*
2+
target/*
3+
*.iml
4+
!.gitignore
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.*
2+
target/*
3+
*.iml
4+
!.gitignore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.*
2+
target/*
3+
*.iml
4+
!.gitignore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.*
2+
target/*
3+
*.iml
4+
!.gitignore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.*
2+
target/*
3+
*.iml
4+
!.gitignore
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.*
2+
target/*
3+
*.iml
4+
!.gitignore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.*
2+
target/*
3+
*.iml
4+
!.gitignore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.*
2+
target/*
3+
*.iml
4+
!.gitignore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.*
2+
target/*
3+
*.iml
4+
!.gitignore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.*
2+
target/*
3+
*.iml
4+
!.gitignore

spring/500-json/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.*
2+
target/*
3+
*.iml
4+
!.gitignore

0 commit comments

Comments
 (0)