1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/junxworks-junx-qt

Клонировать/Скачать
pom.xml 4.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
wangxing Отправлено 03.02.2025 10:43 677d072
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>io.github.junxworks</groupId>
<artifactId>junx-qt</artifactId>
<version>1.0.0</version>
<name>junx-qt</name>
<description>QT量化交易系统</description>
<properties>
<java.version>17</java.version>
<junx-ep.version>2.2.3</junx-ep.version>
<junx.version>1.0.13</junx.version>
<shardingsphere.version>5.3.2</shardingsphere.version>
</properties>
<dependencies>
<!-- 基础jar包引入 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</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-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.32</version>
</dependency>
<!--数据库版本控制-->
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
<version>9.22.3</version>
</dependency>
<!-- shardingsphere start -->
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc-core</artifactId>
<version>${shardingsphere.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
</dependency>
<!-- shardingsphere end -->
<dependency>
<groupId>io.github.junxworks</groupId>
<artifactId>junx-event</artifactId>
<version>${junx.version}</version>
</dependency>
<dependency>
<groupId>io.github.junxworks</groupId>
<artifactId>junx-stat</artifactId>
<version>${junx.version}</version>
</dependency>
<dependency>
<groupId>io.github.junxworks</groupId>
<artifactId>junx-ep-qlexp</artifactId>
<version>${junx-ep.version}</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.github.junxworks</groupId>
<artifactId>junx-ep-sys</artifactId>
<version>${junx-ep.version}</version>
<exclusions>
<exclusion>
<groupId>org.omnifaces</groupId>
<artifactId>omnifaces</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.github.junxworks</groupId>
<artifactId>junx-ep-scheduler</artifactId>
<version>${junx-ep.version}</version>
</dependency>
<!-- //////////////////////////////////////// -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>4.0.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.properties</include>
<include>**/*.xml</include>
</includes>
<filtering>false</filtering>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*</include>
</includes>
<filtering>false</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/junxworks-junx-qt.git
git@api.gitlife.ru:oschina-mirror/junxworks-junx-qt.git
oschina-mirror
junxworks-junx-qt
junxworks-junx-qt
master