更换rpconly和automapping大小写

This commit is contained in:
redkale
2023-11-10 22:31:52 +08:00
parent 553622cfec
commit 03152e4e6a
10 changed files with 28 additions and 28 deletions

View File

@@ -11,7 +11,7 @@ import org.redkale.util.Utility;
*
* @author zhangjx
*/
@RestService(name = "test", automapping = true)
@RestService(name = "test", autoMapping = true)
public class RestSleepService extends AbstractService {
public String sleep200() {

View File

@@ -19,7 +19,7 @@ import org.redkale.util.*;
* HelloBean: Hello模块实现FilterBean的过滤Bean类
*
*/
@RestService(automapping = true)
@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, automapping = true, 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