-
+
Redkale 入门教程 11 -- SNCP分布式部署
-
+
Redkale 入门教程 10 -- WebSocket
-
+
Redkale 入门教程 09 -- 文件上传下载
-
+
Redkale 入门教程 08 -- HttpServlet
-
+
Redkale 入门教程 07 -- Convert
-
+
Redkale 入门教程 06 -- DataSource 分库分表
-
+
Redkale 入门教程 05 -- DataSource 增删改查
-
+
Redkale 入门教程 04 -- CacheSource缓存数据源
-
+
Redkale 入门教程 03 -- 用户鉴权
diff --git a/course01_hello.html b/course01_hello.html
index 8ab8f82c5..7304876a7 100644
--- a/course01_hello.html
+++ b/course01_hello.html
@@ -107,7 +107,7 @@
import org.redkale.net.http.*;
import org.redkale.service.Service;
-@RestService(name = "Hello")
+@RestService(name = "hello")
public class HelloService implements Service {
@RestMapping(name = "say")