James 6 年 前
コミット
a4653e8c39
1 ファイル変更1 行追加0 行削除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -36,6 +36,7 @@ JFinal 是基于 Java 语言的极速 WEB + ORM 框架,其核心设计目标
 ```java
 @Before(BlogInterceptor.class)
 public class BlogController extends Controller {
+
     @Inject
     BlogService service;