update docs

pull/14/head
Zhang Peng 2019-10-24 18:16:00 +08:00
parent 3429e18b47
commit 0c22c0cd39
6 changed files with 196 additions and 193 deletions

2
.gitattributes vendored
View File

@ -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

View File

@ -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 极简教程

View File

@ -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 {

View File

@ -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 {