diff --git a/doc/docs/files/10011_项目接入到SOP.md b/doc/docs/files/10011_项目接入到SOP.md index 76769ac3..befc6a03 100644 --- a/doc/docs/files/10011_项目接入到SOP.md +++ b/doc/docs/files/10011_项目接入到SOP.md @@ -2,7 +2,23 @@ 以springboot项目为例,springmvc目前暂不支持,以后可以支持。 -- 工程依赖sop-service-common,和eureka +- pom.xml添加SpringCloud支持 + +```xml + + + + org.springframework.cloud + spring-cloud-dependencies + Greenwich.RELEASE + pom + import + + + +``` + +- pom.xml依赖sop-service-common和eureka ```xml @@ -17,7 +33,7 @@ ``` -- 配置文件添加 +- application.properties配置文件添加 ```properties server.port=2222