Subversion Repositories SmartDukaan

Rev

Rev 23858 | Rev 24491 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23858 Rev 23859
Line 10... Line 10...
10
 
10
 
11
import javax.servlet.http.HttpServletRequest;
11
import javax.servlet.http.HttpServletRequest;
12
 
12
 
13
import org.apache.http.conn.HttpHostConnectException;
13
import org.apache.http.conn.HttpHostConnectException;
14
import org.apache.logging.log4j.LogManager;
14
import org.apache.logging.log4j.LogManager;
15
import org.slf4j.Logger;
15
import org.apache.logging.log4j.Logger;
16
import org.springframework.beans.factory.annotation.Autowired;
16
import org.springframework.beans.factory.annotation.Autowired;
17
import org.springframework.beans.factory.annotation.Value;
17
import org.springframework.beans.factory.annotation.Value;
18
import org.springframework.http.ResponseEntity;
18
import org.springframework.http.ResponseEntity;
19
import org.springframework.stereotype.Controller;
19
import org.springframework.stereotype.Controller;
20
import org.springframework.transaction.annotation.Transactional;
20
import org.springframework.transaction.annotation.Transactional;