优化
diff --git a/Makefile b/Makefile
index 0793a4c..23e3cdb 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,9 @@
 build:
 	$(GRADLE) build -x test
 
+build_single:
+	$(GRADLE) -Pno-multi-tenant build -x test
+
 clean:
 	$(GRADLE) clean