Skip to content

Commit

Permalink
代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
夜色 committed Sep 21, 2016
1 parent 9bded60 commit 1d8de44
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion mpush-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>mpush</artifactId>
<groupId>com.github.mpusher</groupId>
<version>1.0</version>
<version>0.0.4</version>
</parent>

<artifactId>mpush-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mpush-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>mpush</artifactId>
<groupId>com.github.mpusher</groupId>
<version>1.0</version>
<version>0.0.4</version>
</parent>

<artifactId>mpush-boot</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions mpush-boot/src/main/resources/mpush.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ mp.http.proxy-enabled=true
mp.redis={
#redis 集群配置,group 是个二维数组,第一层表示有多少组集群,每个组下面可以有多台机器
cluster-group:[["127.0.0.1:6379"]]//格式是ip:port:password,密码可以没有ip:port
}

mp.net.public-host-mapping { //本机局域网IP和公网IP的映射关系
"10.0.10.156":"111.1.32.137"
"10.0.10.166":"111.1.33.138"
}
2 changes: 1 addition & 1 deletion mpush-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>mpush</artifactId>
<groupId>com.github.mpusher</groupId>
<version>1.0</version>
<version>0.0.4</version>
</parent>

<artifactId>mpush-cache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mpush-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>mpush</artifactId>
<groupId>com.github.mpusher</groupId>
<version>1.0</version>
<version>0.0.4</version>
</parent>

<artifactId>mpush-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mpush-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mpush</artifactId>
<groupId>com.github.mpusher</groupId>
<version>1.0</version>
<version>0.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mpush-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>mpush</artifactId>
<groupId>com.github.mpusher</groupId>
<version>1.0</version>
<version>0.0.4</version>
</parent>

<artifactId>mpush-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mpush-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>mpush</artifactId>
<groupId>com.github.mpusher</groupId>
<version>1.0</version>
<version>0.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mpush-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>mpush</artifactId>
<groupId>com.github.mpusher</groupId>
<version>1.0</version>
<version>0.0.4</version>
</parent>

<artifactId>mpush-netty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mpush-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>mpush</artifactId>
<groupId>com.github.mpusher</groupId>
<version>1.0</version>
<version>0.0.4</version>
</parent>

<artifactId>mpush-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mpush-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>mpush</artifactId>
<groupId>com.github.mpusher</groupId>
<version>1.0</version>
<version>0.0.4</version>
</parent>

<artifactId>mpush-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mpush-zk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>mpush</artifactId>
<groupId>com.github.mpusher</groupId>
<version>1.0</version>
<version>0.0.4</version>
</parent>

<artifactId>mpush-zk</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>com.github.mpusher</groupId>
<artifactId>mpush</artifactId>
<packaging>pom</packaging>
<version>1.0</version>
<version>0.0.4</version>
<name>mpush</name>
<description>MPUSH消息推送系统</description>
<url>https://github.com/mpusher/mpush</url>
Expand Down Expand Up @@ -138,7 +138,7 @@
<version>${mpush.version}</version>
</dependency>
<dependency>
<groupId>${mpush.groupId}</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>mpush-core</artifactId>
<version>${mpush.version}</version>
</dependency>
Expand Down

0 comments on commit 1d8de44

Please sign in to comment.