Skip to content

Commit 51c0eb5

Browse files
zaeraldBuzzardo
authored andcommitted
fix: typo and improve description
1 parent fe8cdd5 commit 51c0eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ settings, other beans, and various property settings.
8787
such as setting up a `DispatcherServlet`. Spring Boot adds it automatically when it sees
8888
`spring-webmvc` on the classpath.
8989
- `@ComponentScan`: Tells Spring to look for other components, configurations, and
90-
services in the the `com.example.testingweb` package, letting it find the
91-
`HelloController` class.
90+
services in the package where your annotated `TestingWebApplication` class resides
91+
(`com.example.testingweb`), letting it find the `com.example.testingweb.HelloController`.
9292

9393
The `main()` method uses Spring Boot's `SpringApplication.run()` method to launch an
9494
application. Did you notice that there is not a single line of XML? There is no `web.xml`

0 commit comments

Comments
 (0)