79410819

Date: 2025-02-04 07:09:53
Score: 0.5
Natty:
Report link

You follow this way with Spring Boot YML 's multiple profiles https://docs.spring.io/spring-boot/reference/features/external-config.html#features.external-config.files.profile-specific

You run dev profile , test profile did not work. Use

mvn spring-boot:run -Dspring-boot.run.profiles=dev
Reasons:
  • Blacklisted phrase (1): did not work
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-2):
Posted by: Vy Do