feat: [wcf-bmc]-目录名称变更为wcf-bmc

This commit is contained in:
chandler 2025-05-02 00:22:32 +08:00
parent 2cb758da01
commit 718051f020
102 changed files with 2 additions and 3 deletions

View File

@ -94,7 +94,7 @@ mvn clean
mvn install mvn install
``` ```
打包后的文件在target/wcf-bmc-x.x.x.x-SNAPSHOT.jar 打包后的文件在target/wcf-bmc-xx.x.x.x-SNAPSHOT.jar
## 安装部署 ## 安装部署

View File

@ -142,7 +142,6 @@
<resources> <resources>
<resource> <resource>
<directory>src/main/resources</directory> <directory>src/main/resources</directory>
<filtering>true</filtering>
<!-- 排除特定资源 --> <!-- 排除特定资源 -->
<excludes> <excludes>
<exclude>bin/*</exclude> <exclude>bin/*</exclude>

View File

@ -23,7 +23,7 @@ logging:
wechat: wechat:
ferry: ferry:
# DLL文件位置 # DLL文件位置
dll-path: E:\WeChatFerry\clients\java\wechat-ferry-mvn\dll\sdk.dll dll-path: E:\WeChatFerry\clients\java\wcf-bmc\dll\sdk.dll
# socket端口 # socket端口
socket-port: 10086 socket-port: 10086
# SDK是否调试模式 # SDK是否调试模式

Some files were not shown because too many files have changed in this diff Show More