diff --git a/casic-web/src/main/resources/config/application-dev.yml b/casic-web/src/main/resources/config/application-dev.yml index 79e1b9d..2c78b0c 100644 --- a/casic-web/src/main/resources/config/application-dev.yml +++ b/casic-web/src/main/resources/config/application-dev.yml @@ -1,33 +1,21 @@ server: - port: 8083 + port: 8093 ################### spring配置 ################### spring: - resources: - static-locations: file:C:\software\tmp\ datasource: - url: jdbc:mysql://192.168.8.201:3306/casic_smartcity_dcms?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull + url: jdbc:mysql://192.168.0.212:3306/casic_iris?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull username: root - password: Casic203 + password: root initial-size: 2 min-idle: 1 - jms: - pub-sub-domain: true -# session: -# store-type: redis #flowable数据源和多数据源配置 casic: kaptcha-open: false #是否开启登录时验证码 (true/false) nologin-urls: /user/login,/user/appLogin,/kaptcha,/config/baseConfig,/route/mockToken,/process/processDiagram - file-upload-path: D:\java\boot\casic-web-1.0.0-SNAPSHOT\upload - flowable: - datasource: - url: jdbc:mysql://192.168.0.212:3306/guns_flowable?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull - username: root - password: root + file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload logging: level.root: info - level.org.springframework.cache: error level.com.casic: debug - level.com.baomidou.mybatisplus.mapper: debug path: logs/ - file: missiles.log \ No newline at end of file + file: missiles.log + diff --git a/casic-web/src/main/resources/config/application-dev.yml b/casic-web/src/main/resources/config/application-dev.yml index 79e1b9d..2c78b0c 100644 --- a/casic-web/src/main/resources/config/application-dev.yml +++ b/casic-web/src/main/resources/config/application-dev.yml @@ -1,33 +1,21 @@ server: - port: 8083 + port: 8093 ################### spring配置 ################### spring: - resources: - static-locations: file:C:\software\tmp\ datasource: - url: jdbc:mysql://192.168.8.201:3306/casic_smartcity_dcms?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull + url: jdbc:mysql://192.168.0.212:3306/casic_iris?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull username: root - password: Casic203 + password: root initial-size: 2 min-idle: 1 - jms: - pub-sub-domain: true -# session: -# store-type: redis #flowable数据源和多数据源配置 casic: kaptcha-open: false #是否开启登录时验证码 (true/false) nologin-urls: /user/login,/user/appLogin,/kaptcha,/config/baseConfig,/route/mockToken,/process/processDiagram - file-upload-path: D:\java\boot\casic-web-1.0.0-SNAPSHOT\upload - flowable: - datasource: - url: jdbc:mysql://192.168.0.212:3306/guns_flowable?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull - username: root - password: root + file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload logging: level.root: info - level.org.springframework.cache: error level.com.casic: debug - level.com.baomidou.mybatisplus.mapper: debug path: logs/ - file: missiles.log \ No newline at end of file + file: missiles.log + diff --git a/casic-web/src/main/resources/config/application-prod.yml b/casic-web/src/main/resources/config/application-prod.yml index 259e42e..befdda8 100644 --- a/casic-web/src/main/resources/config/application-prod.yml +++ b/casic-web/src/main/resources/config/application-prod.yml @@ -3,33 +3,18 @@ ################### spring配置 ################### spring: datasource: - url: jdbc:mysql://localhost:3306/casic_smartcity_dcms?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull + url: jdbc:mysql://192.168.0.212:3306/casic_iris?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull username: root password: root initial-size: 2 min-idle: 1 - jms: - pub-sub-domain: true -# session: -# store-type: redis - redis: - host: 127.0.0.1 - port: 6379 - password: - #flowable数据源和多数据源配置 casic: kaptcha-open: false #是否开启登录时验证码 (true/false) - nologin-urls: /user/login,/user/appLogin,/kaptcha,/config/baseConfig,/route/mockToken,/process/processDiagram,/departmentAssess/sourceList,/departmentAssess/highEventList + nologin-urls: /user/login,/user/appLogin,/kaptcha,/config/baseConfig,/route/mockToken,/process/processDiagram file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload - flowable: - datasource: - url: jdbc:mysql://localhost:3306/dcms_flowable?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull - username: root - password: root logging: level.root: info level.com.casic: debug - level.org.flowable: debug path: logs/ file: missiles.log \ No newline at end of file