Skip to content

Commit 5c2bf82

Browse files
committed
优化代码
1 parent fc106cf commit 5c2bf82

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
76
<groupId>com.lwk.coding</groupId>
87
<artifactId>coding-config-server</artifactId>
98
<version>1.0.0</version>
9+
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>

src/main/resources/application.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ spring:
1414
uri: https://github.com/csulwk/coding-config.git
1515
# 使用占位符来设定搜索路径
1616
search-paths: '{application}'
17-
# 指定代码分支
18-
label: master
1917
# username和password必须配对使用,公开库可以不用填写
2018
username:
2119
password:

0 commit comments

Comments
 (0)