最近正在学习Appfuse!
框架是Appfuse2.02+oracle数据库。
mvn appfuse:gen-model时会去读取用户名下说有的表,但是我只想让他去读我用户名对应的表
应该怎么做。请哪位大侠指点下!~
下面的是错误信息
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Duplicate class name 'com.metinform.app.model.AllRepcolumn' generated fo
'org.hibernate.mapping.Table(SYS._ALL_REPCOLUMN)'. Same name where generated f
r 'org.hibernate.mapping.Table(SYS._ALL_REPCOLUMN)'
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.hibernate.cfg.JDBCBinderException: Duplicate class name 'com.metinform.app.
odel.AllRepcolumn' generated for 'org.hibernate.mapping.Table(SYS._ALL_REPCOLUM
)'. Same name where generated for 'org.hibernate.mapping.Table(SYS._ALL_REPCOLU
N)'
at or