Compare commits

...

10 Commits

Author SHA1 Message Date
71c72bf86e Update pom.xml 2024-05-13 10:49:55 +08:00
c0747b49a8 Update pom.xml 2024-05-11 17:50:46 +08:00
e0f51727b8 Update pom.xml 2024-05-11 17:48:22 +08:00
73a5db20b4 Update pom.xml 2024-05-11 17:45:37 +08:00
89f92b2e15 Update pom.xml 2024-05-11 17:38:04 +08:00
15b1f9324e Update pom.xml 2024-05-11 17:34:16 +08:00
298fd9ecc9 Update pom.xml 2024-05-11 17:32:06 +08:00
8c4c8b3294 Merge branch 'master' of https://gitea.kimgo.cn/wsy182/wePush 2024-05-11 17:14:02 +08:00
bc46cdd3b3 Update logback-prod.xml
启用追加模式
2024-05-11 17:13:54 +08:00
d61be8eb83 Update pom.xml
更新版本
2024-05-11 17:13:44 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.6</version> <version>3.1.6</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/>
</parent> </parent>
<!-- 打包文件名版本信息 --> <!-- 打包文件名版本信息 -->

View File

@@ -1,7 +1,7 @@
<configuration> <configuration>
<appender name="FILE" class="ch.qos.logback.core.FileAppender"> <appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>logs/wePush_prod.log</file> <file>logs/wePush_prod.log</file>
<append>false</append> <append>true</append>
<encoder> <encoder>
<pattern>%date %level [%thread] %logger{10} [%file:%line] %msg%n</pattern> <pattern>%date %level [%thread] %logger{10} [%file:%line] %msg%n</pattern>
</encoder> </encoder>