Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 295 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 295 Bytes

##Introduction

TODO:

##Maven repository

TODO:

##FAQ

1.How to import to eclipse by maven?

  mvn eclipse:eclipse

2.How to build project by maven?

  mvn clean package

3.How to run testcase by maven?

  mvn test

##Example

More information see wiki pages please.