This commit is contained in:
Redkale
2017-05-13 21:15:53 +08:00
parent 4f7145319f
commit 6e66ee0c99
7 changed files with 19 additions and 34 deletions

View File

@@ -18,7 +18,7 @@ import org.redkale.util.*;
* HelloBean: Hello模块实现FilterBean的过滤Bean类
*
*/
@RestService
@RestService(automapping = true)
public class HelloService implements Service {
private int nodeid;

View File

@@ -19,7 +19,7 @@ import org.redkale.util.Sheet;
* HelloBean: Hello模块实现FilterBean的过滤Bean类
*
*/
@RestService(name = "hello", moduleid = 0, repair = true, ignore = false, comment = "Hello服务模块")
@RestService(name = "hello", moduleid = 0, automapping = true, repair = true, ignore = false, comment = "Hello服务模块")
public class HelloService2 implements Service {
@Resource