Skip to content

Commit

Permalink
add ignore & modify spring repository
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyueyi committed Aug 5, 2021
1 parent 5681dbb commit 7909ecf
Show file tree
Hide file tree
Showing 13 changed files with 71 additions and 16 deletions.
42 changes: 26 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,31 +77,41 @@
</build>

<repositories>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/libs-snapshot-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<!-- <repository>-->
<!-- <id>spring-snapshots</id>-->
<!-- <name>Spring Snapshots</name>-->
<!-- <url>https://repo.spring.io/libs-snapshot-local</url>-->
<!-- <snapshots>-->
<!-- <enabled>false</enabled>-->
<!-- </snapshots>-->
<!-- </repository>-->
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone-local</url>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/libs-release-local</url>
<!-- <repository>-->
<!-- <id>spring-releases</id>-->
<!-- <name>Spring Releases</name>-->
<!-- <url>https://repo.spring.io/libs-release-local</url>-->
<!-- <snapshots>-->
<!-- <enabled>false</enabled>-->
<!-- </snapshots>-->
<!-- </repository>-->
</repositories>

<pluginRepositories>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

</pluginRepository>
</pluginRepositories>

</project>
1 change: 1 addition & 0 deletions spring-boot/001-properties/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.*
target/*
*.iml
!.gitignore
4 changes: 4 additions & 0 deletions spring-boot/126-redisson/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*
target/*
*.iml
!.gitignore
4 changes: 4 additions & 0 deletions spring-boot/131-influxdb-java/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*
target/*
*.iml
!.gitignore
4 changes: 4 additions & 0 deletions spring-boot/410-zookeeper-basic/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*
target/*
*.iml
!.gitignore
4 changes: 4 additions & 0 deletions spring-boot/411-zookeeper-distributelock/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*
target/*
*.iml
!.gitignore
4 changes: 4 additions & 0 deletions spring-boot/420-prometheus-basic/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*
target/*
*.iml
!.gitignore
4 changes: 4 additions & 0 deletions spring-case/010-auto-inject/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*
target/*
*.iml
!.gitignore
4 changes: 4 additions & 0 deletions spring-case/204-web-request-proxy/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*
target/*
*.iml
!.gitignore
4 changes: 4 additions & 0 deletions spring-case/205-web-rest-enhanced/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*
target/*
*.iml
!.gitignore
4 changes: 4 additions & 0 deletions spring-case/421-prometheus-metric/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*
target/*
*.iml
!.gitignore
4 changes: 4 additions & 0 deletions spring-security/011-accesscontrol-acl/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*
target/*
*.iml
!.gitignore
4 changes: 4 additions & 0 deletions spring/500-json/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*
target/*
*.iml
!.gitignore

0 comments on commit 7909ecf

Please sign in to comment.