...
|
...
|
@@ -18,8 +18,8 @@ import org.springframework.web.servlet.ModelAndView; |
|
|
*/
|
|
|
@Controller
|
|
|
@RequestMapping("project")
|
|
|
public class projectBuildCtrl {
|
|
|
Logger log = LoggerFactory.getLogger(projectBuildCtrl.class);
|
|
|
public class ProjectBuildCtrl {
|
|
|
Logger log = LoggerFactory.getLogger(ProjectBuildCtrl.class);
|
|
|
|
|
|
@Autowired
|
|
|
private HttpRestClient httpClient;
|
...
|
...
|
|