案例: springboot 同时集成hive和mysql
1.配置maven( pom.xml文件 ):1.1 集成hive:<!-- hive --> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-jdbc</artifactId&...