spring-cloud-netflix
spring-cloud-netflix copied to clipboard
Maybe it's time to update the documentation?
When I tried to learn Eurake by reading the documentation, I realized that a large portion of the documentation was outdated.
For example as When I want to build a Eurake server by referring to the documentation
new SpringApplicationBuilder(Application.class).web(true).run(args)
.web() parameters have been updated from boolean to WebApplicationType
This got me stuck at the first step of learning Eurake through the official documentation, so I had to learn it through other tutorial articles or videos