From 1dccd9e254d01b0d9698d3078e209b33b2719a84 Mon Sep 17 00:00:00 2001 From: smallbun <2689170096@qq.com> Date: Wed, 8 Feb 2023 13:26:05 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=96=87=E6=A1=A3=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9885dd0a..9876dd2c 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ application.yml文件依次修改以下配置 ## 加入社群 -![](https://user-images.githubusercontent.com/30397655/216215736-815861e7-8890-4c62-a496-e69c9c6ee216.jpg) +![](https://user-images.githubusercontent.com/30397655/217441678-f6499558-77d6-422d-92a4-13a439c0faa6.jpg) ## 参与贡献 @@ -230,13 +230,11 @@ application.yml文件依次修改以下配置 - openapi-public-base-url (后台服务域名,可配置IP+端口) - synchronizer-public-base-url (同步认证源服务域名,可配置IP+端口) +2、提示 cn.topiam.employee.common.entity.* 相关包缺失 - -2、cn.topiam.employee.common.entity.account包下类缺失 - -因项目用到了 QueryDSL 通用的查询框架来实现复杂的 Sql。 +因项目用到了 `QueryDSL` 查询框架,需要进行编译。 解决方案: - 使用命令 `mvn compile`之后,自动生成代码,对应的代码目标在target/generated-sources目录下。 -- 通过IDEA 选中其目录,Mark Directory as -> generated sources root 。 -- 通过IDEA 工具类中File -> Invalidate Caches 清理缓存(可选操作) \ No newline at end of file +- 通过 IDEA 选中其目录,Mark Directory as -> generated sources root 。 +- 通过 IDEA 工具类中File -> Invalidate Caches 清理缓存(可选操作) \ No newline at end of file