ludc
2023-09-06 6f35965af449ed77d0db4c4691a6b6e4a3aa8438
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#服务器端口
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:1888