更新 docs/tasks/任务7-Sprint-1-基于JWT的用户认证实现.md
This commit is contained in:
parent
f5893c6ec2
commit
1b237e542e
@ -45,7 +45,7 @@ app:
|
|||||||
- path: "/v1/auth/**"
|
- path: "/v1/auth/**"
|
||||||
methods: [ "GET","PUT","POST"]
|
methods: [ "GET","PUT","POST"]
|
||||||
allowed-origins:
|
allowed-origins:
|
||||||
- "http://localhost:8080"
|
- "http://localhost:5173"
|
||||||
```
|
```
|
||||||
实现安全相关自定义配置的配置类SecurityProperties:
|
实现安全相关自定义配置的配置类SecurityProperties:
|
||||||
```java
|
```java
|
||||||
|
Loading…
Reference in New Issue
Block a user