提交 26b1eb21 编写于 作者: Q qiaozhanwei 提交者: lgcareer

server startup error modify (#1263)

* ConnectionFactory add paging intercepter

* remove spotbugs-annotations.jar LGPL protocol

* test

* catch exception transaction method does not take effect to modify

* .evn rollback

* DataSourceService rollback

* LogViewServiceGrpc rollback

* dockerfile add application-api.properties and change application.properties to application-dao.properties

* server startup error modify
上级 e3299e62
...@@ -27,11 +27,11 @@ import org.springframework.context.annotation.ComponentScan; ...@@ -27,11 +27,11 @@ import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Import; import org.springframework.context.annotation.Import;
import springfox.documentation.swagger2.annotations.EnableSwagger2; import springfox.documentation.swagger2.annotations.EnableSwagger2;
@SpringBootApplication //@SpringBootApplication
@ServletComponentScan //@ServletComponentScan
@ComponentScan("org.apache.dolphinscheduler") //@ComponentScan("org.apache.dolphinscheduler")
@Import({MasterServer.class, WorkerServer.class}) //@Import({MasterServer.class, WorkerServer.class})
@EnableSwagger2 //@EnableSwagger2
public class CombinedApplicationServer extends SpringBootServletInitializer { public class CombinedApplicationServer extends SpringBootServletInitializer {
public static void main(String[] args) throws Exception { public static void main(String[] args) throws Exception {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册