eclipse如何设置编译时不编译某个类表的文件 jetty的服务器
eclipse怎么设置编译时不编译某个类表的文件 jetty的服务器
如题
eclipse怎么设置编译时不编译某个java类表文件
运行时,出现如下错误
org.hibernate.tool.hbm2ddl.TableMetadata]HHH000037: Columns: [s_usercode, s_tabname, s_projcode, i_tableid, ts_sysupdate, s_tabcname, ts_startdate]
[org.hibernate.tool.hbm2ddl.TableMetadata]HHH000108: Foreign keys: []
[org.hibernate.tool.hbm2ddl.TableMetadata]HHH000126: Indexes: [primary]
[java.sql.DatabaseMetaData]HHH000262: Table not found: mt_Location
[com.alibaba.druid.filter.stat.StatFilter]merge sql error, dbType mysql, sql :
create table mt_Location (
LocID bigint not null auto_increment,
EmpID bigint not null,
Latitude double precision not null,
LocAddress varchar(125) not null,
Longitude double precision not null,
RecDateTime datetime,
Remark varchar(255),
primary key (LocID)
)
com.alibaba.druid.sql.parser.SQLParseException: syntax error, expect RPAREN, actual IDENTIFIER precision
at com.alibaba.druid.sql.parser.SQLParser.accept(SQLParser.java:121)
打算不编译这个表看看
谁能回答下我标题的问题,或者有其他更好的解决方法也可
------解决思路----------------------
自己注释掉呢。 不知道有没有其他好的方法。
------解决思路----------------------
你用 velocity了?
http://lichunhui.iteye.com/blog/1872695
http://www.bsdn.org/projects/dorado5/issue/dorado5-19
http://stackoverflow.com/questions/5313470/getting-velocity-error-at-statup-vm-global-library-vm
如题
eclipse怎么设置编译时不编译某个java类表文件
运行时,出现如下错误
org.hibernate.tool.hbm2ddl.TableMetadata]HHH000037: Columns: [s_usercode, s_tabname, s_projcode, i_tableid, ts_sysupdate, s_tabcname, ts_startdate]
[org.hibernate.tool.hbm2ddl.TableMetadata]HHH000108: Foreign keys: []
[org.hibernate.tool.hbm2ddl.TableMetadata]HHH000126: Indexes: [primary]
[java.sql.DatabaseMetaData]HHH000262: Table not found: mt_Location
[com.alibaba.druid.filter.stat.StatFilter]merge sql error, dbType mysql, sql :
create table mt_Location (
LocID bigint not null auto_increment,
EmpID bigint not null,
Latitude double precision not null,
LocAddress varchar(125) not null,
Longitude double precision not null,
RecDateTime datetime,
Remark varchar(255),
primary key (LocID)
)
com.alibaba.druid.sql.parser.SQLParseException: syntax error, expect RPAREN, actual IDENTIFIER precision
at com.alibaba.druid.sql.parser.SQLParser.accept(SQLParser.java:121)
打算不编译这个表看看
谁能回答下我标题的问题,或者有其他更好的解决方法也可
------解决思路----------------------
自己注释掉呢。 不知道有没有其他好的方法。
------解决思路----------------------
你用 velocity了?
http://lichunhui.iteye.com/blog/1872695
http://www.bsdn.org/projects/dorado5/issue/dorado5-19
http://stackoverflow.com/questions/5313470/getting-velocity-error-at-statup-vm-global-library-vm