【中文/Chinese】
test包里都是程序的测试用例。基于JUnit测试框架。
由于使用了注解(@Test),所以请使用JUnit 4(或以上).
[English/英文]
The package test provide some test-case for the programming.
It based on JUnit.
As using the Annotation(@Test), please add library JUnit Version 4(+).
- encoding: UTF-8
如果代码中出现乱码,请注意工程的字符集编码方式 - 如果要运行 Spring/Hibernate/log4j2 等,需要把 config 目录也放到path里。
方法(Eclipse):右击 config 目录 -> Build Path -> Use as Source Folder
- 查找maven 的 dependency 的 version 等信息,https://search.maven.org/ 或者 https://mvnrepository.com/