From fb4570610f517f95eeae64e012f7461adaa0ec6b Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期四, 02 一月 2025 11:48:06 +0800
Subject: [PATCH] 添加tomcat临时目录

---
 EurekaIGOTravel/pom.xml                            |    4 ++--
 EurekaIGOTravel/src/main/resources/application.yml |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/EurekaIGOTravel/pom.xml b/EurekaIGOTravel/pom.xml
index 0832ace..d85c387 100644
--- a/EurekaIGOTravel/pom.xml
+++ b/EurekaIGOTravel/pom.xml
@@ -9,8 +9,8 @@
         <relativePath/> <!-- lookup parent from repository -->
     </parent>
     <groupId>com.sinata</groupId>
-    <artifactId>demo</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <artifactId>eureka</artifactId>
+    <version>1.0.0</version>
     <name>eureka</name>
     <description>Eureka project for Spring Boot</description>
 
diff --git a/EurekaIGOTravel/src/main/resources/application.yml b/EurekaIGOTravel/src/main/resources/application.yml
index 0241f86..ecfeb7d 100644
--- a/EurekaIGOTravel/src/main/resources/application.yml
+++ b/EurekaIGOTravel/src/main/resources/application.yml
@@ -1,5 +1,7 @@
 server:
   port: 8000  #服务端口号
+  tomcat:
+    basedir: /home/igotechgh/app/data/tmp
 
 spring:
   application:

--
Gitblit v1.7.1