摘要:
1. Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set 在配置文件中添加: 2. Caused by 阅读全文
摘要:
1. 查询单表全部 select* from 数据表名; 2. 查询单表中一个或者多个字段 select 字段1,字段2 from 数据表名; 3. 查询单表中的指定信息 select* from 数据表名 where 属性= .....; 查询所有红色的产品号 4. 带有 IN 关键字的查询 Se 阅读全文