11 Star 49 Fork 15

bboss/eshelloword-booter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 2.60 KB
一键复制 编辑 原始数据 按行查看 历史
bboss 提交于 2025-11-17 11:06 +08:00 . 升级框架版本号为7.5.5
<?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">
<modelVersion>4.0.0</modelVersion>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<groupId>org.bboss.eshelloword</groupId>
<artifactId>elasticsearch-example</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.bbossgroups.plugins</groupId>
<artifactId>bboss-datatran-jdbc</artifactId>
<version>7.5.5</version>
<!--
兼容Velocity 1.7,需要排除2.5包,如需兼容Velocity 1.7放开注释
-->
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <artifactId>bboss-velocity</artifactId>-->
<!-- <groupId>com.bbossgroups</groupId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
</dependency>
<!--
兼容Velocity 1.7,导入兼容包,如需兼容Velocity 1.7放开注释
-->
<!-- <dependency>-->
<!-- <groupId>com.bbossgroups.plugins</groupId>-->
<!-- <artifactId>bboss-elasticsearch-rest-bc</artifactId>-->
<!-- <version>7.5.5</version>-->
<!-- </dependency>-->
<!-- <dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.17.2</version>
</dependency>-->
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
<!--<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.2</version>
</dependency>-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.42.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/bboss/eshelloword-booter.git
git@gitee.com:bboss/eshelloword-booter.git
bboss
eshelloword-booter
eshelloword-booter
master

搜索帮助