Kaynağa Gözat

Initial commit

wuwen 5 yıl önce
işleme
302b2657db
2 değiştirilmiş dosya ile 58 ekleme ve 0 silme
  1. 55 0
      .gitignore
  2. 3 0
      README.md

+ 55 - 0
.gitignore

@@ -0,0 +1,55 @@
+# ---> 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*
+
+# ---> Eclipse
+*.pydevproject
+.metadata
+.gradle
+bin/
+tmp/
+*.tmp
+*.bak
+*.swp
+*~.nib
+local.properties
+.settings/
+.loadpath
+
+# Eclipse Core
+.project
+
+# External tool builders
+.externalToolBuilders/
+
+# Locally stored "Eclipse launch configurations"
+*.launch
+
+# CDT-specific
+.cproject
+
+# JDT-specific (Eclipse Java Development Tools)
+.classpath
+
+# Java annotation processor (APT)
+.factorypath
+
+# PDT-specific
+.buildpath
+
+# sbteclipse plugin
+.target
+
+# TeXlipse plugin
+.texlipse
+

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# cloud-ssj-aijia
+
+spring cloud alibaba 集成