Skip to content

kingking888/jun_java_plugin

 
 

Repository files navigation

jun_plugin 项目

项目说明

jun_plugin 整合Java企业级各种开发组件、开箱即用、不写重复代码

笔者其他项目 功能实现&使用

基础篇:企业级开发组件功能列表(jun_plugin)

开发环境

  • **JDK 1.8
  • **Maven 3.5
  • IDEA 2018.2 + or STS 4.5 + (*注意:务必使用 IDEA 开发,同时 补充TODO待办清单 NOTE20210311 jun_2021
    jun_framework
    jun_ssm
    jun_test
    jun_test11
    About 代码生成器jun_code_generator 默认提供Spring、Hibernate、MyBatis、Spring JDBC模板,也可以根据FreeMarker语法编写自定义模板生成代码。

https://www.bejson.com/ https://github.com/cncounter/cncounter Nginx优化 https://www.jianshu.com/p/5149a7a700b9 Netty https://blog.csdn.net/yuanzhenwei521/article/details/79194275 微信小程序 https://github.com/justjavac/awesome-wechat-weapp 来自 https://www.runoob.com/w3cnote/wx-xcx-repo.html https://github.com/wujun728/quark-h5 https://github.com/wujun728/Android-ZBLibrary

https://github.com/wujun728/ssm-demo jun_boot jun_plugin jun_weixin jun_ssm jun_cloud jun_app jun_website https://github.com/lerry903/spring-boot-api-project-seed https://github.com/jackying/H-ui.admin https://github.com/xiaoshaDestiny/spring-cloud-2020 https://github.com/stylefeng/Guns https://github.com/jsnjfz/WebStack-Guns https://github.com/1477551037/exam https://github.com/itd2008/My-Blog https://github.com/qiaokun-sh/spring-token https://github.com/wujun728/inspinia_admin_java_ssm https://github.com/xwjie/ElementVueSpringbootCodeTemplate https://github.com/RudeCrab/rude-java https://github.com/Wjhsmart/Front-end-UI https://github.com/zongjl/JavaWeb https://github.com/zongjl/Jeebase https://github.com/xzt1995/nideshop-springboot fsLayui VIEWUI-FOR-EASYUI spring-boot-starter-motan java layoutit Personnel-Management-System fiction_house inspinia_admin_java_ssm springboot-mui Jobs-search xxyms jun_temp1
jun_temp2
TODO PLAN:

jun_spring Spring开发组件,调整,新增Spring系常用plugin jun_projejct 常用项目模板及常用项目,调整,常用项目的集合,私有的 jun_springboot SpringBoot开发组件,调整,SpringBoot系组件 jun_springcloud SpringCloud开发组件,调整,SpringCloud系组件 jun_framework 干掉,迁移到jun_project里面来 jun_frontend 前端开发组件,调整 jun_test 干掉,合并到其他项目 jun_linux Linux开发组件,调整 jun_website 网站开发,调整 jun_weixin 微信开发,调整 jun_app APP开发,调整 jun_android Android开发,调整 jun_bigdata 大数据开发,调整 Vue+uniapp+Nodejs+WordPress+PHP+Android+Bigdata         ImmutableList list = ImmutableList.of("1", "2");         List lists = Lists.newArrayList("abc","abcd","123");         System.err.println(Joiner.on(",").join(lists));         Map map = Maps.newHashMap();         Set set = Sets.newHashSet("1", "2");         ImmutableMap<String, String> map2 = ImmutableMap.of("key1", "value1", "key2", "value2");         System.err.println(Joiner.on(",").withKeyValueSeparator("=").join(map2)); //        System.err.println(map2.get("key2")); //        map.forEach((key,value)->{System.out.println(key+""+value);});                 Multimap<String, String> m = ArrayListMultimap.create();         m.put("a", "1");         m.put("a", "2");         m.forEach((key,value)->{System.out.println(key+"-"+value);}); //        System.err.println(m.get("a"));                 Stopwatch sw = Stopwatch.createStarted();         String str = "1-2-3-4-5-6";         System.err.println(Splitter.on("-").splitToList(str));         String str2 = "xiaoming=11,xiaohong=23";         System.err.println(Splitter.on(",").withKeyValueSeparator("=").split(str2));         Strings.isNullOrEmpty(""); //        List list = Splitter.on("-").splitToList(str);         long time = sw.elapsed(TimeUnit.MILLISECONDS);         System.err.println(time);         Thread.currentThread().sleep(500);         time = sw.elapsed(TimeUnit.MILLISECONDS);         System.err.println(time);

TODO PLAN: 为ssh项目写个代码生成器 美化ssh项目 上传服务器发布 整理ssm项目,写模板,模板还没梳理完 jun_code_generator 代码生成器,调整 mvn_template 开发模板,调整,新增项目模板;新增SSH、SSM、SpringBoot、SpringCloud、Android、APP       模板,新增+jun_ssh+ssm+springboot+mybatis+JPA jun_plugin 常用开发组件,调整,新增并优化项目组件 jun_spring Spring开发组件,调整,新增Spring系常用plugin jun_springboot SpringBoot开发组件,调整,SpringBoot系组件 jun_springcloud SpringCloud开发组件,调整,SpringCloud系组件 jun_frontend  前端开发组件,调整 jun_framework  干掉,迁移到jun_project里面来 jun_projejct 常用项目模板及常用项目,调整,常用项目的集合,私有的 jun_test  干掉,合并到其他项目 jun_linux  Linux开发组件,调整 jun_website  网站开发,调整 jun_weixin   微信开发,调整 jun_app   APP开发,调整 jun_android   Android开发,调整 jun_bigdata   大数据开发,调整   Vue+uniapp+Nodejs+WordPress+PHP+Android+Bigdata https://blog.csdn.net/xiaojinlai123/article/details/90694372 https://blog.csdn.net/sxdtzhaoxinguo/article/details/77965226 来自 https://github.com/wujun728/vue-login-java

吴俊 Mobile: +86-18572807207 Email: wujun60@h-partners.com 来自 https://github.com/wujun728/jun_plugin/blob/master/TODO.md

git checkout --orphan latest_branch2 git add -A git commit -am "commit message" git branch -D master git branch -m master git push -f origin master 分布式锁 https://github.com/learninghard-lizhi/common-util https://www.cnblogs.com/zhili/p/redisdistributelock.html 流程引擎 https://github.com/snakerflow-starter/snakerflow-spring-boot-starter 表单引擎 https://github.com/xrogzu/dynamic-form https://github.com/9499574/layui-form-create https://github.com/9499574/layui-transfer https://github.com/9499574/transferTable 权限管理 https://github.com/Mandelo/ssm_shiro_blog https://github.com/Heeexy/SpringBoot-Shiro-Vue 门户 https://github.com/zhupanlinch/enterprise https://github.com/a695979515/enterprise https://github.com/Ren8iaoXie/project-travel https://github.com/lh2907883/fdc_template https://github.com/AnsonZnl/makesen https://github.com/xiegengcai/caritPortal https://github.com/siteserver/template-girish https://github.com/paytonggithub/zcbs-portal 人事 https://github.com/zhupanlinch/PinPlus https://github.com/lenve/vhr https://github.com/lenve?tab=repositories https://github.com/GenshenWang/SSM_HRMS https://github.com/rainweb521/Personnel-Management-System ERP https://github.com/zhanggyjp/CloudERP 商城 https://github.com/FGstudy/jQuery-mall OA https://github.com/memoryoverflow/OA https://github.com/Micheal-Bigmac/OA https://github.com/xuhuisheng/lemon 酒店 https://github.com/zxf14/HotelWorld 财务 https://github.com/1649865412/finance https://github.com/sunxingtm/FPMS https://github.com/mingslife/MoneyManager https://github.com/HappyTime001/financial-management-system 进销存 https://github.com/loyin/ecp 招聘 https://github.com/webmagic-io/jobhunter https://github.com/oncestep/IndexRecruit https://github.com/HanochLzd/recruitment https://github.com/wenyaxinluoyang/zhixinRecruit 面试 https://github.com/LyricYang/Internet-Recruiting-Algorithm-Problems 日程表 https://github.com/xiewenfeng/calendarSchedule https://github.com/ShangYao/dynamic-datasource https://github.com/xuanye/xgcalendar 代码生成 https://github.com/codeYoke/auto-code https://github.com/xkcoding/spring-boot-demo https://github.com/wushu0725/codegen https://github.com/pkxing/CodeGenerator https://github.com/mijingling/MybatisGeneratorTool https://github.com/hbyscl/single-table-generate https://github.com/jackliul/dnyGenerateCode 开发平台 https://github.com/lveex/lveenote https://github.com/tuanzi-ne/Tuanzi https://github.com/justpic/justpicform https://github.com/perye/dokit https://github.com/weizhiqiang1995/skyeye https://github.com/weizhiqiang1995/erp-pro https://github.com/zhupanlinch/seed https://github.com/Tyebile/meereen https://github.com/mys328/erp https://github.com/keyuxuan1987/SHM https://github.com/enilu/guns-lite 前端 https://github.com/qsjdhm/admin-pc https://github.com/Fuphoenixes/vue-pc-admin 项目管理 APP https://github.com/huangruiLearn/flutter_hrlweibo https://github.com/a695979515/wechat_public 小程序 https://github.com/best-fan/wechat-app-web https://github.com/best-fan/wechat-app-zp https://github.com/qingfengtaizi/SmartWx Demo https://github.com/zhanglei-workspace/shopping-management-system API https://github.com/TommyLemon/APIAuto Android https://github.com/TommyLemon/Android-ZBLibrary

Jun_fontend https://github.com/Soliman/jqGrid.bootstrap treegrid https://blog.csdn.net/Yolanda_NuoNuo/article/details/106017438 https://github.com/YolandaMua/mycompress https://github.com/sd4324530/webChat Websocket https://github.com/liuyangming/ByteTCC/ https://github.com/sd4324530/fastlock https://github.com/sd4324530/fastrpc https://github.com/sd4324530/fastexcel 微信 --https://github.com/qingfengtaizi/SmartWx
nginx分发 https://blog.csdn.net/cc_want/article/details/83780435 1 https://blog.csdn.net/u010938610/article/details/79282624 spring cloud 实战项目搭建 Eurreke https://github.com/izerui/tomcat-redis-session-manager https://blog.csdn.net/qq_38555490/article/details/105297271 https://blog.csdn.net/antma/article/details/79629584 https://github.com/Thinkingcao https://github.com/dpc761218914/company_website https://github.com/Fireply/Enter https://github.com/moonLexie/liuy-admin https://github.com/feinet/feinet.github.io https://github.com/pronebel/hey-website https://github.com/pronebel/vhr https://github.com/pronebel/wx-api https://github.com/niefy/wx-manage Blog template frontEnd JavaFast https://github.com/thinkgem/jeesite4-cloud https://github.com/thinkgem/jeesite4 https://github.com/thinkgem/jeesite https://github.com/thinkgem/jeesite/tree/master_hibernate https://github.com/thinkgem/jeesite_autocode https://github.com/thinkgem/webeffect 网页特效集锦系统 来自 https://github.com/thinkgem/webeffect https://github.com/yangzongzhuan/RuoYi-Vue https://github.com/yangzongzhuan/RuoYi-Vue-fast https://github.com/yangzongzhuan/RuoYi https://github.com/renrenio/renren-fast-vue https://github.com/renrenio/renren-security https://github.com/renrenio/renren-security-boot django https://github.com/zmrenwu/django-auth-example https://github.com/zmrenwu/django-blog-tutorial SpringMVC 方法里返回json或跳到一个页面 来自 https://blog.csdn.net/change_on/article/details/73963966 https://blog.csdn.net/qq_16563637/article/details/82422729?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.edu_weight&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.edu_weight https://github.com/SuiXiangjun/uniappQQmic https://blog.csdn.net/yelllowcong/article/details/79016054 jun_springmvc --> jun_mybatisplus_generator jun_springbootcodegenerator ---在线代码生成器 jun_spring_cloud_codegen
https://github.com/dcloudio/casecode https://github.com/wayss000/WebDemo https://github.com/yuchenggroup/rapid-generator https://github.com/cncounter https://github.com/shenkunlin/code-template https://github.com/9499574/layui-transfer-ajax https://github.com/hnzzmsf/layui-formSelects https://github.com/sentsin/layui https://github.com/hnzzmsf/blog https://github.com/hnzzmsf/jquery.runCode.js mybatis+spring+springmvc+vue+easyui实现 来自 https://github.com/Ftine/Ajie-Forever-God_snack easyui https://github.com/iamzhw/ins 导航 https://github.com/WebStackPage/WebStackPage.github.io 方法5. 基于Java开发的后台系统🔥(感谢@jsnjfz提供) 开源地址:https://github.com/jsnjfz/WebStack-Guns 方法6. springboot后台 Nikati-WebStack-Guns ❤️ (感谢Nikati (Nikati)提供) 开源地址:https://github.com/Nikati/WebStack-Guns-NKT https://github.com/WebStackPage/webstack-Admin 企业门户 Spring cloud https://github.com/forezp/SpringcloudConfig https://github.com/brianway/springmvc-mybatis-learning.git https://github.com/forezp/3y https://github.com/ZhongFuCheng3y/3y https://github.com/forezp/distributed-limit Spring Boot快速开发框架 来自 https://github.com/forezp/aries https://github.com/forezp/aries mshop B2C模式的电商平台 来自 https://github.com/a695979515/mshop https://github.com/a695979515/mshop Vue+Boot+Music https://github.com/Yin-Hongwei/music-website https://github.com/JayTange/Jantent https://github.com/zhangkaitao https://github.com/xnx3/wangmarket https://github.com/GodofRabbit/Website https://github.com/huangshiyu13/webtemplete SSH_shiro

SSM_Shiro https://github.com/wosyingjun/beauty_ssm_cluster https://github.com/wosyingjun/beauty_ssm https://github.com/wosyingjun/beauty_ssm_dubbo

https://github.com/wosyingjun/jresplus

https://github.com/qzw1210/SpringMVC_Mybatis_Shiro
https://github.com/qzw1210/springMVC-shiro
https://github.com/liyifeng1994/ssm
https://github.com/megagao/production_ssm
https://github.com/zhangkaitao/es.git
https://github.com/zhangkaitao?tab=repositories
https://github.com/saysky/ForestBlog

SpringBoot_Shiro https://github.com/qzw1210/springboot_authority https://github.com/ZHENFENG13/ssm-demo https://github.com/ZHENFENG13/perfect-ssm https://github.com/ZHENFENG13/ssm-cluster https://github.com/ZHENFENG13/ssm-dubbo https://github.com/ZHENFENG13/ssm-micro-service Linux https://github.com/wosyingjun/Cluster-HA-Schemes 爬虫 https://github.com/liyifeng1994/webmagic-csdnblog 公众号 https://github.com/liyifeng1994/xfshxzs 支付 https://github.com/OUYANGSIHAI/sihai-maven-ssm-alipay 短信 https://github.com/OUYANGSIHAI/SMS-verification 论坛 https://github.com/igaozp/SSM 微信短视频 管理端:https://github.com/oyjcodes/wx-video-admin 微信小程序API的后台Github地址:https://github.com/oyjcodes/wx-videos-api 微信小程序前端APP的Github地址:https://github.com/oyjcodes/wx-video-client 旅游网站SSM https://github.com/oyjcodes/tour 企业管网 https://github.com/OneGISTeam/ShengRongWeb https://github.com/nd-team/grenade https://github.com/witnesslq/SYCP https://github.com/Nick-Hu1993/MyEclipse10 https://github.com/qzw1210/jeecmsv6_maven https://github.com/liyifeng1994/bnuzitc https://github.com/iverson3/hft-company https://github.com/Fireply/Enter https://github.com/sunmaobin/quickstart-homepage https://github.com/linux-web/wechat-company 网上商城SSM https://github.com/oyjcodes/mmall

微服务 https://github.com/oyjcodes/microservice-v1 https://github.com/EdisonChou/EDC.SpringCloud.Samples https://github.com/lord-of-code/loc-framework 物流系统 https://github.com/Liumce/Logistics-admin 高并发秒杀 https://github.com/qiurunze123/miaosha https://github.com/liyifeng1994/seckill 商城系统Vue+Boot https://github.com/macrozheng/mall 优惠券 https://github.com/oyjcodes/coupon 代码功能 maven https://github.com/oyjcodes/mybatis-generator https://github.com/lijiapeng0302/vue2-elem https://github.com/xwjie/HessianDemo https://github.com/hhfcyong/xxxx-dubbo https://github.com/qzw1210/cxf-upload https://github.com/qzw1210/kft-activiti https://github.com/qzw1210/edittable_byJQuery https://github.com/qzw1210/restful https://github.com/OUYANGSIHAI/Activiti-learninig https://github.com/wosyingjun/DubboxDemo OA https://github.com/ytg123/GgOA 云考勤微信公众号 https://github.com/TuGengs/cloudmanager.git JOB https://github.com/ferrari014/EasyJob https://github.com/Jstarfish/JavaKeeper https://github.com/oyjcodes/advanced-java https://github.com/UUband/uband-tech-blog https://github.com/davideuler/architecture.taobao-alibaba https://github.com/davideuler/architecture.meituan-dianping https://github.com/jobbole/awesome-java-cn https://github.com/OUYANGSIHAI/JavaInterview Uniapp https://github.com/klren0312/ironInfoWeapp 公司官网小程序 https://github.com/weiruiweb/company1 https://github.com/baitercel/wechat-company-demo https://github.com/jingjingke/vuePro-demo

adminlte https://github.com/huanggeshuai/ssmwithTab 资产管理-C#-Easyui https://github.com/qq283335746/Asset 设备管理 https://github.com/h-yazhe/device-manager

https://github.com/moshowgame/SpringBootCodeGenerator https://github.com/SpringCloud/spring-cloud-codegen http://github.com/thinkgem/jeesite_autocode

Readme.md template

plugin https://github.com/RudeCrab/rude-java/tree/master/project-practice

干掉,放到plugin里面 https://github.com/wujun728/jun_frontend_ui

boot

https://github.com/wujun728/jun_springboot  合并到jun_ssm,并重命名

https://github.com/wangyushuai/inspinia_admin_java_ssm

前端模板-合并到front里面 https://github.com/wenfengSAT/wenfengSAT-UI 迁移到CRM里面 https://github.com/wenfengSAT/SpringbootCRM 迁移到plugin里面 https://github.com/wenfengSAT/wenfengSAT-SpringBoot 迁移到uniapp里面 https://github.com/fanchaoo/netease-cloud-music-community 待处理: 迁移到cloud里面 fsLayui VIEWUI-FOR-EASYUI spring-boot-starter-motan 总体待办: 吴俊-补充TODO待办清单 Jun_code-generator 临时分支

jun_product----- 吴俊: Jun_test111----- https://blog.csdn.net/qq_16563637/article/details/82422729?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.edu_weight&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.edu_weight

About

jun_java_plugin 整合Java企业级各种开发组件、开箱即用、不写重复代码;目前已集成fastdfs、七牛云对象存储、阿里云短信、23种设计模式、多数据源、分布式Session、分布式事务、分布式锁、消息队列、并发框架、模板引擎、规则引擎、文件上传下载、二维码、二级缓存、任务调度、单点登录、爬虫、二维码等等

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 48.4%
  • JavaScript 30.6%
  • CSS 9.9%
  • HTML 9.0%
  • FreeMarker 0.9%
  • Less 0.4%
  • Other 0.8%