Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨~这些天我正在研究 IoTDB 服务器的代码,当我完成我的更改时,我使用这个命令来构建 iotdb 服务器:
mvn clean package -pl server -am -Dmaven.test.skip=true
但我遇到了这个问题:
您好~ 看来您的代码没有按照 IoTDB 代码格式格式化。IoTDB 使用 maven 的一尘不染的插件来格式化代码。完成代码后,您可以关闭所有编辑窗口并使用以下命令:
mvn spotless:apply
然后代码将被格式化,您可以使用以下方式构建 IoTDB 服务器: