添加 SaToken 过滤器和跨域配置

This commit is contained in:
2025-10-29 15:29:25 +08:00
parent 47a87f8c34
commit 79eee28b73
6 changed files with 96 additions and 10 deletions

View File

@@ -3,4 +3,15 @@ spring:
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/postgres
username: root
password: 123asd
password: 123asd
knife4j:
enable: true
openapi:
title: "接口文档"
version: 1.0
group:
default:
api-rule: package
api-rule-resources:
- com.yolo.keyborad.controller