* 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
7 lines
141 B
Java
7 lines
141 B
Java
package org.owasp.webgoat.server;
|
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
@Configuration
|
|
public class ParentConfig {}
|