Initial commit
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
target
|
||||
.settings
|
||||
.springBeans
|
||||
.classpath
|
||||
.project
|
||||
/.idea
|
||||
/.gradle
|
||||
/build
|
||||
/*.iml
|
||||
/*.ipr
|
||||
/*.iws
|
||||
1
settings.gradle
Normal file
1
settings.gradle
Normal file
@@ -0,0 +1 @@
|
||||
rootProject.name = 'spring-integration-aws'
|
||||
Reference in New Issue
Block a user