|
|
@ -25,7 +25,9 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2; |
|
|
|
|
|
|
|
|
|
|
|
@SpringBootApplication |
|
|
|
@SpringBootApplication |
|
|
|
@ServletComponentScan |
|
|
|
@ServletComponentScan |
|
|
|
@ComponentScan("org.apache.dolphinscheduler") |
|
|
|
@ComponentScan({"org.apache.dolphinscheduler.api", |
|
|
|
|
|
|
|
"org.apache.dolphinscheduler.dao", |
|
|
|
|
|
|
|
"org.apache.dolphinscheduler.service"}) |
|
|
|
public class ApiApplicationServer extends SpringBootServletInitializer { |
|
|
|
public class ApiApplicationServer extends SpringBootServletInitializer { |
|
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
public static void main(String[] args) { |
|
|
|