名称更改

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 --> <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 -1
View File
@@ -1,7 +1,7 @@
server: server:
port: -1 port: -1
servlet: servlet:
context-path: /tr-agent-server context-path: /tr-mtragent-server
# 接口文档配置 # 接口文档配置
knife4j: knife4j:
+1 -1
View File
@@ -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: