background picture of the home page

欢迎光临QUQI的个人博客

梦想是成为神奇宝贝大师

你好啊,陌生人QWQ (左下角播放音乐) (右下角切换主题)

关于Undertow的简单使用

一是添加依赖 在Spring Boot中整合Undertow,可以通过以下步骤实现: :在pom.xml文件中添加Spring Boot Starter Undertow的依赖 <dependency> <groupId>org.springframework.boot</groupId>

thumbnail of the cover of the post

Element-plus Table组件实现自定义内容

自定义列的显示内容,可组合其他组件使用。 通过 slot 可以获取到 row, column, $index 和 store(table 内部的状态管理)的数据,用法参考 demo <template> <el-table :data="tableData" style="width: 100%

thumbnail of the cover of the post

关于open-feign基础使用

第一步引入依赖 <!--openFeign--> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-openfeign</artifac

thumbnail of the cover of the post

关于Sentinel的基础使用

触点链路 安装版本 1.8.6 默认情况下Sentinel会把路径作为簇点资源的名称,无法区分路径相同但请求方式不同的接口,查询、删除、修改等都被识别为一个簇点资源,这显然是不合适的。所以我们可以选择打开Sentinel的请求方式前缀,把请求方式 + 请求路径作为簇点资源名:首先,在cart-ser

thumbnail of the cover of the post