79612510

Date: 2025-05-08 13:41:03
Score: 0.5
Natty:
Report link

You can't directly define a Map<List<String>, List<String>> in application.properties, because Spring Boot only supports basic property binding for maps like Map<String, String> or Map<String, List<String>>. Complex key types like List<String> as keys are not supported in application.properties

.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ahmed Mera