简介: JPA(java Persistence API)和SpringData是两个范畴的概念.spring data jpa是spring公司下的spring data项目的一个模块. spring data jpa定义了接口来进行持久层的编写规范,同时还大大简化了持久层的CRUD操作. 从此可以看出,spring data jpa与jpa之间并没有直接的关系. jpa是由sun公司定义的持久层规范,但是jpa 并没有做任何简化,其中只有一堆接口. 而spring data jpa中不仅有接
java.sql.SQLException: The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone v