| | |
| | | package com.panzhihua.sangeshenbian; |
| | | |
| | | import org.mybatis.spring.annotation.MapperScan; |
| | | import org.springframework.boot.SpringApplication; |
| | | import org.springframework.cloud.client.SpringCloudApplication; |
| | | import org.springframework.cloud.client.circuitbreaker.EnableCircuitBreaker; |
| | |
| | | @EnableEurekaClient |
| | | @EnableCircuitBreaker |
| | | @ComponentScan({"com.panzhihua.sangeshenbian", "com.panzhihua.common"}) |
| | | @MapperScan("com.panzhihua.sangeshenbian.dao") |
| | | @EnableScheduling |
| | | public class ServiceSangeshenbianApplication |
| | | { |