GithubHelp home page GithubHelp logo

DongjunZou's Projects

ssm icon ssm

手把手教你整合最优雅SSM框架:SpringMVC + Spring + MyBatis

technology-talk icon technology-talk

汇总java生态圈常用技术框架、开源中间件,系统架构、项目管理、经典架构案例、数据库、常用三方库、线上运维等知识

timepostoffice icon timepostoffice

软件工程实训--时光邮局项目源码,采用servlet+jsp+mysql实现

tip icon tip

整合学习编程的资源,大部分为java,包括代码实现,博客,开源项目收藏,算法,设计模式等

toolclass icon toolclass

日常工作学习中编写收藏的工具类

weapp-weixinpay icon weapp-weixinpay

微信小程序支付,服务端java项目+前端小程序实现。

wechat-core icon wechat-core

基于Java的轻量级微信公众号消息处理框架,支持使用注解来简化开发!!!也算是本项目的一个小亮点吧!!

wechat-weapp-union icon wechat-weapp-union

汇聚了原创性小程序源码、精品小程序源码及分析、由浅入深的系列精品教程

weixin-sdk icon weixin-sdk

微信公众平台(订阅号、服务号、企业号、小程序)、微信开放平台和微信支付 Java SDK

wf-mproduct icon wf-mproduct

项目说明 renren-security是一个轻量级权限管理系统,其核心设计目标是开发迅速、学习简单、轻量级、易扩展 使用renren-security搭建项目,只需编写30%左右代码,其余的代码交给系统自动生成 一个月的工作量,一周就能完成,剩余的时间可以陪家人、朋友、撩妹、钓凯子等,从此踏入高富帅、白富美行业 具有如下特点 轻量级的权限系统,只涉及Spring、Shiro、Mybatis后端框架,降低学习使用成本 友好的代码结构及注释,便于阅读及二次开发 支持HTML、JSP、Velocity、Freemarker等视图,零技术门槛 灵活的权限控制,可控制到页面或按钮,满足绝大部分的权限需求(如需控制到按钮级别,需使用Shiro标签,控制按钮的显示或隐藏) 页面交互使用Vue2.x,极大的提高了开发效率 完善的代码生成机制,可在线生成entity、xml、dao、service、html、js代码,减少70%以上的开发任务 引入quartz定时任务,可动态完成任务的添加、修改、删除、暂停、恢复及日志查看等功能 引入路由机制,刷新页面会停留在当前页 如何交流、反馈、参与贡献? 项目主页:http://www.renren.io/open/ 开发文档:http://www.renren.io/open/doc.html oschina仓库:http://git.oschina.net/babaio/renren-security github仓库:https://github.com/sunlightcs/renren-security 编程入门教程:http://www.renren.io 官方QQ群:324780204、145799952 如需关注项目最新动态,请Watch、Star项目,同时也是对项目最好的支持 技术讨论、二次开发等咨询、问题和建议,请移步到QQ群324780204、145799952,我会在第一时间进行解答和回复! 技术选型: 核心框架:Spring Framework 4.2 安全框架:Apache Shiro 1.3 视图框架:Spring MVC 4.2 持久层框架:MyBatis 3.3 定时器:Quartz 2.2 数据库连接池:Druid 1.0 日志管理:SLF4J 1.7、Log4j 页面交互:Vue2.x 软件需求 JDK1.7+ MySQL5.5+ Tomcat7.0+ Maven3.0+ 本地部署 通过git下载源码 创建数据库renren-security,数据库编码为UTF-8 执行doc/db.sql文件,初始化数据 修改db.properties文件,更新MySQL账号和密码 Eclipse、IDEA执行【clean package tomcat7:run】命令,即可运行项目 项目访问路径:http://localhost 非Maven方式启动,则默认访问路径为:http://localhost:8080/renren-security 建议使用阿里云的Maven仓库: <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror>

xian icon xian

这是一个微服务框架

xiaomai icon xiaomai

小卖部小程序项目:包含微信小程序+Java后台服务端

xmall icon xmall

基于SOA架构的分布式电商购物商城 前后端分离 前台商城:Vue全家桶 后台管理系统:Dubbo/SSM/Elasticsearch/Redis/MySQL/ActiveMQ/Shiro/Zookeeper等

zheng icon zheng

基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.