| | |
| | | import org.springframework.boot.SpringApplication; |
| | | import org.springframework.cloud.client.SpringCloudApplication; |
| | | import org.springframework.cloud.client.discovery.EnableDiscoveryClient; |
| | | import org.springframework.web.socket.config.annotation.EnableWebSocket; |
| | | |
| | | /** |
| | | * @author ztt archetype |
| | |
| | | @EnableZttFeignClients(basePackages = {"com.chinaztt.**"}) |
| | | @EnableZttResourceServer |
| | | @EnableZttXxlJob |
| | | @EnableWebSocket |
| | | public class App { |
| | | public static void main(String[] args) { |
| | | SpringApplication.run(App.class, args); |