修改pom缺省version节点
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
let domain = 'xxx.xxx'
|
||||
let domain = 'http://127.0.0.1:20101'
|
||||
|
||||
module.exports = {
|
||||
// 请求域名 格式: https://您的域名
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>2.3.0.RELEASE</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
||||
@@ -63,4 +63,4 @@ swagger:
|
||||
enable: true #是否开启界面
|
||||
check: true #是否打开验证
|
||||
username: crmeb #访问swagger的账号
|
||||
password: ZeypRDYBfM #访问swagger的密码
|
||||
password: crmeb.com #访问swagger的密码
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>2.3.0.RELEASE</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
||||
@@ -52,4 +52,4 @@ swagger:
|
||||
enable: true #是否开启界面
|
||||
check: true #是否打开验证
|
||||
username: crmeb #访问swagger的账号
|
||||
password: ZeypRDYBfM #访问swagger的密码
|
||||
password: crmeb.com #访问swagger的密码
|
||||
|
||||
Reference in New Issue
Block a user