Start structural port from Spring Boot to Undertow

This commit is contained in:
Max Dor
2018-12-25 05:32:00 +01:00
parent df44428a85
commit 05493da27c
195 changed files with 3313 additions and 2079 deletions

View File

@@ -28,7 +28,7 @@ public class ConfigurationException extends RuntimeException {
private String detailedMsg;
public ConfigurationException(String key) {
super("Invalid or empty value for configuration key " + key);
super("Invalid or empty value for configuration item " + key);
}
public ConfigurationException(Throwable t) {