Skip to content

Commit 7fb793c

Browse files
committed
readme up + fun
1 parent 591fd4e commit 7fb793c

5 files changed

Lines changed: 56 additions & 3 deletions

File tree

README.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
1-
# spring-cloud
1+
# Spring cloud
22
Sandbox to play with spring cloud features
33

4-
You should set an `JAVA_CLUB_SRC_HOME` variable which points to the folder where your java club sources are checked out
4+
## Servers
55

6-
Configs URL example: http://localhost:8888/cloud/master
6+
| Name | Description | Default port | Details |
7+
|----------------------|---------------------------|--------------|----------------------------------------------------|
8+
| Configuration server | Configuration server | 8888 | You should set an `JAVA_CLUB_SRC_HOME` variable which points to the folder where your java club sources are checked out. <br/>Configs URL example: http://localhost:8888/cloud/master |
9+
| Discovery server | Discovery server | 8761 | |
10+
11+
12+
## Service
13+
| Name | Description | Default port | Details |
14+
|----------------------|-----------------------------|--------------|--------------------------------------------------|
15+
| Rating service | Rating Calculation Service | 8081 | |
16+
| Hackster service| Hackster Detection Service | 8082| |
17+
18+
19+
# Dev
20+
21+
## Build
22+
23+
```bash
24+
mvn clean install
25+
```
26+
27+
## Run
28+
29+
```bash
30+
31+
```
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
______ _____ __ _
2+
/ ____/___ ____ / __(_)___ ___ ___________ _/ /_(_)___ ____ ________ ______ _____ _____
3+
/ / / __ \/ __ \/ /_/ / __ `/ / / / ___/ __ `/ __/ / __ \/ __ \ / ___/ _ \/ ___/ | / / _ \/ ___/
4+
/ /___/ /_/ / / / / __/ / /_/ / /_/ / / / /_/ / /_/ / /_/ / / / / (__ ) __/ / | |/ / __/ /
5+
\____/\____/_/ /_/_/ /_/\__, /\__,_/_/ \__,_/\__/_/\____/_/ /_/ /____/\___/_/ |___/\___/_/
6+
/____/
7+
v.${application.version}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
____ _
2+
/ __ \(_)_____________ _ _____ _______ __ ________ ______ _____ _____
3+
/ / / / / ___/ ___/ __ \ | / / _ \/ ___/ / / / / ___/ _ \/ ___/ | / / _ \/ ___/
4+
/ /_/ / (__ ) /__/ /_/ / |/ / __/ / / /_/ / (__ ) __/ / | |/ / __/ /
5+
/_____/_/____/\___/\____/|___/\___/_/ \__, / /____/\___/_/ |___/\___/_/
6+
/____/
7+
v.${application.version}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
__ __ __ __ _
2+
/ / / /___ ______/ /_______/ /____ _____ ________ ______ __(_)_______
3+
/ /_/ / __ `/ ___/ //_/ ___/ __/ _ \/ ___/ / ___/ _ \/ ___/ | / / / ___/ _ \
4+
/ __ / /_/ / /__/ ,< (__ ) /_/ __/ / (__ ) __/ / | |/ / / /__/ __/
5+
/_/ /_/\__,_/\___/_/|_/____/\__/\___/_/ /____/\___/_/ |___/_/\___/\___/
6+
7+
v.${application.version}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
____ __ _ _
2+
/ __ \____ _/ /_(_)___ ____ _ ________ ______ __(_)_______
3+
/ /_/ / __ `/ __/ / __ \/ __ `/ / ___/ _ \/ ___/ | / / / ___/ _ \
4+
/ _, _/ /_/ / /_/ / / / / /_/ / (__ ) __/ / | |/ / / /__/ __/
5+
/_/ |_|\__,_/\__/_/_/ /_/\__, / /____/\___/_/ |___/_/\___/\___/
6+
/____/
7+
v.${application.version}

0 commit comments

Comments
 (0)