燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-09-11 d83ba37ebb8fbbc5d212e37cd2828c72fddddf6d
1
已修改5个文件
16 ■■■■ 文件已修改
pom.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/yssh/service/SuYuanService.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-dev.yml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-file.yml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-scheduled.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml
@@ -10,7 +10,7 @@
        <relativePath/>
    </parent>
    <!--打包成jar、war-->
    <packaging>jar</packaging>
    <packaging>war</packaging>
    <groupId>com</groupId>
    <artifactId>yssh</artifactId>
@@ -53,10 +53,10 @@
            <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>
src/main/java/com/yssh/service/SuYuanService.java
@@ -103,7 +103,7 @@
    }
    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;
src/main/resources/application-dev.yml
@@ -3,7 +3,7 @@
    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
        # 初始连接数
src/main/resources/application-file.yml
@@ -4,7 +4,7 @@
  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:
src/main/resources/application-scheduled.yml
@@ -1,8 +1,8 @@
csv:
  # 221Mb CSV入库时间
  cron: '0 45 * * * ?'
  cron: '0 35 * * * ?'
  cron_max: 720
  # 112Kb CSV入库时间
  voc: '0 40 * * * ?'
  voc_max: 720
  voc_max: 96