Initial checkin

This commit is contained in:
Chris Richardson
2014-10-30 14:34:28 -07:00
commit f762c91244
3 changed files with 34 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
*.iml
*.ipr
*.iws
.DS_Store
.cache
.classpath
.gradle
.idea
.project
.scala_dependencies
.settings
.springBeans
bin
build
build*.log
classes
genjs
node_modules
npm-debug.log
target
out
app-staging
apigateway/reports
browserapp/reports
loginapp/reports
local_developer_config
/web/web.log

4
LICENSE.md Normal file
View File

@@ -0,0 +1,4 @@
Copyright (c) 2014 Chris Richardson Consulting, Inc. All rights reserved.
Company confidential. Do not share.

1
README.md Normal file
View File

@@ -0,0 +1 @@
Here is some example Event Sourcing/CQRS-based code along with an embeddable/JDBC-based test eventstore.