spring boot web

This commit is contained in:
yinkanglong
2023-11-09 22:29:51 +08:00
parent 874f5af287
commit 1d9b1b1fc5
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
package org.example.bean;public class Person {
}

View File

@@ -0,0 +1,2 @@
package org.example.controller;public class IndexController {
}