refactor(auth): 重构认证服务配置管理

This commit is contained in:
黄斌峰
2026-08-07 19:05:15 +08:00
parent 1e1a817081
commit f692d8e275
5 changed files with 29 additions and 46 deletions
@@ -1,15 +0,0 @@
#服务器端口
server:
port: 8100
#数据源配置
spring:
datasource:
url: ${blade.datasource.dev.url}
username: ${blade.datasource.dev.username}
password: ${blade.datasource.dev.password}
#第三方登陆
social:
enabled: true
domain: http://127.0.0.1:2888