Can Google App Engine Modules share source code just like Maven Modules?

后端 未结 1 1426
清酒与你
清酒与你 2020-12-11 08:46

I\'m using Google App Engine to create a project consisting of multiple Google Modules. How do I set up my project (using Maven) so that I can share source code such as Obj

相关标签:
1条回答
  • 2020-12-11 09:00

    I have a share directory that contains code I want to share between modules.

    Then I can make symlinks from my modules directories to the share directory.

    The symlinks can be of a file, sub-directory, or the whole share directory itself.

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