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
<context:component-scan base-package="com.example.helloworld.app" />
BeanCopy | SpringのBeanUtilsもあるが、TerasolunaではOSSのDozerを推奨 |