Login
Remember
Register
Ask a Question
Recent questions in Spring Boot
+1
vote
1
answer
Embedded DB support is not available for _.
asked
Jan 10, 2022
in
Spring Framework Database Integration
by
rajeshsharma
embedded-db-support
+1
vote
1
answer
Embedded database support has persistent data storage.
asked
Jan 10, 2022
in
Spring Framework Database Integration
by
rajeshsharma
embedded-database
+1
vote
1
answer
Which specification allows ORM over RDBMS?
asked
Jan 10, 2022
in
Spring Framework Database Integration
by
rajeshsharma
rdbms
orm
+2
votes
1
answer
__ can be used to over a SQL as well as NoSQL database.
asked
Jan 10, 2022
in
Spring Framework Database Integration
by
rajeshsharma
nosql-database
+1
vote
1
answer
Spring Boot Microservices are loosly coupled, independent, constrained and abstracted.
asked
Jan 10, 2022
in
Spring Framework Database Integration
by
rajeshsharma
spring-boot-microservices
+1
vote
1
answer
Which is the class that has to be autowired with the controller class for invoking processes?
asked
Jan 10, 2022
in
Spring Framework Database Integration
by
rajeshsharma
autowired-controller
+1
vote
1
answer
@RequestMapping(value = “/hospitals/{id}”, method = RequestMethod.GET) How to get the value of id in controller method?
asked
Jan 10, 2022
in
Spring Framework Database Integration
by
rajeshsharma
requestmapping
+1
vote
1
answer
Which Spring annotation can be used to expose a controller as REST API?
asked
Jan 10, 2022
in
Spring Framework Database Integration
by
rajeshsharma
rest-api
0
votes
1
answer
Spring boot follows Opinionated Defaults Configuration approach to reduce developer effort.
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#spring-boot-opinionated
gradle-questions-answers
0
votes
1
answer
The Gradle command to run a Spring boot executable app is ___________
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#gradle-command
gradle-questions-answers
spring-boot
0
votes
1
answer
The HTTP method to update a particular resource in Spring MVC is _____________
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#http-spring-method
gradle-questions-answers
0
votes
1
answer
mvn dependency:tree command is used to print tree representation of project alone.
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#mvn-dependency
gradle-questions-answers
dependency-tree
0
votes
1
answer
After adding a starter to the pom.xml, we are free to pick and choose jar dependencies outside the starter.
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#pom
xml
gradle-questions-answers
pom-xml
spring-boot
0
votes
1
answer
The @Controller annotation indicates ____________
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#controller-annotation
gradle-questions-answers
0
votes
1
answer
By default, a bean is eagerly initialized in spring.
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#spring-inittialization
gradle-questions-answers
0
votes
1
answer
The annotation to be added to automatically configure beans based on the classes added to the class path is ____________
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#annotation-use
gradle-questions-answers
spring-boot
0
votes
1
answer
<java.version>1.8</java.version> is added under _________
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#java-1
8
gradle-questions-answers
java-version
spring-boot
0
votes
1
answer
What is the default nature of the Beans defined in spring framework?
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#spring-framework
gradle-questions-answers
spring-boot
0
votes
1
answer
Executable jar can be created in Spring boot using ______________
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#executable-jar
gradle-questions-answers
spring-boot
0
votes
1
answer
How to get the object of DAO in spring framework?
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#dao-spring
gradle-questions-answers
0
votes
1
answer
What is the Starter that can be used to add spring boot dependency jars for a spring boot application?
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#spring-boot-starter
gradle-questions-answers
spring-boot-dependency
0
votes
1
answer
For which of the following criteria can Spring boot auto configuration be done?
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#spring-boot-configuration
gradle-questions-answers
0
votes
1
answer
Spring boot Actuator can be used to view ___________
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#spring-boot
gradle-questions-answers
0
votes
1
answer
The property to set the host server port in Spring app is ____________
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#spring-app-property
gradle-questions-answers
spring-boot
0
votes
1
answer
The Maven command to run a Spring boot application is __________
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#maven-command
gradle-questions-answers
spring-boot
0
votes
1
answer
@RequestMapping annotation is used to map a HTTP request method (GET or POST) to a specific class or method in the controller which will handle the respective request.
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#@requestmapping-annotation
gradle-questions-answers
spring-boot
0
votes
1
answer
The embedded server that starts up with the Spring boot application is ____________
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#spring-boot-application
gradle-questions-answers
0
votes
1
answer
What is the scope of stateless bean in Spring?
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#stateless-bean
gradle-questions-answers
spring-boot
0
votes
1
answer
Which of the following layers the @Controller annotation is used in?
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
#controller-annotation
gradle-questions-answers
Page:
« prev
1
2
Recent questions in Spring Boot
...