Commit 06e1400c by jx-art

Merge remote-tracking branch 'origin/feature-changeFlow-221110' into feature-changeFlow-221110

parents d6399208 e117242f
Pipeline #43128 passed with stages
in 1 minute 52 seconds
...@@ -400,11 +400,11 @@ ...@@ -400,11 +400,11 @@
<artifactId>yanxuan-qc-business-lib</artifactId> <artifactId>yanxuan-qc-business-lib</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0-SNAPSHOT</version>
</dependency> </dependency>
<!-- <dependency>--> <dependency>
<!-- <groupId>com.netease.yanxuan</groupId>--> <groupId>com.netease.yanxuan</groupId>
<!-- <artifactId>yanxuan-qc-parent</artifactId>--> <artifactId>yanxuan-qc-parent</artifactId>
<!-- <version>2.0.0-SNAPSHOT</version>--> <version>2.0.0-SNAPSHOT</version>
<!-- </dependency>--> </dependency>
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>com.netease.mail.yanxuan</groupId>--> <!-- <groupId>com.netease.mail.yanxuan</groupId>-->
<!-- <artifactId>dschedule-boot-starter</artifactId>--> <!-- <artifactId>dschedule-boot-starter</artifactId>-->
......
...@@ -6,6 +6,8 @@ import org.springframework.boot.SpringApplication; ...@@ -6,6 +6,8 @@ import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.FilterType;
import tk.mybatis.spring.annotation.MapperScan; import tk.mybatis.spring.annotation.MapperScan;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment