1 Star 0 Fork 6

zhouanan511/Apache Camel Dome

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.95 KB
一键复制 编辑 原始数据 按行查看 历史
要成长 提交于 2020-08-02 00:57 . inint10
<?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>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.1.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.yuepeng</groupId>
<artifactId>spring-boot-camel</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>spring-boot-camel</name>
<description>Apache Camel Demo project for Spring Boot</description>
<modules>
<module>spring-boot-camel-jdbc</module>
<module>spring-boot-camel-xml</module>
<module>spring-boot-camel-amq</module>
<module>spring-boot-camel-sql</module>
<module>spring-boot-camel-http</module>
<module>spring-boot-camel-mycomponent</module>
<module>spring-boot-camel-monitor</module>
</modules>
<!-- <dependencyManagement>
<dependencies>
&lt;!&ndash; import Spring Boot before Camel &ndash;&gt;
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
&lt;!&ndash; import Camel &ndash;&gt;
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-parent</artifactId>
<version>${camel-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>-->
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zhouanan511/Apache-Camel-Dome.git
git@gitee.com:zhouanan511/Apache-Camel-Dome.git
zhouanan511
Apache-Camel-Dome
Apache Camel Dome
master

搜索帮助