当我们在使用springboot启动项目时报:
Could not obtain connection to query metadata : The server time zone value �й���ʱ�� is unrecognized or represents more than one time zone.…
SpringDataJPA Spring Data Repository的核心接口是Repository(好像也没什么好惊讶的)。这个接口需要领域类(Domain Class)跟领域类的ID类型作为参数。这个接口主要是让你能知道继承这个类的接口的类型。CrudRepository 供了对被管理的实体类的一些常用CRUD方法 使用jpa的命名…