Pu Zhibing
2025-01-02 fb4570610f517f95eeae64e012f7461adaa0ec6b
添加tomcat临时目录
2个文件已修改
6 ■■■■■ 已修改文件
EurekaIGOTravel/pom.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
EurekaIGOTravel/src/main/resources/application.yml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
EurekaIGOTravel/src/main/resources/application.yml
@@ -1,5 +1,7 @@
server:
  port: 8000  #服务端口号
  tomcat:
    basedir: /home/igotechgh/app/data/tmp
spring:
  application: