田源
2023-12-05 4d74a6fe5a7127e0689603eff8c08cb81a6985d9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#服务器端口
server:
  port: 8100
 
#数据源配置
spring:
  datasource:
    url: ${blade.datasource.prod.url}
    username: ${blade.datasource.prod.username}
    password: ${blade.datasource.prod.password}
 
#第三方登陆
social:
  enabled: true
  domain: http://127.0.0.1:1888