Skip to content

Spring-Mirai-Client-0.0.8

Compare
Choose a tag to compare
@lz1998 lz1998 released this 04 Oct 18:18
· 47 commits to master since this release
f3fb537

使用方式

java -jar spring-mirai-client-0.0.8.jar

访问 http://localhost:9000 控制机器人

可以在application.yml中修改 websocket地址控制面板端口管理账号密码

server:
  port: 9000
bot:
  client:
    ws-url: "ws://localhost:8081/ws/test/"

spring:
  security:
    user:
      name: admin
      password: 123456