Spring Boot MCQ Quiz Hub

Spring Boot - Application Properties

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

1. Spring Boot supports Application Properties support ?




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




3. Can we provide more than one application properties?




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




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




6. Set/Change port in Spring Boot?




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




8. @Value Annotation




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




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