fix(apple-login): 修复JWT解析与Base64URL解码错误
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user