在调用 Account.dao.findAll () 时报如下错误。
execute error. SELECT * FROM sso_user
org.postgresql.util.PSQLException: ERROR: syntax error at or near "RETURNING"
采用的驱动为
<dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>9.4-1202-jdbc4</version> </dependency>
Account 类如下:
/** * Created by loyin on 15/9/6. */ @Table(name="sso_user") public class Account extends Model<Account> { public static Account dao=new Account(); }
拉莫斯之舞
慕村9548890
相关分类