git hub commit test by idea

This commit is contained in:
liulinkun 2020-03-01 20:38:00 +08:00
parent 027d11d688
commit e63fc36752
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,11 @@
package org.springblade.auth;
public class Demo {
private String filed1;
public static void main(String[] args) {
System.out.println("hello world");
}
}

View File

@ -0,0 +1,9 @@
package org.springblade.auth;
public class Demo2 {
public static void main(String[] args) {
String var = "hello world";
System.out.println(var);
}
}