sa-struts-archetypeでmobylet対応

sa-struts-archetype 1.0.4-sp7.1 をリリースしました。変更点は mobylet 対応です。use-mobylet を true としてあげれば、mobylet 対応の SAStruts プロジェクトがさっくり作れます。実行方法は

mvn archetype:generate -DarchetypeRepository=https://www.seasar.org/maven/maven2/ \
-DarchetypeGroupId=org.seasar.sastruts -DarchetypeArtifactId=sa-struts-archetype \
-DarchetypeVersion=1.0.4-sp7.1 -DgroupId=sample.app -DartifactId=sample \
-Dversion=0.1.0 -Duse-mobylet=true

というような感じです。groupId、artifactId、version は適当に変えてください。あとは、DBFlute も使いたければ、-Duse-dbflute=true もお忘れなく 🙂

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です