update docs
parent
3429e18b47
commit
0c22c0cd39
|
@ -70,6 +70,8 @@
|
||||||
*.pdf binary
|
*.pdf binary
|
||||||
*.doc binary
|
*.doc binary
|
||||||
*.docx binary
|
*.docx binary
|
||||||
|
*.ppt binary
|
||||||
|
*.pptx binary
|
||||||
*.xls binary
|
*.xls binary
|
||||||
*.xlsx binary
|
*.xlsx binary
|
||||||
*.xmind binary
|
*.xmind binary
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<div align="center"><img width="100px" src="http://dunwu.test.upcdn.net/common/logo/zp.png"/></div>
|
<div align="center"><img width="100px" src="http://dunwu.test.upcdn.net/common/logo/zp.png"/></div>
|
||||||
|
|
||||||
# nginx-tutorial
|
# nginx-tutorial
|
||||||
|
|
||||||
> Nginx 极简教程
|
> Nginx 极简教程
|
||||||
|
|
|
@ -22,7 +22,7 @@ import java.util.TreeSet;
|
||||||
* 配合前端请求的 API 接口
|
* 配合前端请求的 API 接口
|
||||||
*
|
*
|
||||||
* @author zhangpeng0913
|
* @author zhangpeng0913
|
||||||
* @date 2017/8/23.
|
* @since 2017/8/23.
|
||||||
*/
|
*/
|
||||||
@Controller
|
@Controller
|
||||||
public class ApiController {
|
public class ApiController {
|
||||||
|
|
|
@ -10,7 +10,7 @@ import org.springframework.web.servlet.ModelAndView;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Zhang Peng
|
* @author Zhang Peng
|
||||||
* @date 2017/4/12.
|
* @since 2017/4/12.
|
||||||
*/
|
*/
|
||||||
@Controller
|
@Controller
|
||||||
public class IndexController {
|
public class IndexController {
|
||||||
|
|
Loading…
Reference in New Issue