Browse Source

first commit

lyhzzz 2 years ago
commit
1148917bef
3 changed files with 48 additions and 0 deletions
  1. 30 0
      .gitignore
  2. 6 0
      README.md
  3. 12 0
      pom.xml

+ 30 - 0
.gitignore

@@ -0,0 +1,30 @@
+ HELP.md
+/target/
+!.mvn/wrapper/maven-wrapper.jar
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+*.log
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+/build/
+
+### VS Code ###
+.vscode/

+ 6 - 0
README.md

@@ -0,0 +1,6 @@
+#**订单支付中心**
+
+###**v1.0.0** 
+~~~~
+
+~~~~

+ 12 - 0
pom.xml

@@ -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.4dkankan</groupId>
+    <artifactId>4dkankan-ceneter-pay</artifactId>
+    <version>1.0.0</version>
+
+
+</project>