|
|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <groupId>cn.iocoder.boot</groupId>
|
|
|
+ <groupId>cn.flowbb.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-mybatis</artifactId>
|
|
|
<version>0.0.4-SNAPSHOT</version>
|
|
|
<packaging>jar</packaging>
|
|
|
@@ -100,16 +100,8 @@
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-source-plugin</artifactId>
|
|
|
- <version>2.2.1</version>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>attach-sources</id>
|
|
|
- <goals>
|
|
|
- <goal>jar-no-fork</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
+ <artifactId>maven-compiler-plugin</artifactId>
|
|
|
+
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|