Initial commit

This commit is contained in:
Artem Bilan
2014-11-17 13:39:25 +02:00
parent 7840e3e523
commit 1db1939b32
2 changed files with 12 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
target
.settings
.springBeans
.classpath
.project
/.idea
/.gradle
/build
/*.iml
/*.ipr
/*.iws

1
settings.gradle Normal file
View File

@@ -0,0 +1 @@
rootProject.name = 'spring-integration-aws'