
scala
文章平均质量分 94
jzy3711
Committed to solving actual problems, not Baidu can do it at a glance. When solving the problem, it will analyze the cause of the problem and intersperse some source-level things.
展开
-
scala JDBC 方式连接 impala 代码以及pom.xml文件中的依赖
pom.xml依赖<dependency> <groupId>com.cloudera</groupId> <artifactId>ImpalaJDBC41</artifactId> <version>2.5.42</version></dependency><dep...原创 2019-04-10 16:47:11 · 283857 阅读 · 2 评论 -
IDEA spring boot maven项目中对接swagger jar冲突解决思路
最终的pom.xml<dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version></dependency>&...原创 2019-04-10 17:16:22 · 283360 阅读 · 0 评论