随笔分类 - 踩坑日记
springBoot 启动就停止
摘要:1丶错误原因 2丶解决方案 少个jar包 引入 spring-boot-starter-web 就可以了 <dependency> <groupId> org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</ar
Missing URI template variable 'memberId' for method parameter of type String
摘要:1丶错误信息:Missing URI template variable 'memberId' for method parameter of type String 2丶解决方案:路径中的值 要和 @PathVariable 参数定义的 形参名 一致
EduClient#getCourseInfoByCourseId(String) failed and no fallback available.
摘要:1丶服务调用出错:EduClient#getCourseInfoByCourseId(String) failed and no fallback available. 2丶解决方案: 写错啦。。。。。 3丶写对就行了
Could not find artifact com.aliyun:aliyun-sdk-vod-upload:pom:1.4.13 in alimaven (https://maven.aliyun.com/repository/public/)
摘要:1.阿里云 视频点播 上传 sdk maven 下载不到 2.解决方案 1.去官网下载sdk https://help.aliyun.com/document_detail/51992.html?spm=a2c4g.11186623.4.5.1fb9419amjLiYL#title-mbq-hhb-
踩坑日记——npm全局配置
摘要:一丶在安装目录 新建2个文件夹 node_cache node_global 二丶修改默认的全局目录(这里注意改路径,路径错了 下面 可以直接修改) npm config set prefix "D:\development_tools\node\node_cache" npm config set