What is the use of @springboottest?
Answer / Anil Kumar Verma
The @SpringBootTest annotation is used for testing Spring Boot applications. It automatically configures a Spring application context, loads the application and performs any necessary setup such as creating a WebEnvironment or a DataSource.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of @bean in spring boot? : Spring Boot
In what points, can weaving be applied?
What are inner beans in spring?
Explain inversion of control and dependency injection through a simple example.
How would you integrate spring and hibernate using hibernatedaosupport?
What is @pathparam?
What is spring aop used for?
What is contextloaderlistener?
What is spring jdbc framework?
What is the use of @qualifier annotation?
Why is spring default scope singleton?
What are the types of dependency injection?