MabinGo commented on a change in pull request #1070: [SCB-1126] springmvc project generated by ServiceComb scaffold can not run URL: https://github.com/apache/servicecomb-java-chassis/pull/1070#discussion_r250025935
########## File path: archetypes/business-service-springmvc/src/main/resources/archetype-resources/src/main/resources/META-INF/spring/provider.bean.xml ########## @@ -19,7 +19,9 @@ <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" - xsi:schemaLocation="http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd"> + xsi:schemaLocation=" + http://www.springframework.org/schema/beans classpath:org/springframework/beans/factory/xml/spring-beans-3.0.xsd Review comment: thks for your advice, I have fixed code according the first suggestion.I think this file could be reserved as a model to guide users. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
