資源簡介
本項目對如何在Springboot項目中整合hive-jdbc進行簡單示例和介紹,親測可用,請放心下載。
代碼片段和文件信息
package?com.pengjunlee.hive;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public?class?HiveApplication?{
public?static?void?main(String[]?args)?{
SpringApplication.run(HiveApplication.class?args);
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-08-16?11:07??spring-boot-hive\
?????文件????????1226??2018-08-16?11:44??spring-boot-hive\.classpath
?????文件?????????568??2018-08-16?11:07??spring-boot-hive\.project
?????目錄???????????0??2018-08-16?11:07??spring-boot-hive\.settings\
?????文件?????????155??2018-08-16?11:44??spring-boot-hive\.settings\org.eclipse.core.resources.prefs
?????文件?????????243??2018-08-16?11:44??spring-boot-hive\.settings\org.eclipse.jdt.core.prefs
?????文件??????????90??2018-08-16?11:07??spring-boot-hive\.settings\org.eclipse.m2e.core.prefs
?????文件????????2055??2018-08-19?17:07??spring-boot-hive\pom.xm
?????目錄???????????0??2018-08-16?11:07??spring-boot-hive\src\
?????目錄???????????0??2018-08-16?11:11??spring-boot-hive\src\main\
?????目錄???????????0??2018-08-16?11:07??spring-boot-hive\src\main\java\
?????目錄???????????0??2018-08-16?11:07??spring-boot-hive\src\main\java\com\
?????目錄???????????0??2018-08-16?11:12??spring-boot-hive\src\main\java\com\pengjunlee\
?????目錄???????????0??2018-08-16?13:45??spring-boot-hive\src\main\java\com\pengjunlee\hive\
?????目錄???????????0??2018-08-16?15:28??spring-boot-hive\src\main\java\com\pengjunlee\hive\conf\
?????文件????????5060??2018-08-19?14:02??spring-boot-hive\src\main\java\com\pengjunlee\hive\conf\HiveDruidConfig.java
?????文件????????1334??2018-08-16?15:32??spring-boot-hive\src\main\java\com\pengjunlee\hive\conf\HiveJdbcConfig.java
?????目錄???????????0??2018-08-16?17:55??spring-boot-hive\src\main\java\com\pengjunlee\hive\controller\
?????文件????????2877??2018-08-19?16:07??spring-boot-hive\src\main\java\com\pengjunlee\hive\controller\HiveDataSourceController.java
?????文件????????3343??2018-08-19?16:12??spring-boot-hive\src\main\java\com\pengjunlee\hive\controller\HiveJdbcTemplateController.java
?????文件?????????319??2018-08-18?16:24??spring-boot-hive\src\main\java\com\pengjunlee\hive\HiveApplication.java
?????目錄???????????0??2018-08-16?15:29??spring-boot-hive\src\main\resources\
?????文件?????????910??2018-08-16?17:11??spring-boot-hive\src\main\resources\application.yml
?????目錄???????????0??2018-08-16?11:07??spring-boot-hive\src\test\
?????目錄???????????0??2018-08-18?16:29??spring-boot-hive\src\test\java\
?????目錄???????????0??2018-08-16?11:07??spring-boot-hive\target\
?????目錄???????????0??2018-08-19?17:07??spring-boot-hive\target\classes\
?????文件?????????910??2018-08-19?17:07??spring-boot-hive\target\classes\application.yml
?????目錄???????????0??2018-08-19?17:07??spring-boot-hive\target\classes\com\
?????目錄???????????0??2018-08-19?17:07??spring-boot-hive\target\classes\com\pengjunlee\
?????目錄???????????0??2018-08-19?17:07??spring-boot-hive\target\classes\com\pengjunlee\hive\
............此處省略15個文件信息
- 上一篇:wine_SVM數據
- 下一篇:基于AVR單片機的DS1307使用實驗
評論
共有 條評論