创建strtus2的配置文件struts.xml,放在项目src下。()
举一反三
- 在Struts中可以实现自动加载strtus的XML配置文件的是()。 A: struts.configuration.xml.reload=true B: struts.devMode = true C: struts.enable.DynamicMethodInvocation=true D: struts.ognl.allowStaticMethodAccess=true
- Struts应用采用()基于XML的配置文件来配置应用。 A: web.xml B: servlet.xml C: struts-config.xml D: struts-conf.xml
- 1. Struts2的核心配置文件是struts.xml文件( )
- 若Spring Boot项目使用“映射接口+xml映射”使用MyBatis,则必须在项目配置文件里使用如下配置:mybatis.mapper-locations=classpath:xml映射文件的路径/*.xml.( )
- 创建JavaWeb项目的web.xml配置文件在哪个目录文件下 A: WEB-INF B: WebRoot C: src D: WebContent