記事
0 comment

ActivatorからPlay frameworkのプロジェクトを作る

目次

HomebrewからActivatorをダウンロードして、Play frameworkのプロジェクトを作成するまでのメモ

Activatorのダウンロード

brew install typesafe-activator

プロジェクトの作成

activator new hello_play

プロジェクトディレクトリに移動して起動

cd hello_play
activator run

Eclipseにエクスポート

activator export

activatorコマンドは、

activator

でactivatorのコマンドの中に入れば、runやeclipse、newだけで使える。

コメントを残す

Required fields are marked *.