79261661

Date: 2024-12-08 00:30:14
Score: 0.5
Natty:
Report link

I was missing spring-cloud-starter-bootstrap dependency on my pom.xml, so all I needed was to add this:

        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-bootstrap</artifactId>
        </dependency>

Hope it helps somebody ;)

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): Hope it helps
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: torokoko