修改pom缺省version节点

This commit is contained in:
stivepeim
2022-03-30 16:36:18 +08:00
parent e0150ddd10
commit 18c648a34a
5 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
let domain = 'xxx.xxx'
let domain = 'http://127.0.0.1:20101'
module.exports = {
// 请求域名 格式: https://您的域名

View File

@@ -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>

View File

@@ -63,4 +63,4 @@ swagger:
enable: true #是否开启界面
check: true #是否打开验证
username: crmeb #访问swagger的账号
password: ZeypRDYBfM #访问swagger的密码
password: crmeb.com #访问swagger的密码

View File

@@ -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>

View File

@@ -52,4 +52,4 @@ swagger:
enable: true #是否开启界面
check: true #是否打开验证
username: crmeb #访问swagger的账号
password: ZeypRDYBfM #访问swagger的密码
password: crmeb.com #访问swagger的密码