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 AdfgvxCipherController{
private String adfgvxName;
@Value("${cipher.combination.adfgvx.description}")
private String adfgvxDescription;
@Value("${cipher.combination.adfgvx.explanation}")
@Value("#{${cipher.combination.adfgvx.explanation}}")
private List<String> adfgvxExplanation;
@Value("${cipher.combination.adfgvx.facts}")
@Value("#{${cipher.combination.adfgvx.facts}}")
private List<String> adfgvxFacts;