java - pom.xml
高洛峰
高洛峰 2017-04-17 17:41:06
0
2
297

pom.xml中添加的依赖

    <dependency>
        <groupId>net.spy</groupId>
        <artifactId>spymemcached</artifactId>
        <version>2.9.0</version>
    </dependency>

有什么作用??

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(2)
PHPzhong

Spymemcached is an asynchronous, single-threaded Memcached client developed in Java.
Add this dependency to indicate that the project needs to use this function.

Reference: https://github.com/springside/springside...
http://www.oschina.net/p/spymemcached/

迷茫

Comparison with ordinary Java Project:
Equivalent to
1. Create a new lib folder
2. Import the 2.9.0 version jar package of spymemcached and all the dependencies of the version of the project
3. Add to classpath

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template