Fix property typo
This commit is contained in:
@@ -24,9 +24,9 @@ import lombok.extern.slf4j.Slf4j;
|
||||
@RequestMapping("/adfgx")
|
||||
@PropertySource("classpath:ciphers.properties")
|
||||
public class AdfgxCipherController{
|
||||
@Value("${cipher.combination.adfgvx.name}")
|
||||
@Value("${cipher.combination.adfgx.name}")
|
||||
private String adfgxName;
|
||||
@Value("${cipher.combination.adfgvx.description}")
|
||||
@Value("${cipher.combination.adfgx.description}")
|
||||
private String adfgxDescription;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user