From 2d381e3822a5c2d12632bac45d44deb0b41729cf Mon Sep 17 00:00:00 2001 From: wanghc <2466022993@qq.com> Date: Tue, 27 Jun 2023 13:28:24 +0800 Subject: [PATCH] 日志记录位置修改 --- cmci-pfcs-gateway/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cmci-pfcs-gateway/pom.xml b/cmci-pfcs-gateway/pom.xml index 9bb24bc..6f14d1c 100644 --- a/cmci-pfcs-gateway/pom.xml +++ b/cmci-pfcs-gateway/pom.xml @@ -85,7 +85,7 @@ <classesDirectory>target/classes/</classesDirectory> <archive> <manifest> - <mainClass>boot.Application</mainClass> + <mainClass>com.jttech.pfcs.Application</mainClass> <!-- 打包时 MANIFEST.MF文件不记录的时间戳版本 --> <useUniqueVersions>false</useUniqueVersions> <addClasspath>true</addClasspath> -- Gitblit v1.8.0