2
我在文件上傳工作(jQuery的文件上傳)。我想添加一個新的bean的即要添加新的bean在jhipster
<bean
class="org.springframework.web.multipart.commons.CommonsMultipartResolver" id="multipartResolver">
<property name="maxUploadSize" value="10000000" />
,如果我們用簡單的Spring MVC接受多個請求那麼我們需要添加Servet-context.xml文件。 但在jhipster中,我無法找到任何.xml,所以請幫助我在哪裏必須輸入此文件上傳的bean。
感謝
我已創建一個新的bean,但在運行的項目越來越異常:錯誤創建名爲「org.springframework.scheduling.annotation.SchedulingConfiguration」豆芽:初始化失敗;嵌套的例外是java.lang.NoSuchMethodError:org.springframework.scheduling.annotation.SchedulingConfiguration.setBeanFactory(Lorg/springframework的/豆/工廠/ Bean工廠;)V現在 –
感謝我工作的罰款。 –