summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfengjunfeng <[email protected]>2022-01-27 11:04:38 +0800
committerfengjunfeng <[email protected]>2022-01-27 11:04:38 +0800
commit2b21e289d929cad2c914aa014e1327eb7cb2cb12 (patch)
tree18f2a576c4cc940e9abbf743d08ebf8e2488ba76
parentd05bc186909b6a36c3ef7ce3aef296ca9821db13 (diff)
parentcb4d33dc8a7d9d92037ab3330b1c3f083947a4ee (diff)
Merge remote-tracking branch 'origin/master' into develop_22.02
-rw-r--r--pom.xml6
-rw-r--r--src/main/resources/logback.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 99509f6..b0f0e7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<version>2.6.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
- <groupId>com.sentinel</groupId>
+ <groupId>com.license</groupId>
<artifactId>license-admin-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>license-admin-api</name>
@@ -83,7 +83,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
- <mainClass>com.sentinel.license.LicenseApplication</mainClass>
+ <mainClass>com.license.LicenseApplication</mainClass>
</configuration>
<executions>
<execution>
@@ -108,7 +108,7 @@
<configuration>
<password>io.xjar</password>
<includes>
- <include>com/sentinel/**</include>
+ <include>com/license/**</include>
</includes>
</configuration>
</execution>
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml
index 5d3b176..60b0eb9 100644
--- a/src/main/resources/logback.xml
+++ b/src/main/resources/logback.xml
@@ -98,7 +98,7 @@
</filter>
</appender>
- <logger name="com.sentinel" level="info"/>
+ <logger name="com.license" level="info"/>
<root level="${log.level}">
<!--生产环境将console与debug注释掉-->