打包目录修改
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -8,7 +8,7 @@
|
|||||||
<version>2.6.2</version>
|
<version>2.6.2</version>
|
||||||
<relativePath/> <!-- lookup parent from repository -->
|
<relativePath/> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.sentinel</groupId>
|
<groupId>com.license</groupId>
|
||||||
<artifactId>license-admin-api</artifactId>
|
<artifactId>license-admin-api</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>license-admin-api</name>
|
<name>license-admin-api</name>
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<mainClass>com.sentinel.license.LicenseApplication</mainClass>
|
<mainClass>com.license.LicenseApplication</mainClass>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<password>io.xjar</password>
|
<password>io.xjar</password>
|
||||||
<includes>
|
<includes>
|
||||||
<include>com/sentinel/**</include>
|
<include>com/license/**</include>
|
||||||
</includes>
|
</includes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|||||||
@@ -98,7 +98,7 @@
|
|||||||
</filter>
|
</filter>
|
||||||
</appender>
|
</appender>
|
||||||
|
|
||||||
<logger name="com.sentinel" level="info"/>
|
<logger name="com.license" level="info"/>
|
||||||
|
|
||||||
<root level="${log.level}">
|
<root level="${log.level}">
|
||||||
<!--生产环境将console与debug注释掉-->
|
<!--生产环境将console与debug注释掉-->
|
||||||
|
|||||||
Reference in New Issue
Block a user