Update cipher properties
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user