| | |
| | | <relativePath/> |
| | | </parent> |
| | | <!--打包成jar、war--> |
| | | <packaging>jar</packaging> |
| | | <packaging>war</packaging> |
| | | |
| | | <groupId>com</groupId> |
| | | <artifactId>yssh</artifactId> |
| | |
| | | <artifactId>spring-boot-starter-web</artifactId> |
| | | <!--排除内置tomcat容器,让外部容器运行spring-boot项目--> |
| | | <exclusions> |
| | | <!--exclusion> |
| | | <exclusion> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-tomcat</artifactId> |
| | | </exclusion--> |
| | | </exclusion> |
| | | <!--<exclusion> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | | <artifactId>log4j-api</artifactId> |
| | |
| | | } |
| | | |
| | | public Map<String, Object> selectSuYuan100(String name, Date date) { |
| | | Map<String, Object> result = new HashMap<String, Object>(); |
| | | Map<String, Object> result = new HashMap<>(); |
| | | MonitorPointPosition checkPoint = commonService.select3dCheckPointByName(name); |
| | | if (StringUtils.isNull(checkPoint)) { |
| | | return null; |
| | |
| | | datasource: |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://192.168.20.228:3306/yssh?useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://192.168.22.31:3306/yssh?useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: 123456 |
| | | # 初始连接数 |
| | |
| | | filePath3d: E:\yssh_data\dat\correct_jk_47.dat |
| | | #csv配置路径 |
| | | csv: |
| | | filePath: E:\yssh_data\LBM-NEW |
| | | filePath: F:\0911\LBM-NEW |
| | | vocPath: E:\yssh_data\VOC_ALL |
| | | #日/周/月报路径 |
| | | report: |
| | |
| | | csv: |
| | | # 221Mb CSV入库时间 |
| | | cron: '0 45 * * * ?' |
| | | cron: '0 35 * * * ?' |
| | | cron_max: 720 |
| | | |
| | | # 112Kb CSV入库时间 |
| | | voc: '0 40 * * * ?' |
| | | voc_max: 720 |
| | | voc_max: 96 |