Coder Social home page Coder Social logo

集成文档问题 about cat HOT 3 CLOSED

dianping avatar dianping commented on May 8, 2024
集成文档问题

from cat.

Comments (3)

youyong205 avatar youyong205 commented on May 8, 2024

这几个包是点评内部,外部项目不需要,只需要依赖CAT即可。

在 2014-07-08 04:24:43,"+hersister" [email protected] 写道:

部署好之后,进入页面,
集成文档->2.Pom.xml中更新jar包(或者更新platform包)
下面有类似如下的依赖项

com.dianping.zebra
zebra-ds-monitor-client
0.0.7

com.dianping.dpsf
dpsf-net
1.8.1

请问这些依赖项在哪取呢?


Reply to this email directly or view it on GitHub.

from cat.

hersister avatar hersister commented on May 8, 2024

Thanks!只需要依赖
<dependency>
<groupId>com.dianping.cat</groupId>
<artifactId>cat-core</artifactId>
<version>1.0.5</version>
</dependency>
就即可够到cat-client中的com.dianping.cat.servlet.CatFilter了
<filter>
<filter-name>cat-filter</filter-name>
<filter-class>com.dianping.cat.servlet.CatFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>cat-filter</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
</filter-mapping>

from cat.

youyong205 avatar youyong205 commented on May 8, 2024

对的,其他一些中间件JAR使我们公司内部的。~~外面用不到~~~

在 2014-07-08 06:21:37,"hersister" [email protected] 写道:

Thanks!只需要依赖

com.dianping.cat
cat-core
1.0.5

就即可够到cat-client中的com.dianping.cat.servlet.CatFilter了

cat-filter
com.dianping.cat.servlet.CatFilter


cat-filter
/*
REQUEST
FORWARD


Reply to this email directly or view it on GitHub.

from cat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.