What is correct way to create a new module in gradle project?
I have created a gradle project in "c:\MyProject\", and it becomes a Spring MVC project
Now I want to create a Spring Data JPA module in this project to access database ("c:\MyProject\MyData\")
In the new module wizard, I should select "Gradle" or select "Spring > Spring Data JPA"?
请先登录再写评论。