Browse Source

update 配置文件

GITZYY 6 months ago
parent
commit
6a1f14d17b

+ 1 - 1
egress-gateway-service-app/src/main/java/com/hrsk/cloud/eg/app/api/ApiCheckIntoServiceImpl.java

@@ -23,7 +23,7 @@ public class ApiCheckIntoServiceImpl {
 
 
     /**
-     * @description:  撞库接口
+     * @description:  助贷撞库接口
      * @param:
      * @return:
      * @author zhangyy

+ 1 - 1
start/src/main/resources/application.yaml

@@ -8,7 +8,7 @@ spring:
   application:
     name: eg-server
   profiles:
-    active: dev
+    active: pre
 #mybatis
 mybatis-plus:
   mapper-locations: classpath*:mapper/**/*.xml

+ 1 - 1
start/src/main/resources/logback-spring-pre.xml

@@ -2,7 +2,7 @@
 <configuration>
     <property name="PROJECT_NAME" value="eg-server"/>
     <!-- 日志存放路径 -->
-    <property name="LOG_HOME"  value="/start/log/"/>
+    <property name="LOG_HOME"  value="./start/log/"/>
     <!-- 日志输出格式 -->
     <property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />
     <!-- 控制台输出 -->