摘要:
我经常会想获取参数的实际类型,在Hibernate中就利用的这一点。domain: Person.javapublic class Person { // 编号 private Long id; // 姓名 private String name; public Person() { } public Person(Long id,... 阅读全文
摘要:
报错信息Caused by: com.mysql.cj.core.exceptions.InvalidConnectionAttributeException: The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone. You must configure either... 阅读全文