summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 23da1b2..447b168 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>
@@ -68,7 +68,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>
@@ -93,7 +93,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注释掉-->