From ce655aaccceca47bc5740b6a461d8c866bf3bff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LI-CCONG=5C=E6=9D=8E=E8=81=AA=E8=81=AA?= <1441652193@qq.com> Date: Mon, 25 Mar 2024 13:51:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=89=93=E5=8C=852?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nxhs-monitor/pom.xml | 21 +++++++++++++++++++ nxhs-service/pom.xml | 7 ++++++- .../src/main/resources/application-dev.yml | 1 + .../src/main/resources/application-prod.yml | 1 + 4 files changed, 29 insertions(+), 1 deletion(-) diff --git a/nxhs-monitor/pom.xml b/nxhs-monitor/pom.xml index 1dd56c1..bfd7730 100644 --- a/nxhs-monitor/pom.xml +++ b/nxhs-monitor/pom.xml @@ -43,4 +43,25 @@ + + ${project.artifactId} + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + true + + + + + repackage + + + + + + + \ No newline at end of file diff --git a/nxhs-service/pom.xml b/nxhs-service/pom.xml index a1ff981..f8c09a9 100644 --- a/nxhs-service/pom.xml +++ b/nxhs-service/pom.xml @@ -48,7 +48,11 @@ de.codecentric spring-boot-admin-starter-client - + + com.github.javen205 + IJPay-All + 2.9.10 + @@ -80,6 +84,7 @@ application.yml application-${environment}.yml logback-${environment}.xml + mapper/*.xml true diff --git a/nxhs-service/src/main/resources/application-dev.yml b/nxhs-service/src/main/resources/application-dev.yml index 1125462..c712395 100644 --- a/nxhs-service/src/main/resources/application-dev.yml +++ b/nxhs-service/src/main/resources/application-dev.yml @@ -21,3 +21,4 @@ logging: dateformat: yyyy-MM-dd HH:mm:ss:SSS file: path: "${user.dir}/logs/${spring.application.name}" + name: "${logging.file.path}/log_error.log" diff --git a/nxhs-service/src/main/resources/application-prod.yml b/nxhs-service/src/main/resources/application-prod.yml index 426488a..36cb3ae 100644 --- a/nxhs-service/src/main/resources/application-prod.yml +++ b/nxhs-service/src/main/resources/application-prod.yml @@ -21,3 +21,4 @@ logging: dateformat: yyyy-MM-dd HH:mm:ss:SSS file: path: "${user.dir}/logs/${spring.application.name}" + name: "${logging.file.path}/log_error.log"