Skip to content

Commit 763e1a9

Browse files
committed
Merge branch '1.2.x'
2 parents b49e29f + eb51c0d commit 763e1a9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ build/
6969

7070
需要将输出目录与 FIT 框架的编译产物结合。将输出目录的 `plugins` 目录下的所有文件复制到框架输出目录的 `plugins` 下,将 `shared` 目录下的所有文件复制到框架输出目录的 `shared` 下。
7171

72+
另外,需要删除 `plugins` 目录中如下开头的文件(`app-platform` 仓扩展了这些机制,已经存在对应的实现。否则会由于存在冲突导致启动失败)
73+
74+
```text
75+
fel-tool-discoverer
76+
fel-tool-executor
77+
fel-tool-repository-simple
78+
fel-tool-factory-repository
79+
```
80+
7281
> 后端模块基于 [FIT](https://ModelEngine-Group/fit-framework) 框架,启动方式采用了 [FIT 动态插件](https://github.com/ModelEngine-Group/fit-framework/blob/main/docs/framework/fit/java/quick-start-guide/03.%20%E4%BD%BF%E7%94%A8%E6%8F%92%E4%BB%B6%E7%9A%84%E7%83%AD%E6%8F%92%E6%8B%94%E8%83%BD%E5%8A%9B.md) 方式。
7382
7483
打开框架输出目录的 `conf/fitframework.yml` 文件,找到如下配置项

0 commit comments

Comments
 (0)