我想遵循快速入门指南。我使用的是Linux、Java-7、Mysql 5.5和根密码(不想删除它)。我按照“创建项目”和“构建成功”下的说明进行操作
mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-jsf-archetype -DarchetypeVersion=2.2.2-SNAPSHOT -DgroupId=com.atest -DartifactId=atest01 -DarchetypeRepository=http://oss.sonatype.org/content/repositories/appfuse
然后我在pom.xml的末尾正确地更改了我的根密码并运行
mvn appfuse:full-source
我希望在Mysql中有一些新的数据库:
“Maven将使用hibernate3和
分别是dbunit插件。”
但是什么都没有,下面的步骤都不起作用。
以前有人做过吗?
最佳答案
如果运行“mvn install”,则应为您创建数据库。
关于mysql - appfuse快速入门不适用于mysql,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/17280385/