79118582

Date: 2024-10-23 15:22:52
Score: 0.5
Natty:
Report link

I don't know from which version comme this feature, but I am using currently spring-boot 3.3.4 and it works yet simple with List and comma separated value:

ignore.filenames: name1, name2

    @Value("${ignore.filenames}")
    private List<String> sampleListValues;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Wladimir Diskowski