摘要: <!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper --><dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelp 阅读全文
posted @ 2017-11-12 14:19 GᎭ•Cristin 阅读(120) 评论(0) 推荐(0)
摘要: <!-- https://mvnrepository.com/artifact/org.mybatis.generator/mybatis-generator-core --><dependency> <groupId>org.mybatis.generator</groupId> <artifac 阅读全文
posted @ 2017-11-12 14:18 GᎭ•Cristin 阅读(127) 评论(0) 推荐(0)
摘要: <!-- https://mvnrepository.com/artifact/org.mybatis/mybatis --><dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3 阅读全文
posted @ 2017-11-12 14:16 GᎭ•Cristin 阅读(331) 评论(0) 推荐(0)
摘要: <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${spring.version}</version> <scope>test</scope> </de 阅读全文
posted @ 2017-11-12 14:15 GᎭ•Cristin 阅读(146) 评论(0) 推荐(0)
摘要: <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.6.5</version> </dependency> <dependenc 阅读全文
posted @ 2017-11-12 14:13 GᎭ•Cristin 阅读(260) 评论(0) 推荐(0)
摘要: <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>provided</scope></dependency> 阅读全文
posted @ 2017-11-12 14:12 GᎭ•Cristin 阅读(137) 评论(0) 推荐(0)
摘要: <!-- https://mvnrepository.com/artifact/log4j/log4j --><dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version>< 阅读全文
posted @ 2017-11-12 14:10 GᎭ•Cristin 阅读(604) 评论(0) 推荐(0)
摘要: <!-- https://mvnrepository.com/artifact/c3p0/c3p0 --> <dependency> <groupId>c3p0</groupId> <artifactId>c3p0</artifactId> <version>0.9.1.2</version> </ 阅读全文
posted @ 2017-11-12 14:09 GᎭ•Cristin 阅读(552) 评论(0) 推荐(0)
摘要: <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.35</version> </dependency> <dependency> <groupId>mysq 阅读全文
posted @ 2017-11-12 14:08 GᎭ•Cristin 阅读(1160) 评论(0) 推荐(0)
摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2017-11-12 14:07 GᎭ•Cristin 阅读(259) 评论(0) 推荐(0)
摘要: JUnit 4和TestNG都是Java中非常受欢迎的单元测试框架。两种框架在功能上看起来非常相似。 哪一个更好? 在Java项目中应该使用哪个单元测试框架? 下面表中概括了JUnit 4和TestNG之间的功能比较。如下图所示 - 1. 注释支持 注释/注解支持在JUnit 4和TestNG中是非 阅读全文
posted @ 2017-11-12 11:17 GᎭ•Cristin 阅读(362) 评论(0) 推荐(0)