更新 docs/tasks/任务7-Sprint-1-基于JWT的用户认证实现.md

This commit is contained in:
whz 2024-05-17 09:11:25 +08:00
parent f5893c6ec2
commit 1b237e542e

View File

@ -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