• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
lvym
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6 下一页
2020年9月14日
unable to access 'http://*****/': The requested URL returned error: 414
摘要: git拉取gitlab项目: unable to access 'http://git.yijiago.com/meimeng/lsyjg_java.git/': The requested URL returned error: 414 解决之一: 权限问题 阅读全文
posted @ 2020-09-14 15:44 lvym777 阅读(704) 评论(0) 推荐(0)
2020年9月3日
druid
摘要: spring: datasource: druid: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/myschool username: root password: 123 initial-siz 阅读全文
posted @ 2020-09-03 07:23 lvym777 阅读(131) 评论(0) 推荐(0)
2020年8月20日
'org.springframework.http.codec.ServerCodecConfigurer' that could not be found.
摘要: Parameter 0 of method modifyRequestBodyGatewayFilterFactory in org.springframework.cloud.gateway.config.GatewayAutoConfiguration required a bean of ty 阅读全文
posted @ 2020-08-20 11:55 lvym777 阅读(2277) 评论(0) 推荐(0)
2020年8月18日
FastDFS笔记
摘要: GitHub:https://github.com/happyfish100 安装>>>>>>>>>>>>>>> 1.环境 yum install git gcc gcc-c++ make automake autoconf libtool pcre pcre-devel zlib zlib-dev 阅读全文
posted @ 2020-08-18 08:32 lvym777 阅读(219) 评论(0) 推荐(0)
2020年8月16日
SpringCloudAlibaba笔记
摘要: 组件版本关系 Spring Cloud Alibaba VersionSentinel VersionNacos VersionRocketMQ VersionDubbo VersionSeata Version 2.2.1.RELEASE or 2.1.2.RELEASE or 2.0.2.REL 阅读全文
posted @ 2020-08-16 14:52 lvym777 阅读(1008) 评论(0) 推荐(0)
2020年8月1日
scope
摘要: scope: 1.compile 默认就是compile,什么都不配置也就是意味着compile。compile表示被依赖项目需要参与当前项目的编译,当然后续的测试,运行周期也参与其中,是一个比较强的依赖。打包的时候通常需要包含进去。默认的scope,在部署的时候将会打包到lib目录下,项目在编译, 阅读全文
posted @ 2020-08-01 19:48 lvym777 阅读(900) 评论(0) 推荐(0)
2020年7月30日
springboot热部署
摘要: 1. <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </d 阅读全文
posted @ 2020-07-30 15:21 lvym777 阅读(206) 评论(0) 推荐(0)
2020年7月26日
"status": 401, "error": "Unauthorized", "message": "Unauthorized", "path": "/order/confirms"或feign.FeignException$Unauthorized: status 401 reading OmsClient#saveOrder(OrderS
摘要: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency> 有这个依赖的话,需要配置: @Configurat 阅读全文
posted @ 2020-07-26 17:28 lvym777 阅读(4019) 评论(0) 推荐(0)
2020年7月25日
端口被占用
摘要: Web server failed to start. Port 8082 was already in use. 打开CMD运行界面中:输入netstat -ano 查看启动的进程ID 然后将该ID的进程杀死即可: taskkill /F /pid PID 如:taskkill /F /pid 2 阅读全文
posted @ 2020-07-25 14:45 lvym777 阅读(163) 评论(0) 推荐(0)
2020年7月22日
分布式锁-redis
摘要: package redis.clients.jedis; import java.net.URI; import javax.net.ssl.HostnameVerifier; import javax.net.ssl.SSLParameters; import javax.net.ssl.SSLS 阅读全文
posted @ 2020-07-22 09:17 lvym777 阅读(189) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3