我是Spring MVC的新手。我用WebApplication在NetBeans 8.2中创建了一个Spring-MVC 4.0.1。我使用注释配置和自动扫描。www.springframework.org/schema/tx/spring-tx-4.0.xsd">
<bean class="org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMappingThe index contro
我试图使用spring引导为HTML页面提供服务,我不想使用Thyme叶子,因为我只有静态HTML页面,请注意,提供js和css文件的效果很好,来自/resources/静态/但是如果我有如下控制器public class DefaultConfiguration {
public ModelAndView login() { }和
@Configurat