Setting up a project for Google App Engine with modules

北城以北 提交于 2020-02-05 06:27:46

问题


I want to create a google app engine application with java and therefore i want to use modules for a separation of code.

I am using IntelliJ 14.0.3 and Maven 3.2.5

I would like to setup a EAR file structure for my project but creating a project by New Project -> Java Enterprise -> Google App engine results in a different structure than is suggested by this sample project from google: https://github.com/GoogleCloudPlatform/appengine-modules-sample-java

Adding modules with the "New Module -> Maven -> Archetype" option works and creates correct modules inside of the project.

I would love to have an archetype managing the creation of the app but unfortunately i cannot find one. I read about some generator in the toolkit, is there any tooling to do this?

How do you create such apps? Do you create the folder structure manually?

来源:https://stackoverflow.com/questions/28671540/setting-up-a-project-for-google-app-engine-with-modules

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!