Skip to content

Commit

Permalink
修改maven依赖方式
Browse files Browse the repository at this point in the history
  • Loading branch information
houko committed Nov 3, 2017
1 parent b49a6b8 commit d1e85ab
Show file tree
Hide file tree
Showing 141 changed files with 230 additions and 143 deletions.
7 changes: 7 additions & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/ApiMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
* Date: 2016/4/2 15:38
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/dao/AdminUserDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/dao/ChangeLogDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/dao/LinkDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/dao/TechnologyDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/dao/UserDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/dao/WebSetDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/dao/WorksDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/dao/base/CommonDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/model/AdminModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/model/LinkModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/model/UserModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/model/WorksModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/service/LinkService.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/info/xiaomo/api/service/UserService.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
7 changes: 7 additions & 0 deletions async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion async/src/main/java/info/xiaomo/anysc/AsyncMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/info/xiaomo/core/base/BaseModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/info/xiaomo/core/base/Result.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Today the best performance as tomorrow newest starter!
* Created by IntelliJ IDEA.
*
* author: xiaomo
* @author : xiaomo
* github: https://github.com/xiaomoinfo
* email: [email protected]
Expand Down
Loading

0 comments on commit d1e85ab

Please sign in to comment.