林火综合应急信息管理系统cloud后端
guoshilong
2023-03-13 a693e3cd9fbd5c016ac4b905fa4e2bb2dbdf1f47
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#服务器端口
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