From d2c1ef1d5c71dc26618a06cbf813c15f248c9191 Mon Sep 17 00:00:00 2001 From: gongzuming <gongzuming> Date: 星期二, 27 八月 2024 08:39:32 +0800 Subject: [PATCH] 表设计字段优化 --- src/main/表设计-二期.xlsx | 0 src/main/resources/logback-spring.xml | 2 +- 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index f69ab4d..2dc29ac 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -3,7 +3,7 @@ <configuration scan="true"> <include resource="org/springframework/boot/logging/logback/base.xml"/> <property name="APP_NAME" value="flower"></property> - <property name="LOG_HOME" value="/var/log/${APP_NAME}"></property> + <property name="LOG_HOME" value="./var/log/${APP_NAME}"></property> <!-- <appender name="FILE_AUDIT" class="ch.qos.logback.core.rolling.RollingFileAppender">--> <!-- <filter class="ch.qos.logback.classic.filter.LevelFilter">--> diff --git "a/src/main/\350\241\250\350\256\276\350\256\241-\344\272\214\346\234\237.xlsx" "b/src/main/\350\241\250\350\256\276\350\256\241-\344\272\214\346\234\237.xlsx" index 96448c9..8de0107 100644 --- "a/src/main/\350\241\250\350\256\276\350\256\241-\344\272\214\346\234\237.xlsx" +++ "b/src/main/\350\241\250\350\256\276\350\256\241-\344\272\214\346\234\237.xlsx" Binary files differ -- Gitblit v1.9.3