Skip to content

akka-samples/empty-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template of empty project for Kotlin

To understand the Akka concepts that are the basis for this example, see Development Process in the documentation.

This project contains the skeleton to create an Akka service using the Kotlin language. To understand more about these components, see Developing services.

You are supposed to change empty-service and the package name com.example to your own names.

Use Maven to build your project:

mvn compile

To start your service locally, run:

mvn compile exec:java

You can use the Akka Console to create a project and see the status of your service.

Build container image:

mvn clean install -DskipTests

Install the akka CLI as documented in Install Akka CLI.

Deploy the service using the image tag from above mvn install:

akka service deploy empty-service empty-service:tag-name --push

Refer to Deploy and manage services for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages