diff --git a/casic-web/src/main/resources/config/application-dev.yml b/casic-web/src/main/resources/config/application-dev.yml index a97d3b4..81f5864 100644 --- a/casic-web/src/main/resources/config/application-dev.yml +++ b/casic-web/src/main/resources/config/application-dev.yml @@ -24,9 +24,6 @@ user: password: broker-url: tcp://192.168.0.203:61616 - web: - resources: - static-locations: file:D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\ #flowable数据源和多数据源配置 casic: kaptcha-open: false #是否开启登录时验证码 (true/false) diff --git a/casic-web/src/main/resources/config/application-dev.yml b/casic-web/src/main/resources/config/application-dev.yml index a97d3b4..81f5864 100644 --- a/casic-web/src/main/resources/config/application-dev.yml +++ b/casic-web/src/main/resources/config/application-dev.yml @@ -24,9 +24,6 @@ user: password: broker-url: tcp://192.168.0.203:61616 - web: - resources: - static-locations: file:D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\ #flowable数据源和多数据源配置 casic: kaptcha-open: false #是否开启登录时验证码 (true/false) diff --git a/casic-web/src/main/resources/config/application-postgre.yml b/casic-web/src/main/resources/config/application-postgre.yml index 4dc3b0b..6275316 100644 --- a/casic-web/src/main/resources/config/application-postgre.yml +++ b/casic-web/src/main/resources/config/application-postgre.yml @@ -1,12 +1,12 @@ server: - port: 11309 + port: 11307 ################### spring配置 ################### spring: datasource: driver-class-name: org.postgresql.Driver - url: jdbc:postgresql://111.198.10.15:11209/smartwell + url: jdbc:postgresql://localhost:11332/smartwell username: postgres - password: Casic203 + password: casic203 session: store-type: redis redis: