Closed tmackenzie closed 6 years ago
The entry servlet should delegate configuration and routes via a Configure.
Configure
public interface Configure { void configure(Gateway gateway); void routes(Gateway gateway); }
The entry servlet should delegate configuration and routes via a
Configure
.