{ "Logging": { "IncludeScopes": true, "LogLevel": { "Default": "Error", "System": "Error", "Microsoft": "Error" } }, "spring": { "application": { "name": "product" } }, "eureka": { "client": { "serviceUrl": "http://localhost:8761/eureka/", "shouldRegisterWithEureka": true }, "instance": { "port": 50371 } } }