上一页 1 ··· 224 225 226 227 228 229 230 231 232 ··· 340 下一页
摘要: 利用MyBatis Generator自动创建代码 阅读全文
posted @ 2015-11-24 10:54 星辰之力 阅读(126) 评论(0) 推荐(0)
摘要: Mybatis属于半自动ORM,在使用这个框架中,工作量最大的就是书写Mapping的映射文件,由于手动书写很容易出错,我们可以利用Mybatis-Generator来帮我们自动生成文件。1、相关文件关于Mybatis-Generator的下载可以到这个地址:https://github.com/m... 阅读全文
posted @ 2015-11-24 10:40 星辰之力 阅读(304) 评论(0) 推荐(0)
摘要: 在eclipse中怎样给项目添加关联项目 阅读全文
posted @ 2015-11-24 09:46 星辰之力 阅读(375) 评论(0) 推荐(0)
摘要: Form 校验 阅读全文
posted @ 2015-11-23 16:35 星辰之力 阅读(1660) 评论(0) 推荐(0)
摘要: controller层@ResponseBody@RequestMapping(value = "/user/isExist", produces = "application/json") public boolean isExist(Model model,String userName) { ... 阅读全文
posted @ 2015-11-23 16:31 星辰之力 阅读(1394) 评论(0) 推荐(0)
摘要: Multiple annotations found at this line:- Execution default-testResources of goal org.apache.maven.plugins:maven-resources- plugin:2.4.3:test... 阅读全文
posted @ 2015-11-22 18:40 星辰之力 阅读(761) 评论(0) 推荐(0)
摘要: pom文件提示错误,信息如下Description Resource Path Location TypeFailure to transfer com.thoughtworks.xstream:xstream:jar:1.4.3 from http://repo.maven.apache.org/... 阅读全文
posted @ 2015-11-22 18:33 星辰之力 阅读(1926) 评论(0) 推荐(1)
摘要: 导入一个Maven项目之后发现有一个如下的错误:Project configuration is not up-to-date with pom.xml. Run project configuration update其实这个问题解决非常简单:在项目上右键——【Maven】——【Update Pr... 阅读全文
posted @ 2015-11-22 11:12 星辰之力 阅读(410) 评论(0) 推荐(0)
摘要: 解决办法: 在cmd中,把当前路径转换到一个含有pom文件的 项目路径下 再使用 类似下面的deploy就行mvn deploy:deploy-file -DgroupId=com.taobao.nbdev.android -DartifactId=module_dynamic -Dversion=... 阅读全文
posted @ 2015-11-22 10:36 星辰之力 阅读(16782) 评论(0) 推荐(0)
摘要: Maven自学笔记之创建Maven项目 阅读全文
posted @ 2015-11-22 10:00 星辰之力 阅读(114) 评论(0) 推荐(0)
上一页 1 ··· 224 225 226 227 228 229 230 231 232 ··· 340 下一页