mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 04:51:43 +08:00
* feat: jpa 改造 * feat: jpa 改造 * refactor: 更新子模块引用 * feat: jpa 改造 * feat: jpa 改造 * feat(图表): 支持百分比堆叠柱状图 * Revert "revert: UI库升级" This reverts commit348f1dced6. * fix: 样式优化 * fix: UI库升级 * fix: UI库样式优化 * fix: UI库样式优化 * fix: UI样式优化 * fix: UI样式优化 * fix: UI库样式优化 * fix: UI库样式优化 * fix:UI库样式优化 * fix:UI库样式优化 * feat(图表): 支持散点图 * fix: 减少仪表板请求 * Revert "fix: 减少仪表板请求" This reverts commit950b25e04a. * Reapply "fix: 减少仪表板请求" This reverts commit89b64bed5a. * feat(图表): 支持瀑布图 * Pr@dev v3@fix chart (#16147) * fix(图表): 修复富文本失效 * fix(图表): 修复图表切换失效 * fix(图表): 修复前端缓存仪表板后,无法加载图表的问题 * fix(图表): 修复热力图颜色切换失效 * fix(图表): 完成挂载dom后,延迟300毫秒获取dom * feat(图表): 支持基础条形图 * feat(图表): 支持堆叠条形图 * feat(图表): 支持象限图 * feat(图表): 支持百分比条形图 * fix: typos错误 * fix(嵌入式): 嵌入式数据集iframe模块嵌入,保存数据集-返回的时候,能保存成功但是会报错400 * fix: 样式优化 * feat(图表): 支持桑基图 * fix: 设置登录过期时间参数不能覆盖默认参数 * build: 更新calcite依赖 * feat(图表): 支持区间条形图 * fix: 样式优化 * feat(图表): 支持进度条 * fix: 样式优化 * fix: 样式优化 * fix: 样式优化 * fix: 样式优化 * fix: 样式优化 * fix: 样式优化 * fix: 样式优化 * fix: 样式优化 * fix: 样式优化 * fix: 样式优化 * fix: 样式优化 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa 改造 * feat(同步管理): jpa改造-数据连接管理 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa 改造 * feat(同步管理): jpa改造 * feat: jpa 改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa 改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * refactor: jpa改造 * refactor: jpa改造 * refactor: jpa改造 * refactor: jpa改造 * feat: jpa 改造 * feat: jpa 改造 * refactor: jpa改造 * refactor: jpa改造 * feat: jpa改造 * feat: jpa 改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa 改造 * feat: jpa改造 * style(同步管理): Tab标题与Tab内容样式调整 * feat: jpa改造 * feat: jpa改造 * feat: jpa 改造 * feat: jpa改造 * feat: jpa 改造 * refactor: 仪表板id类型 * feat: jpa 改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa 改造 * feat: jpa改造 * feat: jpa 改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa改造 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa改造 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa 改造 * feat: jpa 改造 --------- Co-authored-by: taojinlong <jinlong@fit2cloud.com> Co-authored-by: jianneng-fit2cloud <jianneng.pan@fit2cloud.com> Co-authored-by: dataeaseShu <tong.shu@fit2cloud.com> Co-authored-by: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Co-authored-by: wisonic-s <51065359+wisonic-s@users.noreply.github.com> Co-authored-by: fit2cloud-chenyw <yawen.chen@fit2cloud.com> Co-authored-by: junjun <junjie.xia@fit2cloud.com> Co-authored-by: wangjiahao <1522128093@qq.com>
384 lines
15 KiB
Java
384 lines
15 KiB
Java
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<artifactId>core</artifactId>
|
|
<groupId>io.dataease</groupId>
|
|
<version>${dataease.version}</version>
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<packaging>jar</packaging>
|
|
<artifactId>core-backend</artifactId>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>commons-net</groupId>
|
|
<artifactId>commons-net</artifactId>
|
|
<version>${commons-net.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
<version>${guava.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.dataease</groupId>
|
|
<artifactId>api-base</artifactId>
|
|
<version>${dataease.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.dataease</groupId>
|
|
<artifactId>api-permissions</artifactId>
|
|
<version>${dataease.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.dataease</groupId>
|
|
<artifactId>api-sync</artifactId>
|
|
<version>${dataease.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.mysql</groupId>
|
|
<artifactId>mysql-connector-j</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-dbcp2</artifactId>
|
|
<version>${commons-dbcp2.version}</version>
|
|
</dependency>
|
|
<!-- https://mvnrepository.com/artifact/org.antlr/antlr -->
|
|
<dependency>
|
|
<groupId>org.antlr</groupId>
|
|
<artifactId>antlr</artifactId>
|
|
<version>${antlr.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>${junit.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.jayway.jsonpath</groupId>
|
|
<artifactId>json-path</artifactId>
|
|
<version>[2.9.0, )</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fit2cloud</groupId>
|
|
<artifactId>quartz-spring-boot-starter</artifactId>
|
|
<version>1.0.8</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.github.jsqlparser</groupId>
|
|
<artifactId>jsqlparser</artifactId>
|
|
<version>${jsqlparser.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<profiles>
|
|
|
|
<!-- 单机版 默认就是这个版本 -->
|
|
<profile>
|
|
<id>standalone</id>
|
|
<activation>
|
|
<activeByDefault>true</activeByDefault>
|
|
</activation>
|
|
<properties>
|
|
<profiles.active>standalone</profiles.active>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.h2database</groupId>
|
|
<artifactId>h2</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.seleniumhq.selenium</groupId>
|
|
<artifactId>selenium-java</artifactId>
|
|
<version>${selenium-java.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.eclipse.angus</groupId>
|
|
<artifactId>angus-mail</artifactId>
|
|
<version>${angus-mail.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.eclipse.angus</groupId>
|
|
<artifactId>angus-activation</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itextpdf</groupId>
|
|
<artifactId>itext7-core</artifactId>
|
|
<version>${itextpdf.version}</version>
|
|
<type>pom</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.vladsch.flexmark</groupId>
|
|
<artifactId>flexmark-all</artifactId>
|
|
<version>${flexmark.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
<configuration>
|
|
<filesets>
|
|
<fileset>
|
|
<directory>src/main/resources/static</directory>
|
|
<includes>
|
|
<include>**</include>
|
|
</includes>
|
|
<followSymlinks>false</followSymlinks>
|
|
</fileset>
|
|
</filesets>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<id>copy-front-2-back</id>
|
|
<phase>generate-resources</phase>
|
|
<configuration>
|
|
<target>
|
|
<copy todir="src/main/resources/static">
|
|
<fileset dir="../core-frontend/dist">
|
|
<include name="**"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
</configuration>
|
|
<goals>
|
|
<goal>run</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</profile>
|
|
|
|
<!-- 简单版(桌面版/社区版) 使用substitute包内的替补权限实现 -->
|
|
<profile>
|
|
<id>desktop</id>
|
|
<properties>
|
|
<profiles.active>desktop</profiles.active>
|
|
</properties>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.h2database</groupId>
|
|
<artifactId>h2</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
<configuration>
|
|
<filesets>
|
|
<fileset>
|
|
<directory>src/main/resources/static</directory>
|
|
<includes>
|
|
<include>**</include>
|
|
</includes>
|
|
<followSymlinks>false</followSymlinks>
|
|
</fileset>
|
|
</filesets>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<id>copy-front-2-back</id>
|
|
<phase>generate-resources</phase>
|
|
<configuration>
|
|
<target>
|
|
<move todir="src/main/resources/static">
|
|
<fileset dir="../core-frontend/dist">
|
|
<include name="**"/>
|
|
</fileset>
|
|
</move>
|
|
</target>
|
|
</configuration>
|
|
<goals>
|
|
<goal>run</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</profile>
|
|
<!-- 分布式版(企业版) -->
|
|
<profile>
|
|
<id>distributed</id>
|
|
<properties>
|
|
<profiles.active>distributed</profiles.active>
|
|
</properties>
|
|
<dependencies>
|
|
<!-- 分布式版(企业版) 引入分布式组件 -->
|
|
<dependency>
|
|
<groupId>io.dataease</groupId>
|
|
<artifactId>distributed</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<configuration>
|
|
<excludes>
|
|
<!-- 分布式版(企业版) 需要排除权限替补实现 否则就会出现多个权限实现 报错 -->
|
|
<exclude>io/dataease/substitute/**</exclude>
|
|
</excludes>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</profile>
|
|
</profiles>
|
|
|
|
<build>
|
|
<!-- 打包时必须要包含resources下配置文件 -->
|
|
<resources>
|
|
<resource>
|
|
<directory>src/main/resources</directory>
|
|
<filtering>true</filtering>
|
|
<includes>
|
|
<include>**/*.properties</include>
|
|
<include>**/*.xml</include>
|
|
<include>**/*.yml</include>
|
|
<include>**/*.sql</include>
|
|
<include>**/*.xlsx</include>
|
|
</includes>
|
|
<excludes>
|
|
<exclude>static/**/*.*</exclude>
|
|
</excludes>
|
|
</resource>
|
|
<resource>
|
|
<directory>src/main/resources</directory>
|
|
<filtering>false</filtering>
|
|
<includes>
|
|
<include>static/**/*.*</include>
|
|
</includes>
|
|
</resource>
|
|
</resources>
|
|
<!-- springboot打包插件 -->
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>com.mysema.maven</groupId>
|
|
<artifactId>apt-maven-plugin</artifactId>
|
|
<version>1.1.3</version>
|
|
<executions>
|
|
<execution>
|
|
<phase>generate-sources</phase>
|
|
<goals>
|
|
<goal>process</goal>
|
|
</goals>
|
|
<configuration>
|
|
<outputDirectory>target/generated-sources/java</outputDirectory>
|
|
<processor>com.querydsl.apt.jpa.JPAAnnotationProcessor</processor>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.querydsl</groupId>
|
|
<artifactId>querydsl-apt</artifactId>
|
|
<classifier>jakarta</classifier>
|
|
<version>${querydsl.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<id>add-source</id>
|
|
<phase>generate-sources</phase>
|
|
<goals>
|
|
<goal>add-source</goal>
|
|
</goals>
|
|
<configuration>
|
|
<sources>
|
|
<source>target/generated-sources/java</source>
|
|
</sources>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<configuration>
|
|
<skip>true</skip>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<configuration>
|
|
<finalName>CoreApplication</finalName>
|
|
<layout>ZIP</layout>
|
|
</configuration>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>repackage</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
<repositories>
|
|
<repository>
|
|
<id>fit2cloud-public</id>
|
|
<name>Fit2cloud Public</name>
|
|
<url>https://repository.fit2cloud.com/repository/fit2cloud-public/</url>
|
|
</repository>
|
|
|
|
</repositories>
|
|
</project>
|