集成最全的代码生成工具:entity集成lombok、格式校验,swagger;dao自动加@mapper,service自动注释和依赖;Controller实现restful 增删改查API,并集成swagger。
☆179Jun 20, 2022Updated 3 years ago
Alternatives and similar repositories for mybatis-dsc-generator
Users that are interested in mybatis-dsc-generator are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- springboot+vue页面 REST代码生成器,生成单表的增删改查☆31May 14, 2023Updated 2 years ago
- springboot2.2、spring-data-jpa、iView4、Vue2 、代码生成器、shiro权限管理、前后端分离、java后台管理系统快速开发框架,通过该框架可以在分钟级别内完成单表的前后端增删改查功能。脚手架工程: https://github.com/…☆280Dec 6, 2022Updated 3 years ago
- 该项目为seezoon-framework-all spring boot 版本,后台全套技术栈为spring 全家桶☆19Oct 25, 2018Updated 7 years ago
- SPringBoot+EasyExcel+异步(多线程)邮件发送☆14Oct 31, 2019Updated 6 years ago
- ☆13Apr 16, 2019Updated 6 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 随着技术日新月异,新技术新平台不断出现,对现如今的开发人员来说选择快速高效的框架进行项目开发,既能提高产出,又能节约时间。本框架无需开发即可实现服务注册、服务发现、负载均衡、服务网关、配置中心、API管理、分布式事务、支撑平台、集成框架、数据传输加密等功能,是学习Sprin…☆358Aug 26, 2024Updated last year
- MLDN讲解Spring开发框架,版本为Spring-5☆10Jun 4, 2018Updated 7 years ago
- 基于 javaagent 对 java 原生类的 方法进行字节码动态修改, 以此引发的一些关于 绕过 Java 软件授权验证机制的思考☆11Jan 22, 2021Updated 5 years ago
- 电商库存服务中实现缓存+数据库双写一致性保障方案☆12Jan 17, 2019Updated 7 years ago
- Form designer for Activiti☆13Mar 4, 2026Updated 3 weeks ago
- kubeadm 虚拟机实践☆14Jun 19, 2020Updated 5 years ago
- mybatis-generator界面工具,让你生成代码更简单更快捷☆6,709Jul 9, 2024Updated last year
- 又名大狼狗代码生成器,基于SpringBoot2+Freemarker的JAVA代码生成器,以释放双手为目的,支持mysql/oracle/pgsql三大数据库, 用DDL-SQL语句生成JPA/JdbcTemplate/Mybatis/MybatisPlus/BeetlS…☆2,207Dec 7, 2025Updated 3 months ago
- springboot 分布式系统swagger文档☆33Jun 26, 2018Updated 7 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 服务器/集群进程守护和编排工具☆20Dec 10, 2022Updated 3 years ago
- 可视化DIY模板代码生成系统☆47May 16, 2024Updated last year
- A fast development platform.(快速开发平台 XXL-BOOT)☆341Mar 8, 2026Updated 3 weeks ago
- beetl写的代码自动生成器,自动生成MVC的entity/mapper/service/controller层的代码(包含增删改查)☆17Feb 25, 2019Updated 7 years ago
- 在idea的数据库工具中,直接对表生成mybatis相关的代码文件。☆257Jan 19, 2026Updated 2 months ago
- This website is used to automatically scan files during CTF.☆13May 31, 2023Updated 2 years ago
- 图形化MBG,内置丰富插件,可生成Service、Controller、View,配置简单。 A powerful GUI tool for MyBatisGenerator(MBG)☆648Nov 5, 2025Updated 4 months ago
- ☆14Oct 12, 2018Updated 7 years ago
- java实 现的缓存策略组件,支持多种缓存产品,开发人员可以像Map一样使用,简单方便。支持的存储方案:jvm\redis\ignite\hazelcast\guava☆33Mar 5, 2024Updated 2 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- Java的各种组件使用的demo,如fastjson、httpclient、jsoup、zookeeper、thumbnailator☆23Sep 1, 2022Updated 3 years ago
- 项目中常用的基础功能实现类。如图片处理、文件操作、短信发送、地图定位、距离计算、MD5、二维码生成与解析、在线支付、消息推送、JSON处理等等。☆11Jan 4, 2016Updated 10 years ago
- 飞象大数据分析可视化☆19Aug 17, 2017Updated 8 years ago
- Java学习过程中笔记的配套代码☆95Feb 18, 2024Updated 2 years ago
- 基于SpringBoot生产分布式下全局的ID,保证ID生成的顺序性、无重复性、高可用,利用Redis排除了受单点故障问题的影响,生成ID规则: 年份(2位) + 一年中第几天 (3位)+ 小时(2位) + Redis自增序号 (5位),总计12位, 支持一小时内近100…☆47Oct 25, 2018Updated 7 years ago
- 一个包含许多常用业务脚手架功能的管理系统,包含了前后端常用框架的集成,通用业务的封装和自动生成代码,可用于快速完成简单业务类型的管理系统☆11Apr 10, 2025Updated 11 months ago
- 实战\Docker+Kubernetes(k8s)微服务容器化实践 Docker+Kubernetes(k8s)微服务容器化实践☆11Apr 15, 2018Updated 7 years ago
- Spring-generator是基于javafx8开发的图形界面Spring代码生成器,使用 Apache FreeMarker 作为代码文件的模板,用户可以一键将数据库中的表生成为任意风格的.java代码文件(比如经典的三层模型);☆243Sep 22, 2022Updated 3 years ago
- USB键鼠流量分析工具Gui☆25Aug 8, 2023Updated 2 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- AgentWeb替换X5内核+JsBridge替换X5内核☆11Dec 28, 2020Updated 5 years ago
- 收集一些有趣 的 python 脚本☆12Oct 9, 2019Updated 6 years ago
- 万联物联网平台,基于Java8,Spring Boot2.2.13 ,SpringMVC,AdminLTE等开发。支持物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,HTTP等),灵活接入不同厂家不同协议等设备。实时数据处理,设备告…☆20Apr 17, 2024Updated last year
- ☆12Jan 28, 2018Updated 8 years ago
- The Example of vertx-rpc☆26May 13, 2015Updated 10 years ago
- Springboot2.0+redis+SpringMVC+Spring+Mybatis+Mybatis Plus的Java web分布式开发系统;NettySocketIo排队系统/排队模块/排队框架,它是一款具有代码生成功能的智能快速开发平台;是以Spring Fram…☆351Jul 17, 2023Updated 2 years ago
- 开源的Java开发脚手架,工作经验总结,springboot,springcloud,基于tk-mybatis代码反向生成,基于redis(redisson)注解形式加分布式锁等,计划将用该脚手架抄袭jeesite和ruoyi还有基于vue的后台权限管理系统做一套开源的后台…☆184Jun 25, 2023Updated 2 years ago