| Line 9... |
Line 9... |
| 9 |
import org.slf4j.Logger;
|
9 |
import org.slf4j.Logger;
|
| 10 |
import org.slf4j.LoggerFactory;
|
10 |
import org.slf4j.LoggerFactory;
|
| 11 |
import org.springframework.beans.factory.annotation.Autowired;
|
11 |
import org.springframework.beans.factory.annotation.Autowired;
|
| 12 |
import org.springframework.http.ResponseEntity;
|
12 |
import org.springframework.http.ResponseEntity;
|
| 13 |
import org.springframework.stereotype.Controller;
|
13 |
import org.springframework.stereotype.Controller;
|
| - |
|
14 |
import org.springframework.transaction.annotation.Transactional;
|
| 14 |
import org.springframework.web.bind.annotation.RequestBody;
|
15 |
import org.springframework.web.bind.annotation.RequestBody;
|
| 15 |
import org.springframework.web.bind.annotation.RequestMapping;
|
16 |
import org.springframework.web.bind.annotation.RequestMapping;
|
| 16 |
import org.springframework.web.bind.annotation.RequestMethod;
|
17 |
import org.springframework.web.bind.annotation.RequestMethod;
|
| 17 |
import org.springframework.web.bind.annotation.RequestParam;
|
18 |
import org.springframework.web.bind.annotation.RequestParam;
|
| 18 |
|
19 |
|
| Line 51... |
Line 52... |
| 51 |
import io.swagger.annotations.ApiImplicitParam;
|
52 |
import io.swagger.annotations.ApiImplicitParam;
|
| 52 |
import io.swagger.annotations.ApiImplicitParams;
|
53 |
import io.swagger.annotations.ApiImplicitParams;
|
| 53 |
import io.swagger.annotations.ApiOperation;
|
54 |
import io.swagger.annotations.ApiOperation;
|
| 54 |
|
55 |
|
| 55 |
@Controller
|
56 |
@Controller
|
| - |
|
57 |
@Transactional
|
| 56 |
public class RetailerController {
|
58 |
public class RetailerController {
|
| 57 |
|
59 |
|
| 58 |
private static final Logger LOGGER=LoggerFactory.getLogger(RetailerController.class);
|
60 |
private static final Logger LOGGER=LoggerFactory.getLogger(RetailerController.class);
|
| 59 |
|
61 |
|
| 60 |
@Autowired
|
62 |
@Autowired
|