草庐IT

mall4cloud

全部标签

Cannot resolve org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:unknown

前言:启动eureka项目,发现右侧maven中的项目dependencies报红,reimport也没用,经排查springcloud和springboot版本号没问题。SpringCloud 启动类也是报错,@EnableEurakaServer注入失败一、本地maven配置、仓库下载 D:\maven\repository aliyun aliyunMaven central http://maven.aliyun.com/nexus/content/groups/public/ jdk-1.8 true 1.8

Cannot resolve org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:unknown

前言:启动eureka项目,发现右侧maven中的项目dependencies报红,reimport也没用,经排查springcloud和springboot版本号没问题。SpringCloud 启动类也是报错,@EnableEurakaServer注入失败一、本地maven配置、仓库下载 D:\maven\repository aliyun aliyunMaven central http://maven.aliyun.com/nexus/content/groups/public/ jdk-1.8 true 1.8

RuoYi-Cloud-Plus集成 WebSocket

学习地址:https://blog.csdn.net/qq_43898141/article/details/123744468添加websocket依赖dependency>groupId>org.springframework.bootgroupId>artifactId>spring-boot-starter-websocketartifactId>exclusions>exclusion>groupId>org.springframework.bootgroupId>artifactId>spring-boot-starter-webartifactId>exclusion>exclu

RuoYi-Cloud-Plus集成 WebSocket

学习地址:https://blog.csdn.net/qq_43898141/article/details/123744468添加websocket依赖dependency>groupId>org.springframework.bootgroupId>artifactId>spring-boot-starter-websocketartifactId>exclusions>exclusion>groupId>org.springframework.bootgroupId>artifactId>spring-boot-starter-webartifactId>exclusion>exclu

【微服务~原始真解】Spring Cloud —— 配置绑定和配置属性校验

🔎这里是【秒懂·云原生】,关注我学习云原生不迷路👍如果对你有帮助,给博主一个免费的点赞以示鼓励欢迎各位🔎点赞👍评论收藏⭐️👀专栏介绍【秒懂·云原生】目前主要更新微服务,一起学习一起进步。👀本期介绍主要介绍SpringCloud——配置绑定和配置属性校验文章目录👀专栏介绍👀本期介绍配置绑定先建立数据配置文件@ConfigurationProperties@Value第一种@Value("${}")第二种@Value("#{}")@PropertySource配置属性校验@Value与@ConfigurationProperties对比1.使用位置不同2.功能不同3.松散绑定支持不同4.SpEL支

【微服务~原始真解】Spring Cloud —— 配置绑定和配置属性校验

🔎这里是【秒懂·云原生】,关注我学习云原生不迷路👍如果对你有帮助,给博主一个免费的点赞以示鼓励欢迎各位🔎点赞👍评论收藏⭐️👀专栏介绍【秒懂·云原生】目前主要更新微服务,一起学习一起进步。👀本期介绍主要介绍SpringCloud——配置绑定和配置属性校验文章目录👀专栏介绍👀本期介绍配置绑定先建立数据配置文件@ConfigurationProperties@Value第一种@Value("${}")第二种@Value("#{}")@PropertySource配置属性校验@Value与@ConfigurationProperties对比1.使用位置不同2.功能不同3.松散绑定支持不同4.SpEL支

Spring-cloud-alibaba 系统搭建

Spring-cloud-alibaba系统搭建Spring-cloud-alibaba系统架构图SpringAlibabaCloud架构使用版本注:springboot,spring-cloud,spring-cloud-alibaba相关jar有冲突,需要注意版本;系统核心组件及架包系统版本Nacos中间件1.1.4Sentinel中间件1.8.4Zipkin-server中间件2.23.19org.springframework.boot2.2.4.RELEASEspring-cloud-dependenciesHoxton.SR1spring-cloud-alibaba-depende

Spring-cloud-alibaba 系统搭建

Spring-cloud-alibaba系统搭建Spring-cloud-alibaba系统架构图SpringAlibabaCloud架构使用版本注:springboot,spring-cloud,spring-cloud-alibaba相关jar有冲突,需要注意版本;系统核心组件及架包系统版本Nacos中间件1.1.4Sentinel中间件1.8.4Zipkin-server中间件2.23.19org.springframework.boot2.2.4.RELEASEspring-cloud-dependenciesHoxton.SR1spring-cloud-alibaba-depende

ruoyi-cloud新建子模块

使用ruoyi-cloud进行开发的时候,需要多个模块,使用代码生成基础的crud代码,踩了一些坑之后,写下这篇笔记,同时也是尚硅谷的微服务谷粒商城的若以版本的搭建教程之一后续使用代码生成即可目录1.启动ruoyi-cloud1.1后端部署1.2前端部署2新增模块2.1结构查看 2.2新建module3nacos配置服务4启动服务5创建菜单以及使用代码生成1.启动ruoyi-cloud首先是去gitee上拉取ruoyi-cloud项目到本地,然后根据文档的部署教程,一路安装部署即可注意这里如果项目加载右边没有maven模块,来到项目最外层的pom.xml,加载maven即可:右键pom.xml

ruoyi-cloud新建子模块

使用ruoyi-cloud进行开发的时候,需要多个模块,使用代码生成基础的crud代码,踩了一些坑之后,写下这篇笔记,同时也是尚硅谷的微服务谷粒商城的若以版本的搭建教程之一后续使用代码生成即可目录1.启动ruoyi-cloud1.1后端部署1.2前端部署2新增模块2.1结构查看 2.2新建module3nacos配置服务4启动服务5创建菜单以及使用代码生成1.启动ruoyi-cloud首先是去gitee上拉取ruoyi-cloud项目到本地,然后根据文档的部署教程,一路安装部署即可注意这里如果项目加载右边没有maven模块,来到项目最外层的pom.xml,加载maven即可:右键pom.xml