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