Add form tag example

This commit is contained in:
Ivan
2016-03-04 14:49:55 +01:00
parent 09d9cf26b4
commit ecc6625017
5 changed files with 42 additions and 42 deletions

View File

@@ -8,10 +8,10 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
@Configuration
public class ClientWebConfig extends WebMvcConfigurerAdapter {
public ClientWebConfig() {
super();
}
public ClientWebConfig() {
super();
}
// API
// API
}