修改pom

release_1.0.0
xueqingkun 10 months ago
parent b2b9a4a909
commit 8f5bf9f49b

@ -33,6 +33,11 @@
<artifactId>know_sub_common</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.supervision</groupId>
<artifactId>know_sub_model</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>

@ -3,7 +3,6 @@ package com.supervision.knowsub;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
@SpringBootApplication
@MapperScan(basePackages = {"com.supervision.**.mapper"})

@ -91,26 +91,6 @@
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>

@ -19,7 +19,6 @@
<module>know_sub_common</module>
<module>know_sub_business</module>
<module>know_sub_model</module>
<module>know_sub_model</module>
</modules>

Loading…
Cancel
Save