feat(0): [java]-[wcferry-mvn]-说明文件修改
This commit is contained in:
Vendored
+1
-3
@@ -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
@@ -0,0 +1,3 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file !.gitkeep
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
说明:
|
||||
由于项目规范限制,本目录保留,但最新的DLL还需要各位自行去下载解压
|
||||
请把最新的 https://github.com/lich0821/WeChatFerry/releases/latest 下载的文件解压后放到该目录下
|
||||
sdk.dll
|
||||
spy.dll
|
||||
spy_debug.dll
|
||||
+2
-2
@@ -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;
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file !.gitkeep
|
||||
Binary file not shown.
Reference in New Issue
Block a user