LoginSignup
3
4

More than 5 years have passed since last update.

Play 2.4.xでwarの作成

Last updated at Posted at 2016-01-06

play 2.4.xでwarの作成したときのメモ

設定

APP_HOME/project/plugins.sbt

addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.4-beta1")

APP_HOME/build.sbt

version := "1.0-SNAPSHOT"

import com.github.play2war.plugin._

Play2WarPlugin.play2WarSettings

Play2WarKeys.servletVersion := "3.1"

ビルド

$ activator war

参考

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4