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 VigenereCipherController{
private String vigenereName;
@Value("${cipher.mono.vigenere.description}")
private String vigenereDescription;
@Value("${cipher.mono.vigenere.explanation}")
@Value("#{${cipher.mono.vigenere.explanation}}")
private List<String> vigenereExplanation;
@Value("${cipher.mono.vigenere.facts}")
@Value("#{${cipher.mono.vigenere.facts}}")
private List<String> vigenereFacts;