登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
WEB应用开发
>
后台管理框架
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
50
Star
301
Fork
84
SunSeaGear
/
飞廉
代码
Issues
10
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
更新失败,请稍后重试!
Issues
/
详情
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
开发环境准备
置顶
待办的
#I25X3V
SunSeaGear
拥有者
创建于
2020-11-18 10:10
# 开发环境准备 ## 需要安装的软件(windows平台) * [jdk 1.8+](https://www.oracle.com/java/technologies/javase-downloads.html) * [redis for windows3.0+](https://github.com/tporadowski/redis/releases) * [tomcat 8.0+](http://tomcat.apache.org/) * [mysql 5.7+](https://dev.mysql.com/downloads/) * [SQLyog 12.0.8.0](https://www.onlinedown.net/soft/24926.htm?src=360)或者[Navicat for MySQL](https://www.navicat.com.cn/products/navicat-for-mysql) * [nodejs 12.0+](http://nodejs.cn/download/) * [IntelliJ IDEA 2019版本以上](https://www.jetbrains.com/idea/download/#section=windows) ## IDEA需要安装的插件 * lombok(必须) * vue.js(必须) * Free Mybatis plugin(推荐) * ESLint(推荐) * element(推荐) > 以上软件版本号为最低版本,强烈推荐大家安装最新版本<br> > tomcat如果直接使用springboot内嵌容器可以不用安装,注意tomcat使用压缩包版本,直接解压即可 #工具安装与配置 工具安装和其他windows软件并无太大差异,下载完安装包以后直接安装即可 工具的配置可以参考如下链接 1. [nodejs配置环境变量](https://www.cnblogs.com/coder-lzh/p/9232192.html) 2. [java开发环境配置](https://jingyan.baidu.com/article/1974b28959d87ff4b0f7745c.html) 3. [IDEA配置web开发环境](https://www.cnblogs.com/Custom-insist/p/10853084.html) 4. [IDEA安装插件](https://blog.csdn.net/xingbaozhen1210/article/details/81076597)
# 开发环境准备 ## 需要安装的软件(windows平台) * [jdk 1.8+](https://www.oracle.com/java/technologies/javase-downloads.html) * [redis for windows3.0+](https://github.com/tporadowski/redis/releases) * [tomcat 8.0+](http://tomcat.apache.org/) * [mysql 5.7+](https://dev.mysql.com/downloads/) * [SQLyog 12.0.8.0](https://www.onlinedown.net/soft/24926.htm?src=360)或者[Navicat for MySQL](https://www.navicat.com.cn/products/navicat-for-mysql) * [nodejs 12.0+](http://nodejs.cn/download/) * [IntelliJ IDEA 2019版本以上](https://www.jetbrains.com/idea/download/#section=windows) ## IDEA需要安装的插件 * lombok(必须) * vue.js(必须) * Free Mybatis plugin(推荐) * ESLint(推荐) * element(推荐) > 以上软件版本号为最低版本,强烈推荐大家安装最新版本<br> > tomcat如果直接使用springboot内嵌容器可以不用安装,注意tomcat使用压缩包版本,直接解压即可 #工具安装与配置 工具安装和其他windows软件并无太大差异,下载完安装包以后直接安装即可 工具的配置可以参考如下链接 1. [nodejs配置环境变量](https://www.cnblogs.com/coder-lzh/p/9232192.html) 2. [java开发环境配置](https://jingyan.baidu.com/article/1974b28959d87ff4b0f7745c.html) 3. [IDEA配置web开发环境](https://www.cnblogs.com/Custom-insist/p/10853084.html) 4. [IDEA安装插件](https://blog.csdn.net/xingbaozhen1210/article/details/81076597)
评论 (
0
)
SunSeaGear
创建了
任务
SunSeaGear
将
关联仓库
设置为
SunSeaGear/飞廉
SunSeaGear
将
任务状态
从
待办的
修改为
已完成
SunSeaGear
添加了
doc
标签
SunSeaGear
修改了
描述
原值
# 开发环境准备
## 需要安装的软件(windows平台)
* [jdk 1.8+](https://www.oracle.com/java/technologies/javase-downloads.html)
* [redis for windows3.0+](https://github.com/tporadowski/redis/releases)
* [tomcat 8.0+](http://tomcat.apache.org/)
* [mysql 5.7+](https://dev.mysql.com/downloads/)
* [SQLyog 12.0.8.0](https://www.onlinedown.net/soft/24926.htm?src=360)或者[Navicat for MySQL](https://www.navicat.com.cn/products/navicat-for-mysql)
* [nodejs 12.0+](http://nodejs.cn/download/)
* [IntelliJ IDEA 2019版本以上](https://www.jetbrains.com/idea/download/#section=windows)
## IDEA需要安装的插件
* lombok(必须)
* vue.js(必须)
* Free Mybatis plugin(推荐)
* ESLint(推荐)
* element(推荐)
> 以上软件版本号为最低版本,强烈推荐大家安装最新版本<br>
> tomcat如果直接使用springboot内嵌容器可以不用安装,注意tomcat使用压缩包版本,直接解压即可
#工具安装与配置
工具安装和其他windows软件并无太大差异,下载完安装包以后直接安装即可
工具的配置可以参考如下链接
1. [nodejs配置环境变量](https://www.cnblogs.com/coder-lzh/p/9232192.html)
2. [java开发环境配置](https://jingyan.baidu.com/article/1974b28959d87ff4b0f7745c.html)
3. [IDEA配置web开发环境](https://www.cnblogs.com/Custom-insist/p/10853084.html)
4. [IDEA安装插件](https://blog.csdn.net/xingbaozhen1210/article/details/81076597)
新值
# 开发环境准备
## 需要安装的软件(windows平台)
* [jdk 1.8+](https://www.oracle.com/java/technologies/javase-downloads.html)
* [redis for windows3.0+](https://github.com/tporadowski/redis/releases)
* [tomcat 8.0+](http://tomcat.apache.org/)
* [mysql 5.7+](https://dev.mysql.com/downloads/)
* [SQLyog 12.0.8.0](https://www.onlinedown.net/soft/24926.htm?src=360)或者[Navicat for MySQL](https://www.navicat.com.cn/products/navicat-for-mysql)
* [nodejs 12.0+](http://nodejs.cn/download/)
* [IntelliJ IDEA 2019版本以上](https://www.jetbrains.com/idea/download/#section=windows)
## IDEA需要安装的插件
* lombok(必须)
* vue.js(必须)
* Free Mybatis plugin(推荐)
* ESLint(推荐)
* element(推荐)
> 以上软件版本号为最低版本,强烈推荐大家安装最新版本<br>
> tomcat如果直接使用springboot内嵌容器可以不用安装,注意tomcat使用压缩包版本,直接解压即可
#工具安装与配置
工具安装和其他windows软件并无太大差异,下载完安装包以后直接安装即可
工具的配置可以参考如下链接
1. [nodejs配置环境变量](https://www.cnblogs.com/coder-lzh/p/9232192.html)
2. [java开发环境配置](https://jingyan.baidu.com/article/1974b28959d87ff4b0f7745c.html)
3. [IDEA配置web开发环境](https://www.cnblogs.com/Custom-insist/p/10853084.html)
4. [IDEA安装插件](https://blog.csdn.net/xingbaozhen1210/article/details/81076597)
SunSeaGear
将
任务状态
从
已完成
修改为
待办的
SunSeaGear
将
置顶等级
设置为
高
展开全部操作日志
折叠全部操作日志
登录
后才可以发表评论
状态
待办的
待办的
进行中
已完成
已关闭
负责人
未设置
标签
doc
未设置
标签管理
里程碑
未关联
未关联
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (6)
标签 (13)
master
V3.0_dev
demo
flowable
1.x
flow
V2.2.0
V2.1.0
V2.0.0
V2.0.0-beta
V1.6.0
V1.5.0
V1.4.1
V1.4.0
V1.3.1
V1.3.0
V1.2.3
V1.2.2
V1.2.1
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
参与者(1)
Java
1
https://gitee.com/sunseagear/wind.git
git@gitee.com:sunseagear/wind.git
sunseagear
wind
飞廉
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册