名称更改
This commit is contained in:
@@ -9,10 +9,10 @@
|
|||||||
<relativePath/> <!-- lookup parent from repository -->
|
<relativePath/> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.tongran.agent</groupId>
|
<groupId>com.tongran.agent</groupId>
|
||||||
<artifactId>tr-agent-server</artifactId>
|
<artifactId>tr-mtragent-server</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>tr-agent-server</name>
|
<name>tr-mtragent-server</name>
|
||||||
<description>tr-agent-server</description>
|
<description>tr-mtragent-server</description>
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
server:
|
server:
|
||||||
port: -1
|
port: -1
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /tr-agent-server
|
context-path: /tr-mtragent-server
|
||||||
|
|
||||||
# 接口文档配置
|
# 接口文档配置
|
||||||
knife4j:
|
knife4j:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ spring:
|
|||||||
pathmatch:
|
pathmatch:
|
||||||
matching-strategy: ant_path_matcher
|
matching-strategy: ant_path_matcher
|
||||||
application:
|
application:
|
||||||
name: tr-agent-server
|
name: tr-mtragent-server
|
||||||
version: 1.0
|
version: 1.0
|
||||||
web:
|
web:
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user