That is because you chose the option to create a simple Java project without any structure beyond the most basic.
If you choose e.g. Maven as the project's build system, the corresponding folder structure will be created (src/main/java, src/test, etc.).
请先登录再写评论。
That is because you chose the option to create a simple Java project without any structure beyond the most basic.
If you choose e.g. Maven as the project's build system, the corresponding folder structure will be created (src/main/java, src/test, etc.).