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