fix: 移除MessageDto中未使用的JPA注解并更新数据库配置
移除MessageDto中未使用的JPA注解以简化代码结构 在数据库连接URL中添加allowPublicKeyRetrieval参数以解决连接问题 清理过期的日志文件
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package com.qf.myafterprojecy.pojo.dto;
|
||||
|
||||
import javax.persistence.*;
|
||||
import java.util.Date;
|
||||
|
||||
public class MessageDto {
|
||||
|
||||
Reference in New Issue
Block a user