Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-cloud-clickhouse
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.clickhouse
pica-cloud-clickhouse
提交
8c317d23
提交
8c317d23
编写于
6月 04, 2019
作者:
liugen.wen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
xiu
上级
1d5bf92b
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
54 行增加
和
6 行删除
+54
-6
pom.xml
client/pom.xml
+37
-0
CrashControllerService.java
...use/clickhouse/client/service/CrashControllerService.java
+17
-0
pom.xml
server/pom.xml
+0
-6
未找到文件。
client/pom.xml
浏览文件 @
8c317d23
...
@@ -15,13 +15,50 @@
...
@@ -15,13 +15,50 @@
<version>
1.0.0-SNAPSHOT
</version>
<version>
1.0.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<properties>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.source>
1.8
</maven.compiler.source>
<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-boot.version>
1.5.14.RELEASE
</spring-boot.version>
</properties>
</properties>
<dependencies>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-feign
</artifactId>
</dependency>
<dependency>
<groupId>
com.pica.cloud.clickhouse
</groupId>
<artifactId>
pica-cloud-clickhouse-common
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-dependencies
</artifactId>
<version>
${spring-cloud.version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
${spring-boot.version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
</dependencies>
</dependencyManagement>
<distributionManagement>
<distributionManagement>
<repository>
<repository>
<id>
nexus
</id>
<id>
nexus
</id>
...
...
client/src/main/java/com/pica/cloud/clickhouse/clickhouse/client/service/CrashControllerService.java
0 → 100644
浏览文件 @
8c317d23
package
com
.
pica
.
cloud
.
clickhouse
.
clickhouse
.
client
.
service
;
import
com.pica.cloud.foundation.entity.PicaResponse
;
import
org.springframework.cloud.netflix.feign.FeignClient
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestMethod
;
@FeignClient
(
value
=
"13301-pica-cloud-clickhouse"
)
public
interface
CrashControllerService
{
@RequestMapping
(
value
=
"/clickhouse/crash/cartoon"
,
method
=
RequestMethod
.
GET
)
PicaResponse
getCartoon
();
}
server/pom.xml
浏览文件 @
8c317d23
...
@@ -97,12 +97,6 @@
...
@@ -97,12 +97,6 @@
<version>
1.2.2-SNAPSHOT
</version>
<version>
1.2.2-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.pica.cloud.foundation
</groupId>
<artifactId>
pica-cloud-utils
</artifactId>
<version>
2.0.0-SNAPSHOT
</version>
</dependency>
<dependency>
<dependency>
<groupId>
com.zaxxer
</groupId>
<groupId>
com.zaxxer
</groupId>
<artifactId>
HikariCP
</artifactId>
<artifactId>
HikariCP
</artifactId>
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录