Commit 6b8ec8de authored by 华润's avatar 华润

代码提交

parent eb4e4369
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<artifactId>adapter</artifactId> <artifactId>adapter</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>FrontEndProcessor</name> <name>InternalLogic</name>
<description>Demo project for Spring Boot</description> <description>Demo project for Spring Boot</description>
<properties> <properties>
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</dependencyManagement> </dependencyManagement>
<build> <build>
<finalName>FrontEndProcessor</finalName> <finalName>InternalLogic</finalName>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration> <configuration>
<!-- 日志存放路径 --> <!-- 日志存放路径 -->
<property name="log.path" value="/home/ruoyi/logs/FrontEndProcessor"/> <property name="log.path" value="/home/ruoyi/logs/InternalLogic"/>
<!-- 日志输出格式 --> <!-- 日志输出格式 -->
<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n"/> <property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment