We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题
The text was updated successfully, but these errors were encountered:
比如我有个文件树是这样的,你就生成对应的文件夹,里面的文件也生成,空着但把名字都命名好就行了 src/ ├── main/ │ ├── java/ │ │ └── com/ │ │ └── example/ │ │ └── studentapi/ │ │ ├── StudentApiApplication.java │ │ ├── StudentController.java │ │ └── Student.java │ └── resources/ │ └── application.properties └── test/ └── java/ └── com/ └── example/ └── studentapi/ └── StudentApiTests.java
src/ ├── main/ │ ├── java/ │ │ └── com/ │ │ └── example/ │ │ └── studentapi/ │ │ ├── StudentApiApplication.java │ │ ├── StudentController.java │ │ └── Student.java │ └── resources/ │ └── application.properties └── test/ └── java/ └── com/ └── example/ └── studentapi/ └── StudentApiTests.java
Sorry, something went wrong.
No branches or pull requests
如题
The text was updated successfully, but these errors were encountered: