# SupermarketMS **Repository Path**: xiexiaoming05/supermarket-ms ## Basic Information - **Project Name**: SupermarketMS - **Description**: 基于hbase数据库-大数据展示项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-27 - **Last Updated**: 2025-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: 大数据展示HBASE ## README # 技术体系 大数据展示项目 hbase数据库 ``` maven springboot3.5.0 jdk17 thymeleaf ``` ### 一、HADOOP_HOME and hadoop.home.dir are unset * http://blog.csdn.net/HeyShHeyou/article/details/103441110 ### 二、HBase存储无法显示中文数据问题 * https://blog.csdn.net/m0_53856177/article/details/121362289 ### 三、Hbase-连接报错记录- Unable to make static boolean java.nio.Bits.unaligned() accessible: module java.base d - https://blog.csdn.net/weixin_72186894/article/details/132511603 ``` --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/sun.reflect.annotation=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.math=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/sun.util.calendar=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/jdk.internal.misc=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED ```