wangting
2023-08-01 eda2e443a82ffcfc07773b103bc6d6f28f922410
1
2
3
4
5
6
#数据源配置
spring:
  datasource:
    url: ${blade.datasource.flow.test.url}
    username: ${blade.datasource.flow.test.username}
    password: ${blade.datasource.flow.test.password}