From eb64a619f27cea23bc4e3ebef17ba2b6135fd3a2 Mon Sep 17 00:00:00 2001 From: CoderJasonZ <18618399063@163.com> Date: Mon, 22 Apr 2019 23:34:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0test=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- springboot/src/test/java/com/zhb/Test.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 springboot/src/test/java/com/zhb/Test.java diff --git a/springboot/src/test/java/com/zhb/Test.java b/springboot/src/test/java/com/zhb/Test.java new file mode 100644 index 0000000..13a5814 --- /dev/null +++ b/springboot/src/test/java/com/zhb/Test.java @@ -0,0 +1,7 @@ +package com.zhb; + +/** + * Created by 18618 on 2019/4/22. + */ +public class Test { +}