+1 but, what's default value of servicecomb.rest.service.scanRestController if to be true, then can make spring mvc controller publish as ServiceComb Rest easier, but maybe not compatible but if to be false, then this feature is not so useful?
bismy <[email protected]> 于2018年10月27日周六 上午10:57写道: > Hi all, > > > I am going to implement a feature that scan beans with @RestController > annotation, and taken it same as: > 1. @RestSchema(schemaId = class.getName()) > 2. @RequestMapping("/") > > > Consider some users want to make use of both spring mvc controller and > ServiceComb REST, we add a configuration > servicecomb.rest.service.scanRestController > to turn off this feature. > > > Any suggestions?
