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