bugVanisher / bugVanisher.github.io

my blog.
https://bugVanisher.cn
MIT License
0 stars 0 forks source link

测试阶段慢查询分析系统——实现 — 见欢的博客 #28

Open bugVanisher opened 4 years ago

bugVanisher commented 4 years ago

https://bugvanisher.github.io/2019/02/17/the-demonstration-of-noslowq/

一、技术栈拥抱开源技术, noslowq 慢查询分析系统使用开源软件实现,以下是各个应用使用的技术栈:agent jvm-sanbox rocketmq

AndyLily commented 3 years ago

package

mvn assemly:assemly 执行这一步时失败: org.apache.maven.plugin.prefix.NoPluginFoundForPrefixException: No plugin found for prefix 'assemly' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (D:\L-TOOLS\apache-maven-3.6.3\repository), aliyunmaven (https://maven.aliyun.com/repository/central)]

bugVanisher commented 3 years ago

看着像是你的maven版本没有这个插件哦,或者换一个仓库地址?

AndyLily commented 3 years ago

@bugVanisher 看着像是你的maven版本没有这个插件哦,或者换一个仓库地址?

有推荐的仓库地址么?或者assembly这个插件应该使用哪个版本?

bugVanisher commented 3 years ago

看看这个:https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-assembly-plugin

YX-XiaoBai commented 3 years ago

拉下来本地没有初始数据呀

bugVanisher commented 3 years ago

拉下来本地没有初始数据呀

数据库脚本放在schema目录下,在MySQL中创建 noslowq 数据库并在其中执行目录下的所有数据库脚本

YX-XiaoBai commented 3 years ago

@bugVanisher

拉下来本地没有初始数据呀

数据库脚本放在schema目录下,在MySQL中创建 noslowq 数据库并在其中执行目录下的所有数据库脚本

schema里面只有创建表的sql,没有基础的insert数据(比如,一个基础的user),自己在sql表造数据不知道要注意哪些