标签:versions bean 配置 driver cto framework ram 实现 int
1.表单传给我们后台,中会有一些自动转换:String转int
2.我们要实现这样的自动,转换有两种方法
a.配置<mvc:annotation-driver />
b.配置<bean id="conversionService" class="org.springframework.format.support.FormattingConversionServiceFactoryBean" />
标签:versions bean 配置 driver cto framework ram 实现 int
原文地址:https://www.cnblogs.com/yejiang/p/13052949.html