CAT安装教程

  1. 首先安装mysql数据库,具体步骤参阅《mysql免安装教程》--http://www.cnblogs.com/halberts/p/8723938.html
  2. 下载CAT代码,下载网址为https://github.com/dianping/cat/tree/v2.0.0
  3. 解压下载完成的cat-2.0.0.zip到D
  4. 执行Maven编译。

    mvn clean install –DskipTests

  5. 执行安装命令
    1. mvn cat:install
  6. 复制D:\btt\cat-2.0.0\cat-home下target文件夹下生成的jar包,改为cat.war
  7. 把cat.war放入tomcat应用服务器中运行
  8. 输入网址http://localhost:8080/cat/r/
  9. 运行客户端测试

  

 

相关文章:

  • 2021-11-19
  • 2021-11-28
  • 2021-07-15
  • 2021-12-17
  • 2021-12-18
  • 2021-05-29
  • 2021-06-18
  • 2021-09-09
猜你喜欢
  • 2021-12-05
  • 2021-07-18
  • 2021-11-29
  • 2021-05-17
  • 2022-01-07
  • 2022-03-05
相关资源
相似解决方案