- 博客(6)
- 资源 (1)
- 收藏
- 关注
原创 多表父子级-树形-展示
多表父子级-树形-展示业务表-节点表-步骤表entitycontrollerservicedao到这就结束了(赶快试试吧--结果图暂不展示)业务表-节点表-步骤表entity@Data@ApiModel("业务表")@TableName("business")public class BusinessEntity implements Serializable { private static final long serialVersionUID=1L; /** * 主键 */
2021-04-12 19:11:08
226
原创 Sentinel介绍与使用
一、什么是Sentinel Sentinel是阿里开源的项目,提供了流量控制、熔断降级、系统负载保护等多个维度来保障服务之间的稳定性。官网地址:https://github.com/alibaba/Sentinel/wiki Sentinel主要特性: Sentinel与Hystrix的区别 Sentinel与Hystrix的区别见:https://yq.aliyun.com/articles/633786/二、代码示例直接上代码,代码示例已经提交...
2021-01-11 18:30:53
422
6
原创 Springcloud+gradle+Mybatis-Generator 代码自动生成器
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd"><generatorConfiguration> <!-- 数据库驱动
2019-06-04 14:41:26
962
原创 chrome实现访问本地文件
解决跨域问题的方式有很多,例如:Nginx代理、通过http头来解决等,今天尝试了一下,火狐可以访问,其他浏览器却无法访问本地文件,我找到了一个在前端分离开发阶段比较简单的方式,以chrome为例。记录如下:在chrome的快捷方式的“目标”在后面加上 --allow-file-access-from-files比如我的就是:“C:\Users\leilei\AppData\Local\Goo...
2019-04-22 18:27:32
8434
原创 使用异常use =“encoded”解析WSDL时出错
使用异常use =“encoded”解析WSDL时出错近期有个项目需要调用WebService,业务方提供了webservice地址,但是当我在idea上引用webservice时候,都会收到此错误:[ERROR] "Use of SOAP Encoding is not supported. SOAP extension element on line 30 in file:dummy.ws...
2019-04-10 18:12:28
4424
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人