We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc106cf commit 5c2bf82Copy full SHA for 5c2bf82
pom.xml
@@ -3,10 +3,10 @@
3
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4
<modelVersion>4.0.0</modelVersion>
5
6
-
7
<groupId>com.lwk.coding</groupId>
8
<artifactId>coding-config-server</artifactId>
9
<version>1.0.0</version>
+
10
<parent>
11
<groupId>org.springframework.boot</groupId>
12
<artifactId>spring-boot-starter-parent</artifactId>
src/main/resources/application.yml
@@ -14,8 +14,6 @@ spring:
14
uri: https://github.com/csulwk/coding-config.git
15
# 使用占位符来设定搜索路径
16
search-paths: '{application}'
17
- # 指定代码分支
18
- label: master
19
# username和password必须配对使用,公开库可以不用填写
20
username:
21
password:
0 commit comments