Update WebConfig.java

This commit is contained in:
Loredana Crusoveanu 2018-08-04 23:48:03 +03:00 committed by GitHub
parent 14ad816b7d
commit 7df9bffeb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,3 +17,4 @@ public class WebConfig implements WebMvcConfigurer {
registry.addConverter(new GenericBigDecimalConverter());
}
}