Create Java project with Maven archetype akka-grpc-quickstart-archetype

The opinionated microservices framework built using akka platform, akka grpc

Create a Java Project by archetype akka-grpc-quickstart-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Daggregate_name_with_proper_case="My-aggregate_name_with_proper_case"   -Daggregate_name_with_lower_case="My-aggregate_name_with_lower_case"   -DarchetypeGroupId="com.akkagrpc"   -DarchetypeArtifactId="akka-grpc-quickstart-archetype"   -DarchetypeVersion="1.2.0"   -DinteractiveMode=false 

Required parameters for generate java project:

aggregate_name_with_proper_case
validationRegex: none
aggregate_name_with_lower_case
validationRegex: none

Details about maven archetype akka-grpc-quickstart-archetype

License

License

GroupId

GroupId

com.akkagrpc
ArtifactId

ArtifactId

akka-grpc-quickstart-archetype
Version

Version

1.2.0
Type

Type

maven-archetype
Description

Description

akka-grpc-quickstart-archetype
The opinionated microservices framework built using akka platform, akka grpc
Project URL

Project URL

https://github.com/gmkumar2005/akka-grpc-plus
Source Code Management

Source Code Management

http://github.com/gmkumar2005/akka-grpc-plus

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.akkagrpc -DarchetypeArtifactId=akka-grpc-quickstart-archetype -DarchetypeVersion=1.2.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.