java - How do I create a Play! Framework web project with Maven? -



java - How do I create a Play! Framework web project with Maven? -

is there maven archetype out there create play! framework java web application?

thanks

no, there no maven archetype. play tries distance bit standard java ee practices, , provides total stack including dependency management.

java maven playframework

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -