2024-09-21 20:22:28 +08:00
|
|
|
# 配置文件
|
|
|
|
|
|
|
|
# 服务端配置
|
|
|
|
server:
|
|
|
|
# 端口设置
|
|
|
|
port: 9201
|
|
|
|
|
|
|
|
spring:
|
|
|
|
# 配置应用信息
|
|
|
|
application:
|
|
|
|
# 应用名
|
2024-10-01 00:15:50 +08:00
|
|
|
name: wechat-ferry
|
2024-09-24 22:22:09 +08:00
|
|
|
# swagger适配
|
|
|
|
mvc:
|
|
|
|
pathmatch:
|
|
|
|
matching-strategy: ant_path_matcher
|
2024-09-21 20:22:28 +08:00
|
|
|
|
|
|
|
# 本服务参数
|
2024-10-01 00:15:50 +08:00
|
|
|
wechat:
|
|
|
|
ferry:
|
|
|
|
# DLL文件位置
|
|
|
|
dll-path: E:\WeChatFerry\clients\java\wechat-ferry-mvn\dll\sdk.dll
|
|
|
|
# socket端口
|
|
|
|
socket-port: 10086
|