Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-cloud-clickhouse
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.clickhouse
pica-cloud-clickhouse
提交
31c2fbd8
提交
31c2fbd8
编写于
6月 06, 2019
作者:
liugen.wen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
xiu
上级
b783f86f
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
22 行增加
和
35 行删除
+22
-35
pom.xml
client/pom.xml
+21
-20
pom.xml
pom.xml
+1
-15
未找到文件。
client/pom.xml
浏览文件 @
31c2fbd8
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<groupId>
com.pica.cloud.clickhouse
</groupId>
<groupId>
com.pica.cloud.clickhouse
</groupId>
<artifactId>
pica-cloud-clickhouse-client
</artifactId>
<artifactId>
pica-cloud-clickhouse-client
</artifactId>
<name>
pica-cloud-clickhouse-client
</name>
<name>
pica-cloud-clickhouse-client
</name>
<version>
1.0.0-SNAPSHOT
</version>
<version>
1.0.0
.9
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.compiler.target>
1.8
</maven.compiler.target>
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
<spring-cloud.version>
Edgware.SR4
</spring-cloud.version>
<spring-cloud.version>
Edgware.SR4
</spring-cloud.version>
<spring-boot.version>
1.
5.14
.RELEASE
</spring-boot.version>
<spring-boot.version>
1.
4.5
.RELEASE
</spring-boot.version>
</properties>
</properties>
...
@@ -30,6 +30,7 @@
...
@@ -30,6 +30,7 @@
<dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-feign
</artifactId>
<artifactId>
spring-cloud-starter-feign
</artifactId>
<version>
1.4.5.RELEASE
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.pica.cloud.clickhouse
</groupId>
<groupId>
com.pica.cloud.clickhouse
</groupId>
...
@@ -39,25 +40,25 @@
...
@@ -39,25 +40,25 @@
</dependencies>
</dependencies>
<
dependencyManagement
>
<
!--<dependencyManagement>--
>
<
dependencies
>
<
!--<dependencies>--
>
<
dependency
>
<
!--<dependency>--
>
<
groupId>
org.springframework.cloud
</groupId
>
<
!--<groupId>org.springframework.cloud</groupId>--
>
<
artifactId>
spring-cloud-dependencies
</artifactId
>
<
!--<artifactId>spring-cloud-dependencies</artifactId>--
>
<
version>
${spring-cloud.version}
</version
>
<
!--<version>${spring-cloud.version}</version>--
>
<
type>
pom
</type
>
<
!--<type>pom</type>--
>
<
scope>
import
</scope
>
<
!--<scope>import</scope>--
>
<
/dependency
>
<
!--</dependency>--
>
<
dependency
>
<
!--<dependency>--
>
<
groupId>
org.springframework.boot
</groupId
>
<
!--<groupId>org.springframework.boot</groupId>--
>
<
artifactId>
spring-boot-starter-parent
</artifactId
>
<
!--<artifactId>spring-boot-starter-parent</artifactId>--
>
<
version>
${spring-boot.version}
</version
>
<
!--<version>${spring-boot.version}</version>--
>
<
type>
pom
</type
>
<
!--<type>pom</type>--
>
<
scope>
import
</scope
>
<
!--<scope>import</scope>--
>
<
/dependency
>
<
!--</dependency>--
>
<
/dependencies
>
<
!--</dependencies>--
>
<
/dependencyManagement
>
<
!--</dependencyManagement>--
>
<distributionManagement>
<distributionManagement>
<repository>
<repository>
...
...
pom.xml
浏览文件 @
31c2fbd8
...
@@ -8,21 +8,7 @@
...
@@ -8,21 +8,7 @@
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
pica-cloud-clickhouse
</name>
<name>
pica-cloud-clickhouse
</name>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<executions>
<execution>
<goals>
<goal>
repackage
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<modules>
<modules>
<module>
server
</module>
<module>
server
</module>
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录