Subversion Repositories SmartDukaan

Rev

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

Rev 21532 Rev 21702
Line 12... Line 12...
12
import org.springframework.beans.factory.annotation.Autowired;
12
import org.springframework.beans.factory.annotation.Autowired;
13
import org.springframework.http.HttpStatus;
13
import org.springframework.http.HttpStatus;
14
import org.springframework.http.MediaType;
14
import org.springframework.http.MediaType;
15
import org.springframework.http.ResponseEntity;
15
import org.springframework.http.ResponseEntity;
16
import org.springframework.stereotype.Controller;
16
import org.springframework.stereotype.Controller;
-
 
17
import org.springframework.transaction.annotation.Transactional;
17
import org.springframework.web.bind.annotation.RequestMapping;
18
import org.springframework.web.bind.annotation.RequestMapping;
18
import org.springframework.web.bind.annotation.RequestMethod;
19
import org.springframework.web.bind.annotation.RequestMethod;
19
 
20
 
20
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
21
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
21
import com.spice.profitmandi.common.model.ProfitMandiConstants;
22
import com.spice.profitmandi.common.model.ProfitMandiConstants;
Line 33... Line 34...
33
import io.swagger.annotations.ApiImplicitParam;
34
import io.swagger.annotations.ApiImplicitParam;
34
import io.swagger.annotations.ApiImplicitParams;
35
import io.swagger.annotations.ApiImplicitParams;
35
import io.swagger.annotations.ApiOperation;
36
import io.swagger.annotations.ApiOperation;
36
 
37
 
37
@Controller
38
@Controller
-
 
39
@Transactional
38
public class WalletController {
40
public class WalletController {
39
 
41
 
40
	private static final Logger log=LoggerFactory.getLogger(WalletController.class);
42
	private static final Logger log=LoggerFactory.getLogger(WalletController.class);
41
 
43
 
42
	@Autowired
44
	@Autowired