feat(0): [java]-[wcferry-mvn]-说明文件修改

This commit is contained in:
chandler 2024-09-22 16:57:59 +08:00
parent b56ccfb421
commit e571680f7b
6 changed files with 15 additions and 5 deletions

View File

@ -47,7 +47,7 @@ wcferry:
### 编译运行
找到 src/main/java/com/iamteer/Main.java 类
找到 src/main/java/com/iamteer/WcferryApplication.java 类
直接启动即可
@ -55,8 +55,6 @@ wcferry:
启动后springboot自身的端口为 9201 socket的端口为 10086
## 参与开发
### 核心依赖

3
clients/java/wcferry-mvn/dll/.gitkeep vendored Normal file
View File

@ -0,0 +1,3 @@
# Ignore everything in this directory
*
# Except this file !.gitkeep

View File

@ -0,0 +1,6 @@
说明:
由于项目规范限制本目录保留但最新的DLL还需要各位自行去下载解压
请把最新的 https://github.com/lich0821/WeChatFerry/releases/latest 下载的文件解压后放到该目录下
sdk.dll
spy.dll
spy_debug.dll

View File

@ -6,7 +6,7 @@ import org.springframework.stereotype.Component;
import lombok.Data;
/**
* 配置文件-UAM模块的外部接口
* 配置文件-wcferry的配置文件
*
* @author chandler
* @date 2024-04-26 21:35
@ -22,7 +22,7 @@ public class WcferryProperties {
private String dllPath;
/**
* 端口
* socket端口
*/
private Integer socketPort;

View File

@ -0,0 +1,3 @@
# Ignore everything in this directory
*
# Except this file !.gitkeep

Binary file not shown.