|
|
@@ -0,0 +1,13 @@
|
|
|
+
|
|
|
+import com.hr.InterfacePlatformApplication;
|
|
|
+import com.hr.generate.generateClass;
|
|
|
+import org.springframework.boot.test.context.SpringBootTest;
|
|
|
+
|
|
|
+
|
|
|
+/***
|
|
|
+ * 生成类
|
|
|
+ */
|
|
|
+@SpringBootTest(classes = InterfacePlatformApplication.class)
|
|
|
+public class Test1 extends generateClass {
|
|
|
+
|
|
|
+}
|