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 BaconianCipherController{
private String baconianName;
@Value("${cipher.mono.baconian.description}")
private String baconianDescription;
@Value("${cipher.mono.baconian.explanation}")
@Value("#{${cipher.mono.baconian.explanation}}")
private List<String> baconianExplanation;
@Value("${cipher.mono.baconian.facts}")
@Value("#{${cipher.mono.baconian.facts}}")
private List<String> baconianFacts;