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