Skip to content

Commit

Permalink
Merge pull request lets-blade#162 from Kuangcp/master
Browse files Browse the repository at this point in the history
fix the problem that the directory can not be changed normally. Use lowercase in English
  • Loading branch information
hellokaton authored Dec 17, 2017
2 parents a27a69f + 5c9b65b commit 2051697
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,29 +92,29 @@ public static void main(String[] args) {
- [**`控制器方式`**](#控制器方式)
- [**`获取请求参数`**](#获取请求参数)
- [**`表单参数`**](#表单参数)
- [**`Restful参数`**](#Restful参数)
- [**`Body参数`**](#Body参数)
- [**`Restful参数`**](#restful参数)
- [**`Body参数`**](#body参数)
- [**`参数转为对象`**](#参数转为对象)
- [**`获取环境配置`**](#获取环境配置)
- [**`获取Header`**](#获取Header)
- [**`获取Cookie`**](#获取Cookie)
- [**`获取Header`**](#获取header)
- [**`获取Cookie`**](#获取cookie)
- [**`静态资源`**](#静态资源)
- [**`上传文件`**](#上传文件)
- [**`设置会话`**](#设置会话)
- [**`渲染到浏览器`**](#渲染到浏览器)
- [**`渲染JSON`**](#渲染JSON)
- [**`渲染JSON`**](#渲染json)
- [**`渲染文本`**](#渲染文本)
- [**`渲染Html`**](#渲染Html)
- [**`渲染Html`**](#渲染html)
- [**`模板渲染`**](#模板渲染)
- [**`默认模板`**](#默认模板)
- [**`Jetbrick模板`**](#Jetbrick模板)
- [**`Jetbrick模板`**](#jetbrick模板)
- [**`重定向`**](#重定向)
- [**`写入Cookie`**](#写入Cookie)
- [**`写入Cookie`**](#写入cookie)
- [**`路由拦截`**](#路由拦截)
- [**`日志输出`**](#日志输出)
- [**`Basic认证`**](#Basic认证)
- [**`Basic认证`**](#basic认证)
- [**`修改服务端口`**](#修改服务端口)
- [**`配置SSL`**](#配置SSL)
- [**`配置SSL`**](#配置ssl)
- [**`自定义异常处理`**](#自定义异常处理)

## 注册路由
Expand Down

0 comments on commit 2051697

Please sign in to comment.