Spring Boot MCQ Quiz Hub

Spring Boot - Application Properties

Choose a topic to test your knowledge and improve your Spring Boot skills

Spring Boot supports Application Properties support ?





✅ Correct Answer: 1

Spring Boot, properties are kept in the application.properties file





✅ Correct Answer: 1

Can we provide more than one application properties?





✅ Correct Answer: 1

In Spring Boot, properties are kept in the application.properties file under the classpath?





✅ Correct Answer: 1

The application.properties file is located in the src/main/resources directory in Spring boot ?





✅ Correct Answer: 1

Set/Change port in Spring Boot?





✅ Correct Answer: 1

We have a service name as r4rdemo .How do we start it with Spring Boot application?





✅ Correct Answer: 1

@Value Annotation





✅ Correct Answer: 3

Can we keep two separate files for development and production to run the Spring Boot application?





✅ Correct Answer: 1

Are Spring Boot supports different properties based on the Spring active profile?





✅ Correct Answer: 1