Skip to content

Spring-Mirai-Client-0.0.9

Compare
Choose a tag to compare
@lz1998 lz1998 released this 05 Oct 08:33
· 37 commits to master since this release
d5ba111

使用方式

java -jar spring-mirai-client-0.0.9.jar

访问 http://localhost:9000 控制机器人,默认账号密码admin/123456

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

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

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