摘要: Zuul 就是个网关,过滤所有数据, 和Eureka的区别就是,前者或过滤数据,一般进行权限拦截,后者进行请求的转发,只是链接。 Zuul包含了对请求的路由和过滤两个最主要的功能: 使用 注解@EnableZuulProxy 引入 ZuulProxyMarkerConfiguration.class 阅读全文
posted @ 2018-10-09 17:12 jojoworld 阅读(1018) 评论(0) 推荐(0) 编辑
摘要: alter table tableName add(drop index) columnName after 更新表字段 create UNIQUE_INDEX 索引name USING BTREE on tableName(字段) 创建索引 drop table tableName 删除表 cre 阅读全文
posted @ 2018-10-09 09:47 jojoworld 阅读(95) 评论(0) 推荐(0) 编辑