java web开发中jsp表单中post方式提交的数据controller如何接收

报如下错误: javax.naming.NameNotFoundException: Name spring.liveBeansView.mbeanDomain is not bound in this Context
2016-08-17 10:50:43 [DEBUG] - org.springframework.jndi.JndiTemplate -JndiTemplate.java(150) -Looking up JNDI object with name [spring.liveBeansView.mbeanDomain]
2016-08-17 10:50:43 [DEBUG] - org.springframework.jndi.JndiPropertySource -JndiPropertySource.java(87) -JNDI lookup for name [spring.liveBeansView.mbeanDomain] threw NamingException with message: Name spring.liveBeansView.mbeanDomain is not bound in this Context. Returning null.

偶然的你
浏览 1656回答 1
1回答

潇湘沐

需要配置文件,配置他们之间的映射关系。请求URL路径的后缀映射到Controller相应的类中。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript