09 2022 档案
node多版本安装 [Windows]
摘要:node多版本安装 在Windows环境下安装多版本node.js Node.js 默认一台电脑只能装一个版本. 有时为了开发项目经常会使用不同版本的Node.js 版本,通常情况版本切换就比较麻烦了。 使用nvm (node version manager)能很完美解决这个问题。只需要通过简单的命
spring cloud alibaba (一)
摘要:Spring Cloud Alibaba 官网:https://spring.io/projects/spring-cloud-alibaba gitHub:https://github.com/alibaba/spring-cloud-alibaba 这节主要目标: 掌握nacos使用 了解服务与
springboot聚合项目搭建
摘要:springboot聚合项目搭建 1、简介 1.1、什么是聚合项目? 一个项目中包含多个子项目的项目。 结构: |- 父模块 | 子模块1 | 子模块2 | 子模块3 1.2、聚合项目有什么好处。 每个模块只需要编写自己相关的代码,和其它模块的代码并不干扰。 如果因为一个模块的修改,影响其他模块的代
springboot学习
摘要:springboot学习 官方文档:https://spring.io/projects/spring-boot 1、简介 1.1、什么是spirngboot? springboot在spring的基础之上,搭建起来的框架,能够帮助我们整合市面上最流行的框架,帮助我们快速搭建起来项目。 spring