自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

原创 Git创建远程仓库、提交代码步骤、创建分支

一、新建Git远程仓库1、创建远程仓库2、用户设置,告诉git你的用户名和Email(这个用户名和Email会出现在你的提交记录中,尽量保持此Email和您的Git的注册Email一致)git config --global user.name "你的名字"git config --global user.email "你的Email"3、若本地没有仓库,创建仓库,将仓库推送到远程仓库mkdir democd demogit inittouch README.mdgit ad

2021-12-05 16:13:12 1191

原创 IDEA 集成Clojure开发

IDEA 集成 Clojure开发步骤1. 在idea中下载插件Cursive下载完重启idea2.在maven仓库中下载依赖jar包https://mvnrepository.com/artifact/org.clojure/clojure/1.10.1版本自己定义下载三个jar包 分别是clojure-1.10.1.jar,core.specs.alpha-0.2.44.jar,spec.alpha-0.2.176.jar下载完成之后将三个jar保存到磁盘中3.在IDEA中新建Clo

2021-11-26 00:06:28 997 1

原创 java.lang.AbstractMethodError: org.springframework.cloud.netflix.ribbon.RibbonLoadBalancerClient.cho

java.lang.AbstractMethodError: org.springframework.cloud.netflix.ribbon.RibbonLoadBalancerClient.choose(Ljava/lang/String;Lorg/springframework/cloud/client/loadbalancer/Request;)Lorg/springframework/cloud/client/ServiceInstance; at org.springframework.clo

2021-11-19 15:23:50 658

原创 nacos配置文件配置到配置中心报错:Ignore the empty nacos configuration and get it based on dataId

刚才学习gulimall的时候,将配置文件配置到配置中心的时候,报错如下图解决方案:由于properties文件没有指定位置,导致报错,加上spring.cloud.nacos.config.group=dev或者spring.cloud.nacos.config.extension-configs[3].data-id=gulimall-coupon.propertiesspring.cloud.nacos.config.extension-configs[3].group=devspri

2021-10-10 14:34:37 9605 1

原创 nacos做配置中心读取不到配置报错:Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder ‘cou

刚才学习gulimall发现nacos做配置中心读取不到配置,且启动类一直加载不出来,一直报错:Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder ‘coupon.user.name’ in value “${coupon.user.name}”解决方案:commen里面加上以下依赖即可<dependency> <groupId>org.springframework

2021-10-10 12:34:09 3171 7

原创 Fegin远程调用报错:No Feign Client for loadBalancing defined. Did you forget to include spring-cloud-starte

刚才学习guilimall的时候使用openfeign进行远程调用的时候,出现了以下错误:org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'memberController': Unsatisfied dependency expressed through field 'couponFeignService'; nested exception is org.s

2021-10-09 15:27:19 305

原创 nacos启动报错:org.springframework.context.ApplicationContextException: Unable to start web server

nacos启动报错:org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcatat org.springframework.boot.web.servlet.context.Serv

2021-10-09 12:17:09 8017

原创 报错:com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure useSSL=false

启动renrenfast项目一直报错:2021-10-08 12:27:34.228 INFO 22872 — [ main] io.renren.RenrenApplication : Starting RenrenApplication on DESKTOP-R1MDH9A with PID 22872 (D:\WorkSpace\DC\gulimall\renren-fast\target\classes started by chang in D:\

2021-10-08 12:34:31 237

原创 SQL报错 [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains

今天在新建SQL表格的时候一直报错:[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column ‘information_schema.PROFILING.SEQ’ which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_

2021-10-08 10:38:14 86

原创 MySQL安装教程

一、下载MySQL官网:https://www.mysql.com/需要下载之前的版本,点击右上角链接进行版本切换选择下载二、安装MySQL三、运行MySQL点击下图页面应用输入设置密码进入显示如下界面,说明安装成功...

2021-09-16 12:11:08 54

原创 idea-JVM参数跟踪

第一步:第二步:第三步:

2021-08-26 09:19:30 111

原创 nacos、sentinel创建启动脚本

1、nacos创建启动脚本Script path:D:\nacos\bin\startup.cmdScript options:-m standalone2、sentinel创建启动脚本Script path:D:\app\JDK\SDK\jdk1.8.0_181\bin\java.exeScript options:-Dserver.port=8180 -Dcsp.sentinel.dashboard.server=localhost:8180 -Dproject.name=sentinel

2021-08-23 09:52:02 333

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除