📝 文档优化

pull/12/MERGE
smallbun 2023-02-08 13:26:05 +08:00
parent 4c8a56ffd5
commit 1dccd9e254
1 changed files with 5 additions and 7 deletions

View File

@ -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 清理缓存(可选操作)
- 通过 IDEA 选中其目录Mark Directory as -> generated sources root 。
- 通过 IDEA 工具类中File -> Invalidate Caches 清理缓存(可选操作)