田源
2023-07-06 ebec4c80ed33c2736e8ef30b67b8914bd09b1b7e
1
2
3
4
5
6
7
8
9
10
#服务器端口
server:
  port: 7007
 
#数据源配置
spring:
  datasource:
    url: ${blade.datasource.prod.url}
    username: ${blade.datasource.prod.username}
    password: ${blade.datasource.prod.password}