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