摘要: <!--版本号--><axis2.version>1.6.2</axis2.version> <!--axis2 statrt--> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb-codegen</art 阅读全文
posted @ 2019-09-03 14:05 fla_fly 阅读(7330) 评论(0) 推荐(0) 编辑
摘要: I have a JUnit 4 test class in Eclipse Ganymede that has the following annotations : I have a JUnit 4 test class in Eclipse Ganymede that has the foll 阅读全文
posted @ 2016-09-14 15:47 fla_fly 阅读(12026) 评论(0) 推荐(0) 编辑
摘要: 第一步:建立bean类,bean类@Entity@Table(name = "MCC")//数据库表名:MCCpublic class MCC { private String id; private String shlb;// 商户类别 private String lbjb;// 类别级别 1... 阅读全文
posted @ 2016-01-06 13:43 fla_fly 阅读(288) 评论(0) 推荐(0) 编辑