File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,13 @@ Eclipse导入:
6969<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
7070 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
7171```
72- 这段带吗中的
72+ 这段代码中的这一句:
7373``` xml
7474xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
7575```
76- 提示错误。那么在Window->Preference->Maven->User Settings中查找你的包安装目录删除对应的包。
76+ 提示错误。
77+ 其实是maven中安装包的问题。
78+ 那么在Window->Preference->Maven->User Settings中查找你的包安装目录删除对应的包。
7779具体操作请自行百度。
7880
7981## C.开发说明
@@ -122,6 +124,15 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
122124
123125导入完成之后。我们可以把项目跑起来看下,以刚刚配置的项目,项目是否能够连上数据库。其中也有一些初始化数据,可以方便我们测试。
124126
127+ ### C-1-2-1.更多测试用例
128+
129+ 如果需要更多测试用例,请按照以下步骤获取:
130+ 1、在浏览器中输入 apijson.org;
131+ 2、点击右上角的“登录”按钮登录;
132+ 3、点击“测试账号”按钮左边第二个按钮。(也就是“-”左边的第一个)获取各种测试用例
133+ 4、欢迎大家踊跃共享自己的测试用例;
134+ 5、也欢迎大家踊跃充值,哈哈哈哈~~~~~
135+
125136#### C-1-3.测试查询
126137
127138为了方便测试,我这里使用的Chrome浏览器的Restlet Client插件,大家可以根据自己的喜好使用不同的工具测试。
You can’t perform that action at this time.
0 commit comments