mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-23 12:08:33 +08:00
修改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 = {
|
module.exports = {
|
||||||
// 请求域名 格式: https://您的域名
|
// 请求域名 格式: https://您的域名
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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的密码
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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的密码
|
||||||
|
|||||||
Reference in New Issue
Block a user