软件开发中间件和插件
Posted ejinxian
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了软件开发中间件和插件相关的知识,希望对你有一定的参考价值。
- nginx: http://nginx.org/en/download.html(opens new window)
- redis: https://github.com/microsoftarchive/redis/releases(opens new window)
- nacos: https://github.com/alibaba/nacos/releases(opens new window)
- rocketmq: https://rocketmq.apache.org/(opens new window)
- mysql: https://www.mysql.com/(opens new window)
- sentinel: https://sentinelguard.io/(opens new window)
- spring: https://spring.io/(opens new window)
- spring boot: https://spring.io/projects/spring-boot(opens new window)
- spring cloud: https://spring.io/projects/spring-cloud(opens new window)
- spring cloud alibaba: https://github.com/alibaba/spring-cloud-alibaba
VsCode安装插件
- Auto Import import (opens new window)引入自动补全
- Import Cost 查看你引入的依赖模块大小
- Auto Close Tag 自动补全 html 标签
- Auto Rename Tag 自动重命名 html 标签
- Prettier - Code formatter 代码自动格式化
- One Monokai Theme vscode 主题包
- stylelint stylelint
- Vetur vue 开发必备
- vscode-element-helper element 开发必备
- AutoImport 自动引入组件和路径
IDEA安装插件
- Lombok: 自动生成get set等方法
- Maven Helper: maven 依赖排查
- RestfulTool: 接口查找
- Alibaba Java Coding Guidelines: 阿里代码编码指南
- Git Commit Template: GIT提交消息模板 (可选)
- GitToolBox: GIT工具 (可选)
以上是关于软件开发中间件和插件的主要内容,如果未能解决你的问题,请参考以下文章