Skip to content

Commit

Permalink
create
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwen.pan committed May 2, 2017
1 parent a5b80d5 commit 3c95c54
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.iml
.idea
.DS_Store
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.paner.swagger.soa</groupId>
<artifactId>swagger-soa</artifactId>
<version>1.0-SNAPSHOT</version>


</project>

0 comments on commit 3c95c54

Please sign in to comment.