File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44----
55[ ![ Build Status] ( https://travis-ci.org/Wechat-Group/weixin-java-tools-springmvc.svg?branch=master )] ( https://travis-ci.org/Wechat-Group/weixin-java-tools-springmvc )
66
7- This repository is a wechat springmvc demo based on ** weixin-java-tools **
7+ This repository is a wechat springmvc demo based on ** WxJava **
88
9- 本仓库的项目是一个基于** weixin-java-tools ** 的springmvc Demo
9+ 本仓库的项目是一个基于** WxJava ** 的springmvc Demo
1010
1111
1212
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >com.github.firenzeseagle</groupId >
8- <artifactId >weixin-java-tools -springmvc</artifactId >
8+ <artifactId >WxJava -springmvc</artifactId >
99 <packaging >war</packaging >
1010 <version >1.0-SNAPSHOT</version >
1111 <properties >
1818 <plugin .maven-compiler>3.1</plugin .maven-compiler>
1919
2020 <!-- lib versions -->
21- <weixin-java-tools .version>3.2 .0</weixin-java-tools .version>
21+ <WxJava .version>3.3 .0</WxJava .version>
2222 <junit .version>4.12</junit .version>
2323 <slf4j .version>1.7.21</slf4j .version>
2424 <spring .version>4.3.18.RELEASE</spring .version>
120120 <dependency >
121121 <groupId >com.github.binarywang</groupId >
122122 <artifactId >weixin-java-mp</artifactId >
123- <version >${weixin-java-tools .version} </version >
123+ <version >${WxJava .version} </version >
124124 </dependency >
125125
126126 <dependency >
127127 <groupId >com.github.binarywang</groupId >
128128 <artifactId >weixin-java-pay</artifactId >
129- <version >${weixin-java-tools .version} </version >
129+ <version >${WxJava .version} </version >
130130 </dependency >
131131
132132 <!-- junit -->
You can’t perform that action at this time.
0 commit comments