CacheManager

This commit is contained in:
redkale
2023-12-26 14:45:43 +08:00
parent fd3e33d836
commit 58bd2b08a4
5 changed files with 490 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ package org.redkalex.example;
import org.redkale.net.http.*;
import org.redkale.service.Service;
@RestService(automapping = true)
@RestService(autoMapping = true)
public class HelloService implements Service {
public String sayHello() {