Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jittagornp committed Jun 26, 2019
1 parent c8a55f6 commit d253cab
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion spring-boot-webflux-configuration-properties/README.md
Expand Up @@ -135,4 +135,19 @@ $ mvn spring-boot:run

# 8. เข้าใช้งาน

เปิด browser แล้วเข้า [http://localhost:8080](http://localhost:8080)
เปิด browser แล้วเข้า [http://localhost:8080](http://localhost:8080)

ผลลัพธ์
```json
{
"adminUrl": "http://localhost:8001",
"serviceRegistry": {
"name": "\"app\"",
"url": "http://localhost:8080",
"routePaths": [
"/"
],
"enabled": false
}
}
```

0 comments on commit d253cab

Please sign in to comment.