Fix passing command line arguments (#1933)
* fix: use banners correctly * fix: passing command line arguments Since we already have `webwolf.port` it makes sense to also define `webwolf.port` explicitly and not rely on `server.port` Closes: #1910
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
package org.owasp.webgoat.server;
|
||||
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
@Configuration
|
||||
@ComponentScan("org.owasp.webgoat.server")
|
||||
public class ParentConfig {}
|
||||
|
Reference in New Issue
Block a user