I want to create an App Engine Modules project using maven in Java basically for frontend and backend instance.
For that I don't have any idea of module project structure as well as archetype of the module app engine project.
I want to create an App Engine Modules project using maven in Java basically for frontend and backend instance.
For that I don't have any idea of module project structure as well as archetype of the module app engine project.
Copyright © 2021 Jogjafile Inc.
The docs walk you through creating an App Engine module using Maven. If you use the
appengine-skeleton-archetype
archetype, Maven will create the directory structure for you.If you're using Java for all of your modules (hint: you don't have to), you will want to create a Maven module corresponding to each of your App Engine modules.
The App Engine modules documentation explains how to configure your modules.