parent
9184f8d490
commit
374ac15c65
@ -0,0 +1,10 @@ |
|||||||
|
package com.example.springboot.entity; |
||||||
|
|
||||||
|
public class test2 { |
||||||
|
public static void main(String args) { |
||||||
|
System.out.println("123"); |
||||||
|
System.out.println("456"); |
||||||
|
System.out.println("789"); |
||||||
|
|
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue