From d4212be4f036c5972e192a93e9a7f3a2e3bb2535 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期六, 28 九月 2024 15:26:39 +0800 Subject: [PATCH] 加入logback配置 --- collect/pom.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/collect/pom.xml b/collect/pom.xml index 8b569f2..90da6a3 100644 --- a/collect/pom.xml +++ b/collect/pom.xml @@ -169,23 +169,23 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <configuration> + <!--<configuration> <mainClass>com.qianwen.mdc.collect.MdcTansApplication</mainClass> <layout>ZIP</layout> <includes> - <!-- 鎵撳寘鏃跺寘鍚牳蹇冩ā鍧椾緷璧栧寘锛岄渶鎵嬪姩鎸囧畾 --> + 鎵撳寘鏃跺寘鍚牳蹇冩ā鍧椾緷璧栧寘锛岄渶鎵嬪姩鎸囧畾 <include> <groupId>nothing</groupId> <artifactId>nothing</artifactId> </include> - <!-- + <include> <groupId>com.xxx</groupId> <artifactId>common</artifactId> </include> - --> + </includes> - </configuration> + </configuration>--> </plugin> <plugin> -- Gitblit v1.9.3