From b0e6d1b40e1d2e0556426250aa2d3c8d1baf2010 Mon Sep 17 00:00:00 2001 From: pingping_ye Date: Wed, 8 Feb 2023 11:52:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=B8=E8=A7=81=E9=94=99=E8=AF=AF=20cn.topia?= =?UTF-8?q?m.employee.common.entity.account=E5=8C=85=E4=B8=8B=E7=B1=BB?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=20=E7=9A=84=E8=A7=A3=E5=86=B3=E5=8A=9E?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pingping_ye --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be0a7de3..9885dd0a 100644 --- a/README.md +++ b/README.md @@ -228,4 +228,15 @@ application.yml文件依次修改以下配置 - console-public-base-url (后台前端服务域名,可配置IP+端口) - portal-public-base-url (门户前台服务域名,可配置IP+端口) - openapi-public-base-url (后台服务域名,可配置IP+端口) -- synchronizer-public-base-url (同步认证源服务域名,可配置IP+端口) \ No newline at end of file +- synchronizer-public-base-url (同步认证源服务域名,可配置IP+端口) + + + +2、cn.topiam.employee.common.entity.account包下类缺失 + +因项目用到了 QueryDSL 通用的查询框架来实现复杂的 Sql。 + +解决方案: +- 使用命令 `mvn compile`之后,自动生成代码,对应的代码目标在target/generated-sources目录下。 +- 通过IDEA 选中其目录,Mark Directory as -> generated sources root 。 +- 通过IDEA 工具类中File -> Invalidate Caches 清理缓存(可选操作) \ No newline at end of file