Subversion Repositories SmartDukaan

Rev

Rev 35434 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35434 Rev 35458
Line 28... Line 28...
28
 
28
 
29
import io.swagger.annotations.ApiImplicitParam;
29
import io.swagger.annotations.ApiImplicitParam;
30
import io.swagger.annotations.ApiImplicitParams;
30
import io.swagger.annotations.ApiImplicitParams;
31
 
31
 
32
@Controller
32
@Controller
33
@Transactional(readOnly = true, rollbackFor = Throwable.class)
33
@Transactional(rollbackFor = Throwable.class)
34
public class AddressController {
34
public class AddressController {
35
	
35
	
36
	@Value("${python.api.host}")
36
	@Value("${python.api.host}")
37
	private String host;
37
	private String host;
38
	@Value("${python.api.port}")
38
	@Value("${python.api.port}")