1 Star 0 Fork 157

apple006 / p3-weixin

forked from JEECG / p3-weixin 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

Jeewx 微信插件开发框架,松耦合开发微信HTML5活动

P3-Weixin (JAVA SAAS模式插件开发利器)

【架构技术介绍】

1.P3-weixin 采用SpringMvc + Mybatis + Velocity + Maven(构建) 框架技术
2.插件引入方式
    pom.xml文件中,引入新开发的插件
    <!-- P3 jar -->
    <dependency>
		<groupId>org.jeecgframework</groupId>
		<artifactId>P3-Biz-gzbargain</artifactId>
		<version>2.0.0</version>
	</dependency>
3.项目启动访问方式:
  采用maven方式,启动Web项目
  http://localhost:8080/P3-Web/{页面访问地址}
4.页面层面不能采用jsp,需要采用模板语言Velocity
5.实现插件式开发,按照模块进行开发,每个模块可以单独达成jar包
6.数据库配置文件:
  src/main/resources/db.properties

【开发环境入门】

1.Eclipse + Maven + JDK7
2.项目以Maven方式导入eclipse
3.采用maven方式,启动主项目P3-Web,命令:tomcat:run
  活动访问地址:http://localhost:8080/P3-Web/gzbargain/toIndex.do?actId=actgzbargain00001&openid=oR0jFt_DTsAUJebWqGeq3A1VWfRw&subscribe=1
  说明:插件不能单独启动,maven方式引入到Web项目

【插件项目生成】

工具类:P3-Project-Generator/src/main/java/GeneratorMain.java

public static void main(String[] args) throws Exception {
	//项目名
	String projectName = "Gogo";//项目名称 :P3-Biz-{自定义模块名}
	GeneratorFactory.doMake(projectName);
}

项目名:P3-Biz-{ProjectName}

【开发文档】

github

微信插件说明(陆续更新...)

  1.微信砍价活动   P3-Biz-gzbargain

Jeecg开源社区

砍价活动演示

github github github github

P3后台管理演示

github github

Empty file

About

Jeewx 微信插件式开发框架,适合于微信管家系统,扩展第三方插件,插件以JAR形式存在 expand collapse
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
1
https://gitee.com/tang006/p3-weixin.git
git@gitee.com:tang006/p3-weixin.git
tang006
p3-weixin
p3-weixin
master

Search