diff options
| author | fengjunfeng <[email protected]> | 2022-01-27 11:04:19 +0800 |
|---|---|---|
| committer | fengjunfeng <[email protected]> | 2022-01-27 11:04:19 +0800 |
| commit | cb4d33dc8a7d9d92037ab3330b1c3f083947a4ee (patch) | |
| tree | 17ab87938c84d939eaf3a4cfc140fa70db95a0a3 | |
| parent | d753f30902da64d0a0c654afe9c8c1e2ee5f2bfc (diff) | |
| -rw-r--r-- | pom.xml | 6 | ||||
| -rw-r--r-- | src/main/resources/logback.xml | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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注释掉--> |
