Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Adding portfolio components using Spring Boot starters

Pragya Keshap answered on February 19, 2023 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers

  • What is the use of profiles in Spring Boot?
  • What is Spring Profiles? How do you implement it using Spring Boot?

  • Adding portfolio components using Spring Boot starters

    0

    @Component is Spring Framework’s annotation to automatically create an instance of this class when the application starts and register it with the application context.

    @ConfigurationProperties is a Spring Boot annotation that labels this Spring bean as a source of configuration properties. It indicates that the prefix of such properties will be my.app.

    https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/

    Popularity 2/10 Helpfulness 1/10 Language java
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 19 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.