Browse Source

Initial commit

wzwHUOJU 5 years ago
commit
f3c56ab38a
3 changed files with 88 additions and 0 deletions
  1. 14 0
      .gitignore
  2. 72 0
      LICENSE
  3. 2 0
      README.md

+ 14 - 0
.gitignore

@@ -0,0 +1,14 @@
1
+# ---> Java
2
+*.class
3
+
4
+# Mobile Tools for Java (J2ME)
5
+.mtj.tmp/
6
+
7
+# Package Files #
8
+*.jar
9
+*.war
10
+*.ear
11
+
12
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
13
+hs_err_pid*
14
+

File diff suppressed because it is too large
+ 72 - 0
LICENSE


+ 2 - 0
README.md

@@ -0,0 +1,2 @@
1
+# springcloud-config
2
+