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
*.doc binary
*.docx binary
*.ppt binary
*.pptx binary
*.xls binary
*.xlsx 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>
# nginx-tutorial
> Nginx 极简教程

View File

@ -22,7 +22,7 @@ import java.util.TreeSet;
* API
*
* @author zhangpeng0913
* @date 2017/8/23.
* @since 2017/8/23.
*/
@Controller
public class ApiController {

View File

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