# springboot-hive2 **Repository Path**: tokings/springboot-hive2 ## Basic Information - **Project Name**: springboot-hive2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-03-19 - **Last Updated**: 2021-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #编译运行 ##说明 此工程采用SpringBoot + Mybatis + Hive框架进行集成。 在工程目录下,执行如下命令: `mvn clean package -DskipTests` 编译成功后在target会找到springboot-hive2-0.0.1.jar 运行采用如下命令: `nohup java -jar springboot-hive2-0.0.1.jar >/dev/null &` 停止使用命令: `ps -ef|grep springboot-hive2-0.0.1.jar`找到pid kill #端口与数据库参数配置 在src/main/resources目录下application.properties指定profiles: test---测试环境 dev--开发环境 prod--生产环境 然后在application-{profile}.properties文件中配置