I want to know how to change the default Java module structure in IntelliJ IDEA:
Module_name / src to where the source is marked as 'source':
module_name / src / main / java / test / java While the main / Java has been marked as the source and have been marked as test sources / test sources.
Is there any way that I can make the default, so I do not have to do it manually every time?
You can create a project for your specifications and then save it as a template In, when you make a new project, it will be available.
See intelliJ documentation for
No comments:
Post a Comment