An open API service indexing awesome lists of open source software.

https://github.com/lightbend/kalix-value-entity.g8

This is an sbt template for setting up a Scala Kalix project with a Value Entity.
https://github.com/lightbend/kalix-value-entity.g8

Last synced: about 1 year ago
JSON representation

This is an sbt template for setting up a Scala Kalix project with a Value Entity.

Awesome Lists containing this project

README

          

# Kalix Value Entity template

This is a template setting up a Scala [Kalix](https://docs.kalix.io/) project
with a [Value Entity](https://docs.kalix.io/java/value-entity.html).

You can create a new project based on this template using
[sbt](https://www.scala-sbt.org/):

```
sbt new lightbend/kalix-value-entity.g8
```

After that, follow the [README.md](src/main/g8/README.md) in the generated project.