开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
1 Star 0 Fork 160

chenchg/AI-Code

forked from renran/AI-Code
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
dev
分支 (6)
标签 (1)
dev
ccg
master
feature/create-docker
feature/h2
feature/mysql
v1.0-beta
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
项目仓库所选许可证以仓库主分支所使用许可证为准
dev
分支 (6)
标签 (1)
dev
ccg
master
feature/create-docker
feature/h2
feature/mysql
v1.0-beta
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
dev
分支 (6)
标签 (1)
dev
ccg
master
feature/create-docker
feature/h2
feature/mysql
v1.0-beta
AI-Code
/
sql
/
frameworks.sql
AI-Code
/
sql
/
frameworks.sql
frameworks.sql 10.11 KB
一键复制 编辑 原始数据 按行查看 历史
bruce 提交于 2021年01月10日 18:32 +08:00 . 修复bug
-- 清空数据表
delete from frameworks where 1=1;
-- 插入最新frameworks 数据
-- ----------------------------
-- Records of frameworks
-- ----------------------------
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (1, '1882812765213425664', 'springboot2.1.6-mybatisplus-redis-provider', '此框架以springcloud Greenwich.RELEASE,springboot 2.1.6.RELEASE 版本为基础进行整合,整合 springcloud的各个组件eureka,feign,mybatisplus,hutool实现分布式微服务', 'https://github.com/hegaoye/aicode-template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (2, '1081629222214967291', 'ssm-dubbo-redis-swagger-lombok-disconf-sentry', '此项目整合了ssm+dubbo+redis+swagger+lombok几大框架便于实现分布式,采用gradle管理构建项目,lombok使用请安装ide的插件并进行设置即可完成javabean的简化', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (3, '1081629222214967292', 'ssh+redis+swagger+lombok', 'ssh+redis+swagger+lombok', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (4, '1081629222214967293', 'spring-cloud-redis-lombok-sentry', '此框架整合了spring-cloud、redis、lombok,swagger等最新版本,可以方便的实现单项目开发,分布式开发的需求;需要注意的是需要对spring boot有所了解将有助于使用此套框架,框架自己包含了工具包,配置好了分层,需要修改数据库连接地址以及一些自己内网的信息接口生成后直接运行使用,免测试。', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (5, '1081629222214967294', 'ssm-redis-swagger-lombok-pitop', 'ssm+redis+swagger+lombok', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (6, '1081629222214967295', 'springboot-redis-swagger-lombok', 'springboot+redis+swagger+lombok', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (7, '1081629222214967296', 'angular-template', 'angular 框架自动与后端接口对接,请配合使用以frontend结尾的后端框架生成使用', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (8, '1081629222214967297', 'springboot-redis-swagger-lombok-frontend', 'springboot-redis-swagger-lombok-frontend', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (9, '1081629222214967298', 'angular-template-i18n', 'angular国际化模板', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (10, '1081629222214967299', 'springcloud2.1.5-redis-swagger-lombok-provider', '此框架以springcloud Greenwich.RELEASE,springboot 2.1.5.RELEASE 版本为基础进行整合,整合 springcloud的各个组件eureka,feign 实现分布式微服务', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (11, '1593730370629427201', 'springcloud2.1.5-provider-config', '此框架以springcloud Greenwich.RELEASE,springboot 2.1.5.RELEASE 版本为基础进行整合,整合 springcloud的各个组件eureka,feign,config 实现分布式微服务', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (12, '1593730370629427202', 'springboot-redis-swagger-lombok-aoplog-jwt', 'Spring cloud + Mybatis + Redis + Swagger + Lombok 基础框架组合 + 自定义 AOP 日志 + JWT 登录验证', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (13, '1593730370629427203', 'ssh-redis-swagger-lombok', '整合springmvc,spring,hibernate,swagger,redis,lombok等多种框架', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (14, '1593730370629427204', 'angular-template-rzhkj', 'angular 框架自动与后端接口对接,请配合使用以frontend结尾的后端框架生成使用', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (15, '1593730370629427205', 'springboot-redis-swagger-lombok-rzhkj', 'rzhkj springboot 版本框架整合了redis,swagger,lombok等', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (16, '1081629222214967290', 'ssm-redis-swagger-lombok', 'ssm+redis+swagger+lombok', 'https://gitee.com/helixin/aicode_template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (17, '1884742476840075264', 'springboot2.1.6-mybatisplus-redis-rocketmq', '此框架以springcloud Greenwich.RELEASE,springboot 2.1.6.RELEASE 版本为基础进行整合,整合 springcloud的各个组件eureka,feign,mybatisplus,hutool实现分布式微服务', 'https://github.com/hegaoye/aicode-template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (18, '1886058987395538944', 'springboot2.1.6-mybatisplus-mongodb-redis-rocketmq', '此框架以springcloud Greenwich.RELEASE,springboot 2.1.6.RELEASE 版本为基础进行整合,整合 springcloud的各个组件eureka,feign,mybatisplus,mongodb,redis,hutool实现分布式微服务', 'https://github.com/hegaoye/aicode-template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (19, '1887714594208948224', 'springboot2.1.6-mybatisplus-redis', '整合springboot2.1.6,以及cloud组件feign,mybatisplus,redis主要用于分布式系统中的 ctrl层,用于整合provider层使用,且swagger访问时可以返回R 对象,封装的统一返回类型', 'https://github.com/hegaoye/aicode-template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (20, '1887715178324500480', 'springboot2.1.6-mybatisplus-mongodb-redis-rabbitmq', '整合springboot2.1.6,以及cloud组件feign,mybatisplus,mongodb,redis,rabbitmq,主要用于分布式系统中的 provider层,此时ctrl层仅仅返回实际结果不会被包装为BeanRet的对象', 'https://github.com/hegaoye/aicode-template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (21, '1887715590641360896', 'springboot2.1.6-mybatisplus-mongodb-redis-kafka', '整合springboot2.1.6,以及cloud组件feign,mybatisplus,mongodb,redis,kafka,主要用于分布式系统中的 provider层,此时ctrl层仅仅返回实际结果不会被包装为BeanRet的对象', 'https://github.com/hegaoye/aicode-template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (22, '1887716621433511936', 'springboot2.1.6-mysql-mongo-redis-rocketmq-dubbo', '整合springboot2.1.6,以及cloud组件feign,mybatisplus,mongodb,redis,rocketmq,dubbo,主要用于分布式系统中的 provider层,此时ctrl层仅仅返回实际结果不会被包装为BeanRet的对象', 'https://github.com/hegaoye/aicode-template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (23, '2079202962321588224', 'springboot2.2.6-mybatisplus-redis-ignite-rocketmq', '整合springboot2.1.6,以及cloud组件feign,mybatisplus,redis,rocketmq,ignite,主要用于分布式系统中的 provider层,此时ctrl层仅仅返回实际结果不会被包装为BeanRet的对象', 'https://github.com/hegaoye/aicode-template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (24, '2080258063987564544', 'springboot2.2.6-mybatisplus-redis-rocketmq', '整合springboot2.1.6,以及cloud组件feign,mybatisplus,redis,rocketmq,mysql,主要用于分布式系统中的 provider层,此时ctrl层仅仅返回实际结果不会被包装为BeanRet的对象', 'https://github.com/hegaoye/aicode-template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (25, '2080258063987564555', 'springboot2.2.6-mybatisplus-redis', '整合springboot2.1.6,以及cloud组件feign,mybatisplus,redis,mysql,主要用于分布式系统中的 provider层,此时ctrl层仅仅返回实际结果不会被包装为BeanRet的对象', 'https://github.com/hegaoye/aicode-template.git', 'hegaoye@qq.com', '888888', 'Y');
INSERT INTO frameworks (id, code, name, description, gitHome, account, password, isPublic) VALUES (26, '2080258063987564556', 'springboot2.2.6-mybatisplus-redis-gateway', '整合springboot2.2.6,以及cloud组件feign,mybatisplus,redis,gateway,mysql', 'https://github.com/hegaoye/aicode-template.git', 'hegaoye@qq.com', '888888', 'Y');
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

新一代代码生成平台,模板自定义,海量模板库,自动整合各种框架,并在生成时自己选择,项目提供webUI方式,根据框架模块化管理,需要那些选择后自动生成;提供模板开发接口自由定义自己的模板,最终完成AI+模板=70%的代码量,平台默认携带Spring为核心的各种框架整合细节请看readme介绍。根据需要可以选择性生成,支持docker 启动 。交流qq群:839360512,演示地址:http://www.hegaoye.com 账户:admin 密码: 888888
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/chenchg/AI-Code.git
git@gitee.com:chenchg/AI-Code.git
chenchg
AI-Code
AI-Code
dev
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /