Skip to content

Commit

Permalink
func of element-svg icon for side menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jzfai committed Nov 11, 2021
1 parent d047c7b commit edb0076
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 更新日志
``#### 更新日志
```
// 2021-09-15
1.增加了文件上传下载,为vue3-element-plus提供例子数据
Expand Down Expand Up @@ -45,13 +45,13 @@ ty-upload:文件上传服务。使用的技术为fastDFS技术,此服务主
1.在网关中将jwt token和解析后的token信息已经设置在请求头中,在后续转发的微服务可以在请求头中轻松的拿到token和token解析后的数据,不用再通过feign去调用ty-auth获取token信息
```

![1631692199271](http://8.135.1.141/file/images/1631692199271.png)
![1631692199271](http://8.135.1.141/file/images/java1.png)

```
2.此时微服务已经可以在请求通中获取到token和信息,但是feign调用其他微服务的时候却出现了token丢失的情况,此时需要在feign调用服务时将请求头一起转发,那么微服务之前调用时也能获取都token和信息
```

![1631692308212](http://8.135.1.141/file/images/1631692308212.png)
![1631692308212](http://8.135.1.141/file/images/java2.png)

```
3.少于1天时间自动更新token,主要通过gateway的两个拦截器来完成
Expand All @@ -61,7 +61,7 @@ AuthorizeFilterAfter:请求后拦截。主要用于token更新校验,和生
https://github.com/jzfai/vue3-admin-template
```

![1631693000767](http://8.135.1.141/file/images/1631693000767.png)
![1631693000767](http://8.135.1.141/file/images/java3.png)

```
4.多环境和nacos:
Expand All @@ -78,9 +78,9 @@ nacos:
优先级:naocs默认加载的config配置文件->extension-configs-> shared-configs
```

![1631693866876](http://8.135.1.141/file/images/1631693866876.png)
![1631693866876](http://8.135.1.141/file/images/java4.png)

![1631694125676](http://8.135.1.141/file/images/1631694125676.png)
![1631694125676](http://8.135.1.141/file/images/java5.png)

```
5.easycode模板配置:
Expand All @@ -89,7 +89,7 @@ nacos:
https://www.jianshu.com/p/e4192d7c6844
```

![1631695768271](http://8.135.1.141/file/images/1631695768271.png)
![1631695768271](http://8.135.1.141/file/images/java6.png)

### 如何运行

Expand Down

0 comments on commit edb0076

Please sign in to comment.