Package structure for a Java project?

前端 未结 7 664
情歌与酒
情歌与酒 2020-12-02 04:01

Whats the best practice for setting up package structures in a Java Web Application?

How would you setup your src, unit test code, etc?

相关标签:
7条回答
  • 2020-12-02 04:49

    You could follow maven's standard project layout. You don't have to actually use maven, but it would make the transition easier in the future (if necessary). Plus, other developers will be used to seeing that layout, since many open source projects are layed out this way,

    0 讨论(0)
提交回复
热议问题