Skip to content

yokra9/akka-http-example

Folders and files

NameName
Last commit message
Last commit date
Sep 7, 2024
Sep 28, 2024
Jan 26, 2025
Sep 8, 2024
Nov 1, 2022
Mar 6, 2021
Jan 24, 2025
Sep 8, 2024
Jan 9, 2025

Repository files navigation

pekko-http-example

Test

のサンプルレポジトリです。

使い方

# 起動
sbt run

# テストを実施
sbt test

# カバレッジを測定してレポートを出力
sbt clean coverage test coverageReport

# Docker イメージのビルド
sbt Docker/publishLocal

# Dockerfile 生成のみ (target/docker/stage)
sbt Docker/stage

# 手動ビルドとコンテナの開始
docker build -t pekko-example target/docker/stage/
docker run -p 8088:8088 --env JAVA_OPTS=-Dhttp.port=8088 pekko-example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published