parent
7d16d94923
commit
489febdb0e
@ -0,0 +1,13 @@
|
|||||||
|
package com.heima.springboot;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @version 1.0
|
||||||
|
* @author: HZY
|
||||||
|
* @date: 2025/3/18 14:50
|
||||||
|
* @Content:
|
||||||
|
*/
|
||||||
|
public class Test2 {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("第一次测试");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue