Rename properties

Rename `webwolf.url.*` to `webwolf.*.url` making it easier to move to a configuration class as no nested property is necessary
This commit is contained in:
Nanne Baars
2021-11-21 12:26:31 +01:00
committed by Nanne Baars
parent 48fd7f310e
commit f8dda37027
7 changed files with 8 additions and 8 deletions

View File

@ -57,7 +57,7 @@ public class SimpleXXE extends AssignmentEndpoint {
@Value("${webgoat.server.directory}")
private String webGoatHomeDirectory;
@Value("${webwolf.url.landingpage}")
@Value("${webwolf.landingpage.url}")
private String webWolfURL;