Browse Source

Merge branch 'master' of http://47.113.125.203:3000/root/springboot-demo

root 7 months ago
parent
commit
2d8d35dbf1
2 changed files with 17 additions and 0 deletions
  1. 14 0
      .gitignore
  2. 3 0
      README.md

+ 14 - 0
.gitignore

@@ -0,0 +1,14 @@
+# ---> Java
+*.class
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.ear
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# springboot-demo
+
+springboot集成各种框架