首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
地藏Kelvin
高级JAVA开发工程师 @唯品会
·
1年前
关注
屏蔽作者: 地藏Kelvin
举报
好书推荐 《深入浅出istio service mesh 快速入门与实践》
讲解每个组件的功能,负责的范围
讲gateway, virtual service, destination route安装,路由规则,金丝雀发布,灰度发布,提供对外访问,访问外部网络,谁挟持iptable。
收起
查看大图
向左旋转
向右旋转
服务端与架构
等人赞过
分享
3
6
相关推荐
uni popup组件在ios系统里面使用bottom模式,有间隙。
搜了一些资料说,加上:safe-area="false"属性,就可以了。
但是加上这个属性之后,还是有间隙,有没有大佬知道是什么问题,怎么解决的呢?
0 赞 ·
20 评论
每次用阿里云都要骂,bug真TM多
0 赞 ·
3 评论
***************************
APPLICATION FAILED TO START
***************************
Description:
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
Reason: Failed to determine a suitable driver class
Action:
Consider the following:
If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
遇到了一个这样的问题,微服务springCloud的项目需要升级jdk1.8到jdk17,springboot同样由2.3.2升级到3.1,因为以前是用的mybatis-plus 3.4.2,当mybatis-plus升级后,就一直报这个错误。经过排查,gateway网关是可以正常启动的,微服务service1,在以前低版本的时候也可以正常启动,目前感觉是mybatis-plus不兼容引起的问题,因为之前无论哪个服务,同样的nacos和本地配置都是可以正常启动服务的。但当我升级后,网关可正常启动,一给网关加上mysql-connector-j的依赖jar,马上也报错这个问题,有没有大佬帮忙解答一下
3 赞 ·
11 评论