Skip to content

Commit

Permalink
Add vide demo. Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
good-vi committed Jul 22, 2019
1 parent fca645a commit 8237c27
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# AccountService Research
Purpose: create a service and estimate access time to it depending on input parameters

# Vide Demo
[![VIDEO](site/demo.gif)](https://www.youtube.com/watch?v=ja0uILSlcS4)

## Task
#### 1. Create a service with the following interface

Expand Down
3 changes: 2 additions & 1 deletion server/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Task
HTTP Spring MVC app with Aspect and MBean.

# Task
## 1. Create a service with the following interface:
```java
public interface AccountService
Expand Down
Binary file added site/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions testClient/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Default writers add value==1

# Task

The test client should be able to launch several concurrent streams on a defined subset of identifiers
Expand Down

0 comments on commit 8237c27

Please sign in to comment.