fix(apple-login): 修复JWT解析与Base64URL解码错误

This commit is contained in:
2025-11-13 16:37:12 +08:00
parent 7dcfd80971
commit 38ce370cb0
6 changed files with 158 additions and 104 deletions

View File

@@ -6,6 +6,9 @@ spring:
chat:
options:
model: google/gemini-2.5-flash-lite
embedding:
options:
model: qwen/qwen3-embedding-8b
dashscope:
api-key: 11
application:
@@ -14,7 +17,7 @@ spring:
active: dev
datasource:
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/postgres
url: jdbc:postgresql://localhost:5432/keyborad_db
username: root
password: 123asd
mvc: