Skip to content

v1.10.9

Choose a tag to compare

@may-fly may-fly released this 01 Feb 05:54
· 32 commits to master since this release

1、ssh隧道无法连接等问题优化
2、修复https://gitee.com/dromara/mayfly-go/issues/IDMD8H
3、修复机器rdp/vnp无法连接问题

重要!!!升级需要将配置文件中数据库部分调整为

# 数据库配置,dialect支持mysql、sqlite
db:
  dialect: mysql
  address: mysql:3306
  name: mayfly-go
  username: root
  password: 123456
  config: charset=utf8&loc=Local&parseTime=true
  max-idle-conns: 5