117.info
人生若只如初见

标签:hivespringboot

springboot集成hive的方法是什么

要在Spring Boot项目中集成Hive,可以按照以下步骤进行:1、在pom.xml文件中添加Hive JDBC依赖:```xml org.apache.hive hive-jdbc 2.1.0```2、配置application....

阅读(132) hivespringboot