Skip to content

Commit d1e85ab

Browse files
committed
修改maven依赖方式
1 parent b49a6b8 commit d1e85ab

File tree

141 files changed

+230
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+230
-143
lines changed

api/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
<plugin>
4242
<groupId>org.springframework.boot</groupId>
4343
<artifactId>spring-boot-maven-plugin</artifactId>
44+
<executions>
45+
<execution>
46+
<goals>
47+
<goal>repackage</goal>
48+
</goals>
49+
</execution>
50+
</executions>
4451
</plugin>
4552
</plugins>
4653
</build>

api/src/main/java/info/xiaomo/api/ApiMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* Today the best performance as tomorrow newest starter!
3232
* Created by IntelliJ IDEA.
3333
*
34-
* author: xiaomo
34+
* @author : xiaomo
3535
* github: https://github.com/xiaomoinfo
3636
* email: xiaomo@xiaomo.info
3737
* Date: 2016/4/2 15:38

api/src/main/java/info/xiaomo/api/controller/AdminUserController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* Today the best performance as tomorrow newest starter!
3131
* Created by IntelliJ IDEA.
3232
*
33-
* author: xiaomo
33+
* @author : xiaomo
3434
* github: https://github.com/xiaomoinfo
3535
* email: xiaomo@xiaomo.info
3636

api/src/main/java/info/xiaomo/api/controller/ChangeLogController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Today the best performance as tomorrow newest starter!
2323
* Created by IntelliJ IDEA.
2424
*
25-
* author: xiaomo
25+
* @author : xiaomo
2626
* github: https://github.com/xiaomoinfo
2727
* email: xiaomo@xiaomo.info
2828

api/src/main/java/info/xiaomo/api/controller/LinkController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Today the best performance as tomorrow newest starter!
2323
* Created by IntelliJ IDEA.
2424
*
25-
* author: xiaomo
25+
* @author : xiaomo
2626
* github: https://github.com/xiaomoinfo
2727
* email: xiaomo@xiaomo.info
2828

api/src/main/java/info/xiaomo/api/controller/TechnologyController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Today the best performance as tomorrow newest starter!
2323
* Created by IntelliJ IDEA.
2424
*
25-
* author: xiaomo
25+
* @author : xiaomo
2626
* github: https://github.com/xiaomoinfo
2727
* email: xiaomo@xiaomo.info
2828

api/src/main/java/info/xiaomo/api/controller/UserController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* Today the best performance as tomorrow newest starter!
3131
* Created by IntelliJ IDEA.
3232
*
33-
* author: xiaomo
33+
* @author : xiaomo
3434
* github: https://github.com/xiaomoinfo
3535
* email: xiaomo@xiaomo.info
3636

api/src/main/java/info/xiaomo/api/controller/WebSetController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Today the best performance as tomorrow newest starter!
2121
* Created by IntelliJ IDEA.
2222
*
23-
* author: xiaomo
23+
* @author : xiaomo
2424
* github: https://github.com/xiaomoinfo
2525
* email: xiaomo@xiaomo.info
2626

api/src/main/java/info/xiaomo/api/controller/WorksController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Today the best performance as tomorrow newest starter!
2323
* Created by IntelliJ IDEA.
2424
*
25-
* author: xiaomo
25+
* @author : xiaomo
2626
* github: https://github.com/xiaomoinfo
2727
* email: xiaomo@xiaomo.info
2828

api/src/main/java/info/xiaomo/api/dao/AdminUserDao.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Today the best performance as tomorrow newest starter!
1919
* Created by IntelliJ IDEA.
2020
*
21-
* author: xiaomo
21+
* @author : xiaomo
2222
* github: https://github.com/xiaomoinfo
2323
* email: xiaomo@xiaomo.info
2424

0 commit comments

Comments
 (0)