5.0.228
parent
4ace68bef4
commit
75dca79e38
|
@ -63,6 +63,20 @@
|
|||
<groupId>com.kdayun</groupId>
|
||||
<artifactId>kdayun-baidu</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons.commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-core</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.kdayun</groupId>
|
||||
|
|
|
@ -13,7 +13,7 @@ import com.kdayun.z1.core.framework.ApplicationContextHolder;
|
|||
|
||||
@ServletComponentScan
|
||||
@ComponentScan(basePackages = { "com.kdayun.admin", "com.kdayun.boot", "com.kdayun.z1", "com.kdayun.manager",
|
||||
"com.kdayun.report", "com.kdayun.baidu", "com.kdayun.wecom", "com.kdayun.wechat" })
|
||||
"com.kdayun.report", "com.kdayun.baidu", "com.kdayun.wecom", "com.kdayun.wechat","com.kdayun.app" })
|
||||
@SpringBootApplication
|
||||
@MapperScan(basePackages = { "com.kdayun.*.mapper" })
|
||||
public class MainApplication extends SpringBootServletInitializer {
|
||||
|
|
Loading…
Reference in New Issue