Update cipher properties

This commit is contained in:
2024-04-24 22:25:08 -04:00
parent db314eb7f4
commit a2a6cced6d
22 changed files with 253 additions and 172 deletions

View File

@@ -30,9 +30,9 @@ public class TrifidCipherController{
private String trifidName;
@Value("${cipher.poly.trifid.description}")
private String trifidDescription;
@Value("${cipher.poly.trifid.explanation}")
@Value("#{${cipher.poly.trifid.explanation}}")
private List<String> trifidExplanation;
@Value("${cipher.poly.trifid.facts}")
@Value("#{${cipher.poly.trifid.facts}}")
private List<String> trifidFacts;