修改pom缺省version节点

This commit is contained in:
337031187
2022-03-30 16:36:18 +08:00
parent a428cfe440
commit d2c8d02073
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 = { module.exports = {
// 请求域名 格式: https://您的域名 // 请求域名 格式: https://您的域名

View File

@@ -31,6 +31,7 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<version>2.3.0.RELEASE</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>

View File

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

View File

@@ -31,6 +31,7 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<version>2.3.0.RELEASE</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>

View File

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