管道基础大数据平台系统开发-【后端】-Server
Surpriseplus
2022-09-26 d1ede5b6ad76ef6ff79db7bc14a89d6d390a6e9f
src/main/resources/application.yml
@@ -11,10 +11,9 @@
    username : postgres
    password: postgres
    url : jdbc:postgresql://192.168.20.39:5433/langfang
    #url : jdbc:postgresql://127.0.0.1:5433/postgres
    driver-class-name: org.postgresql.Driver
    type: com.alibaba.druid.pool.DruidDataSource # 自定义数据源
    #url : jdbc:postgresql://127.0.0.1:5433/postgres
    #Spring Boot 默认是不注入这些属性值的,需要自己绑定
    #druid 数据源专有配置
    initialSize: 5