in Education by
What does the @SpringBootApplication annotation do internally?

1 Answer

0 votes
by

The @SpringBootApplication annotation is equivalent to using @Configuration, @EnableAutoConfiguration, and @ComponentScan with their default attributes. Spring Boot enables the developer to use a single annotation instead of using multiple. But, as we know, Spring provided loosely coupled features that we can use for each annotation as per our project needs.

Related questions

0 votes
    What is the difference between Ansible and Puppet?...
asked Jul 29, 2021 in Education by JackTerrance
0 votes
    What is Ansible Vault?...
asked Jul 29, 2021 by JackTerrance
0 votes
    The handler runs only once even if you run the Playbook many times. (1)True (2)False...
asked Jul 5, 2021 in Education by JackTerrance
0 votes
    ansible.cfg should be present in _______________. (1)/etc/configurations (2)/etc/ansible (3)/etc/hosts (4)/ansible/...
asked Jul 4, 2021 by JackTerrance
0 votes
    Which configuration management software is Agentless? (1)Chef (2)Ansible (3)Puppet (4)CFEngine...
asked Jul 4, 2021 in Education by JackTerrance
0 votes
    Ansible can deploy virtualization and cloud environments, including ____________________. (1)All the options (2)Open Stack ( ... platform (4)Amazon Web Services (5)Cloud Stack...
asked Jul 4, 2021 in Education by JackTerrance
0 votes
    Using which module can you see the list of all the Ansible variables? (1)copy (2)setup (3)ping (4)fetch...
asked Jul 4, 2021 in Education by JackTerrance
0 votes
    How is a Data object represented internally in R language? (a) unclass (as.time ( 2018-12-28″)) (b) ... and Debugging of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
0 votes
    Which of the following functions are referenced internally? (a) setTimeout (b) setInterval (c) both ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
0 votes
    Which built-in function can be used to move the file pointer internally?...
asked Jan 18, 2021 in Technology by JackTerrance
+1 vote
    Which built-in function can be used to move the file pointer internally in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    Explain annotation in EJB to do the database entity relationships/mappings....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    @RequestMapping annotation is used to map a HTTP request method (GET or POST) to a specific class or method in the ... which will handle the respective request. A. True B. False...
asked Nov 8, 2022 in Education by JackTerrance
0 votes
    The annotation used to import additional configuration classes is ___________. A. @Import B. @Include C. @EnableImport D. Any of the options...
asked Nov 8, 2022 in Education by JackTerrance
...