Fetch the repository succeeded.
This action will force synchronization from JEECG开源社区/jeewx, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
当前最新版本: 4.0(发布日期:20180815) 官网:www.jeewx.com
Jeewx是一款开源的微信运营平台,采用JAVA语言微服务架构,插件式开发,支持微信公众号、企业微信、各种微信活动、商城、小程序等功能。另外JEEWX自带强大的代码生成器,便于用户二次开发,JEEWX属于第一批微信开发商,在2014年荣获CSDN开发商大会第一名,目前功能已经非常完成,机制也非常健全。
JEEWX 从4.0版本开始,技术架构全新换代,采用微服务架构,插件式开发,每个业务模块都是独立的JAR包,方便用户集成,可插拔的模式。
【微信公众号】
【微信活动】
【企业微信】
1.采用SpringMvc + Mybatis + Velocity + Maven(构建) 框架技术
2.插件引入方式
pom.xml文件中,引入新开发的插件
<!-- P3 jar -->
<dependency>
<groupId>org.h5huodong</groupId>
<artifactId>P3-Biz-jiugongge</artifactId>
<version>1.0.0</version>
<type>jar</type>
</dependency>
3.项目启动访问方式:
采用maven方式,启动Web项目
http://localhost:8080/jeewx
4.页面层面不能采用jsp,需要采用模板语言Velocity
5.实现插件式开发,按照模块进行开发,每个模块可以单独达成jar包
6.数据库配置文件:
src/main/resources/db.properties
捷微 - H5活动插件源码列表(陆续更新..)
1.微信公众号管理 P3-Biz-commonweixin
2.摇一摇送卡券 P3-Biz-shaketicket
3.九宫格活动 P3-Biz-jiugongge
4.启动项目 P3-Web
1.Eclipse + Maven + JDK7
2.项目以Maven方式导入eclipse
3.初始化数据库脚步
P3-Web\doc\db\jeewx-h5-mysql-20180810.sql
4.采用maven方式,启动主项目P3-Web,命令:tomcat:run
活动访问地址:
http://localhost:8080/jeewx
说明:插件不能单独启动,maven方式引入到Web项目
5.系统默认登录账号 admin/123456
1.工具类:P3-Web/src/main/java/org/jeecgframework/p3/cg/util/CodeToolUtil.java
2.配置文件:P3-Web/src/main/resources/p3-cg-config.properties
Sign in for post a comment
Comments ( 0 )