| | |
| | | import org.springframework.cloud.netflix.eureka.EnableEurekaClient; |
| | | import org.springframework.cloud.openfeign.EnableFeignClients; |
| | | import org.springframework.context.annotation.ComponentScan; |
| | | |
| | | import springfox.documentation.swagger2.annotations.EnableSwagger2; |
| | | |
| | | /** |
| | | * program 攀枝花智慧社区项目-对接第三方接口 |
| | | * description 对接浪潮市平台事件管理API |
| | | * program 攀枝花智慧社区项目-对接第三方接口 description 对接浪潮市平台事件管理API |
| | | * |
| | | * @author manailin |
| | | * Date 2021-06-18 15:30 |
| | | * @author manailin Date 2021-06-18 15:30 |
| | | **/ |
| | | @EnableSwagger2 |
| | | @SpringCloudApplication |