Commit Graph

15 Commits

Author SHA1 Message Date
dartpopikyardo
55cb34ef4f fix issue #22 2016-09-02 15:11:44 +03:00
dartpopikyardo
a91ade08b1 Merge remote-tracking branch 'remotes/upstream/wip-eventuate-local' into wip-customer 2016-08-30 19:05:44 +03:00
Main
39309f23a1 - refactored the tests
- moved some dto classes into common module
2016-08-09 22:43:41 +03:00
Chris Richardson
f570ccbe90 Support for Eventuate Local 2016-08-05 16:41:16 -07:00
Main
b2b68ce163 Merge remote-tracking branch 'remotes/upstream/wip-eventuate-client-java' into wip-customer 2016-07-25 23:06:05 +03:00
Chris Richardson
f59f4c78dd Misc changes 2016-05-17 16:26:11 -07:00
Chris Richardson
4b3fe001e7 Changed to use the Eventuate Java Client
Simplified Spring MVC code since it supports CompletableFuture
2016-05-16 06:39:05 -07:00
dartpopikyardo
b16039ee53 - added title and description fields to accountInfo
- added GET /accounts?customerId=XXX endpoint
- refactored tests
2016-03-15 20:10:58 +03:00
Chris Richardson
8ab13e580b Merge branch 'master' into wip-customer 2016-02-12 16:46:07 -08:00
Chris Richardson
2f07e0b2c6 Ignore test failures when EVENTUATE_API_KEY_ID etc is not set 2016-02-12 16:45:43 -08:00
Main
cd35ac3d31 - updated swagger description
- added /customers/{id}/toaccounts endpoint
2016-02-08 22:54:03 +03:00
Main
06f14a54bf removed customerId from Account aggregate
added tests to customers-query-side and customers-command-side
2016-02-05 20:11:53 +03:00
Chris Richardson
037f9997b8 Added Swagger UI to all services 2015-12-26 10:41:43 -08:00
Chris Richardson
bbea6d9d2f Upgraded to work with the Eventuate client framework version 0.12
See http://eventuate.io/docs/java/spring-configuration.html for details on new configuration properties.
Upgraded to Spring Boot 1.2.8
Misc changes to build scripts
2015-12-21 15:02:04 -08:00
Chris Richardson
2e31853ad2 Improved module name <functional-area>-<Command|Query>....
Standalone services now use the Event Store Server (many tests still use the embedded server)
2015-04-14 19:08:07 -07:00