application-dev.yml 403 B

12345678910111213141516171819
  1. # 服务器端口
  2. server:
  3. port: 8204
  4. # 数据源配置
  5. spring:
  6. # 允许依赖循环
  7. main:
  8. allow-circular-references: true
  9. # 数据库
  10. datasource:
  11. url: ${blade.datasource.victoriatourist.dev.url}
  12. username: ${blade.datasource.victoriatourist.dev.username}
  13. password: ${blade.datasource.victoriatourist.dev.password}
  14. druid:
  15. time-between-eviction-runs-millis: 30000000