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

@@ -32,9 +32,9 @@ public class HillCipherController{
private String hillName;
@Value("${cipher.poly.hill.description}")
private String hillDescription;
@Value("${cipher.poly.hill.explanation}")
@Value("#{${cipher.poly.hill.explanation}}")
private List<String> hillExplanation;
@Value("${cipher.poly.hill.facts}")
@Value("#{${cipher.poly.hill.facts}}")
private List<String> hillFacts;