We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.readme中给的sql里插件英文名称fizz_plugin_ip与源码中的插件名String PLUGIN_NAME = "fizz-plugin-ip";不一致。 引入依赖后使用插件会找不到bean。 解决方法:直接改动sql
2.readme中给的sql的fixed_config 使用了前端语法,后端在读取配置是json转换错误 解决方法:直接改动sql