Skip to content

Commit

Permalink
Clarifying the config exception stack trace concerns.
Browse files Browse the repository at this point in the history
  • Loading branch information
yevster committed Jan 31, 2020
1 parent d93c77b commit 46cc681
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,13 @@ public class HelloController {

## Test the project locally

Run the project:
Before deploying the microservice to Azure Spring Cloud, let's run it locally.

>💡 Do not be alarmed when you see exception stack traces. Spring Cloud is attempting to contact a local configuration server, which we have not provided. The application will still start using any available local settings and defaults.
>💡 Do not be alarmed when you see exception stack traces:
> ![Exception stack trace](media/01-exception-stack-trace.png)
>Spring Cloud is attempting to contact a local configuration server, which we have not provided. The application will still start using any available local settings and defaults.
To run `simple-cloud-microservice` locally:

```bash
cd spring-cloud-microservice
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 46cc681

Please sign in to comment.