Thank you very much for your reply
Type: Posts; User: gangadhara.k; Keyword(s):
Thank you very much for your reply
I agree with Kyle
Try this bean -
<bean id="mailSender" class ="org.springframework.mail.javamail.JavaMailSenderImpl" >
<property name="host" value="smtp.gmail.com" />
<property name="port" value="587" />...
Hi,
Can any one help me on this. I want an expression to replace the complete package structure (for example: com.dell.product.system.desktop.dao = ...
Pass your model attribute instead of passing a new FileObject. For example
public String create(@Valid StockDomain stockDomain, BindingResult bindingResult, Model uiModel, HttpServletRequest...
public void setDataSource(DataSource dataSource) {
this.jdbcTemplate = new JdbcTemplate(dataSource);
}