You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi @yjrguxing, thanks for reporting the issue. I'll fix the thing you've pointed out. If you see any other incorrect information in the docs, please create an issue and we will fix it.
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
The text was updated successfully, but these errors were encountered: