摘要: 一、项目下载 1.去若依官网,找到若依微服务,克隆仓库。 https://gitee.com/y_project/RuoYi-Cloud(若依项目地址) 2.git clone https://gitee.com/y_project/RuoYi-Cloud.git; 克隆仓库 3.新建自己的空白仓库 阅读全文
posted @ 2024-01-05 14:55 一波二浪 阅读(477) 评论(0) 推荐(0) 编辑
摘要: SpringCloud五大组件之Nacos 一、Nacos是什么? 阿里的一个开源产品,是针对微服务架构中的服务发现、配置管理、服务治理的综合型解决方案。(用来实现配置中心和服务注册中心); 二、Nacos的四大功能 1.服务发现和服务健康监测(使服务更容易注册,并通过DNS或HTTP接口发现其他服 阅读全文
posted @ 2024-01-05 10:08 一波二浪 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 1.在springboot 2.1.0release 版本下: swagger2版本 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.6.1</ve 阅读全文
posted @ 2024-01-05 09:23 一波二浪 阅读(20) 评论(0) 推荐(0) 编辑
摘要: target/ !.mvn/wrapper/maven-wrapper.jar ### STS ### .classpath .factorypath .project .settings .springBeans ### IntelliJ IDEA ### .idea *.iws *.iml *. 阅读全文
posted @ 2023-09-21 09:20 一波二浪 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 1 spring: 2 application: 3 name: app-service-qms #指定服务名称 4 profiles: 5 active: sit #指定本次启动服务运行环境 6 7 server: 8 port: 20001 9 ws: 10 endpoint: 9999/Msg 阅读全文
posted @ 2023-09-20 16:42 一波二浪 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 使用 git clone 从现有 Git 仓库中拷贝项目 git clone http://mt.dadubi.com/gitlab/webteam/NewChinaLife git status四种情况changes not staged for commit表示未提交的更改若想提交,需要执行命令 阅读全文
posted @ 2023-09-20 16:34 一波二浪 阅读(25) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示