-自動設定が黒魔術過ぎるので、Terasorlaのページを勉強中。 *プロジェクトの作成 [#d9a62b5b] mvn archetype:generate -B -DarchetypeGroupId=org.terasoluna.gfw.blank -DarchetypeArtifactId=terasoluna-gfw-web-blank-archetype -DarchetypeVersion=5.3.0.RELEASE -DgroupId=com.example.helloworld -DartifactId=helloworld -Dversion=1.0.0-SNAPSHOT **spring-mvc.xml [#e034f13b] ***自動検索のパッケージ [#z9b4f5fb] <context:component-scan base-package="com.example.helloworld.app" /> *Tips [#sd5c28e6] |BeanCopy|SpringのBeanUtilsもあるが、TerasolunaではOSSのDozerを推奨|