南昌市物联网技防平台-后台
zengh
2021-04-06 d7dd6cbbad5213476bd1e98d65fee6056ad4c2fc
1
2
3
4
5
6
7
8
9
10
#服务器端口
server:
  port: 8106
 
#数据源配置
spring:
  datasource:
    url: ${blade.datasource.prod.url}
    username: ${blade.datasource.prod.username}
    password: ${blade.datasource.prod.password}