- 浏览: 5191 次
- 性别:
- 来自: 兰州
最新评论
文章列表
在使用mvn中 在项目所在目录执行mvn clean报下面的错误
Unknown lifecycle phase "lean". You must specify a valid lifecycle.....
在MyEclipse中执行mvn clean不报错。
解决问题的方法:
1.mvn install
2.mvn compiler:compile
3.mvn org.apache.maven.plugins:maven-compiler-plugin:compile
4.mvn org.apache.maven.plugins:maven-compil ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb ...
1.WARN UUIDHexGenerator:58 - Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
正确答案:uuid2对应的是org.hibernate.id.UUIDGenerator,而uuid和uuid.hex都是对应的类 org.hibernate.id.UUIDHexGenerator
2.WARN DTDEntityR ...