名称更改

This commit is contained in:
gaoyutao
2025-12-10 13:03:30 +08:00
parent 52b8850170
commit 7f2870c0e5
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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 -1
View File
@@ -1,7 +1,7 @@
server:
port: -1
servlet:
context-path: /tr-agent-server
context-path: /tr-mtragent-server
# 接口文档配置
knife4j:
+1 -1
View File
@@ -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: