原生编译第一阶段:项目成功启动

This commit is contained in:
songyinyin
2023-10-20 19:29:38 +08:00
parent 543ea25fb0
commit 7dce301bef
55 changed files with 675 additions and 421 deletions
+10
View File
@@ -1,3 +1,13 @@
# native 打包
```shell
mvn clean install -pl neutrino-proxy-core -am -DskipTests
cd neutrino-proxy-server
mvn clean native:compile -P native -DskipTests
```
# 管理后台问题汇总
## 问题1...
> 描述、解决方式