| | |
| | | if(StringUtils.isEmpty(rs)){ |
| | | return new ShjdjwRespDto(99,"接口请求发生未知错误"); |
| | | } |
| | | if("dDTJ5xGqsmo32r40WKKPOLW6ORtH3mwMyv4YaJNzc4g=".equals(rs)){ |
| | | return new ShjdjwRespDto(1,"上报成功"); |
| | | } |
| | | // responseDto = JSON.parseObject(rs, ShjdjwRespDto.class); |
| | | return new ShjdjwRespDto(1,"接口请求发生未知错误"); |
| | | return new ShjdjwRespDto(1,"上报成功"); |
| | | } finally { |
| | | try { |
| | | outputStream.close(); |
| | |
| | | dialect: org.hibernate.dialect.MySQL5InnoDBDialect |
| | | # Redis相关配置 |
| | | redis: |
| | | database: 1 |
| | | database: 10 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: Abc123.. |
| | |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | #次数据源 |
| | | secondary: |
| | | url: jdbc:mysql://127.0.0.1:3306/igds_master?useUnicode=true&characterEncoding=utf-8 |
| | | url: jdbc:mysql://127.0.0.1:3306/igds_master_v40?useUnicode=true&characterEncoding=utf-8 |
| | | username: root |
| | | password: Abc123.. |
| | | driver-class-name: com.mysql.jdbc.Driver |