Commit 681a075b by “zcwang”

add: 依赖缺失

parent 0eeb9f7c
Pipeline #43141 failed with stages
in 8 seconds
......@@ -126,12 +126,6 @@
</dependency>
<dependency>
<groupId>com.netease.yanxuan.missa</groupId>
<artifactId>missa-client</artifactId>
<version>${missa.client.version}</version>
</dependency>
<dependency>
<groupId>com.netease.mail.yanxuan</groupId>
<artifactId>eudemon-all</artifactId>
<version>${eudemon.version}</version>
......@@ -390,21 +384,21 @@
</exclusions>
</dependency>
<!--qc -->
<dependency>
<groupId>com.netease.yanxuan</groupId>
<artifactId>yanxuan-qc-service-client</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.netease.yanxuan</groupId>
<artifactId>yanxuan-qc-business-lib</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.netease.yanxuan</groupId>
<artifactId>yanxuan-qc-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<!--<dependency>-->
<!-- <groupId>com.netease.yanxuan</groupId>-->
<!-- <artifactId>yanxuan-qc-service-client</artifactId>-->
<!-- <version>2.0.0-SNAPSHOT</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!-- <groupId>com.netease.yanxuan</groupId>-->
<!-- <artifactId>yanxuan-qc-business-lib</artifactId>-->
<!-- <version>2.0.0-SNAPSHOT</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!-- <groupId>com.netease.yanxuan</groupId>-->
<!-- <artifactId>yanxuan-qc-parent</artifactId>-->
<!-- <version>2.0.0-SNAPSHOT</version>-->
<!--</dependency>-->
<!-- <dependency>-->
<!-- <groupId>com.netease.mail.yanxuan</groupId>-->
<!-- <artifactId>dschedule-boot-starter</artifactId>-->
......
package com.netease.mail.yanxuan.change.assembly;
import com.ctrip.framework.apollo.spring.annotation.EnableApolloConfig;
import com.netease.yanxuan.missa.client.annotation.EnableMissaClients;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.FilterType;
import org.springframework.context.annotation.ImportResource;
import org.springframework.context.annotation.PropertySource;
import com.ctrip.framework.apollo.spring.annotation.EnableApolloConfig;
import com.netease.yanxuan.missa.client.annotation.EnableMissaClients;
import tk.mybatis.spring.annotation.MapperScan;
/**
* 项目启动类
*/
@ComponentScan(basePackages = {"com.netease.mail.yanxuan.change","com.netease.mail.yanxuan.qc"})
@ComponentScan(basePackages = {"com.netease.mail.yanxuan.change"})
@MapperScan("com.netease.mail.yanxuan.change.dal.mapper")
@EnableApolloConfig
@EnableMissaClients(basePackages = "com.netease.mail.yanxuan.change")
@SpringBootApplication
@ImportResource(locations = { "classpath:applicationContext-service-client-base.xml" })
@PropertySource(value = {
"classpath:${spring.profiles.active}/service.properties", }, encoding = "UTF-8", ignoreResourceNotFound = true)
public class Application extends SpringBootServletInitializer {
public static void main(String[] args) throws Exception {
......
spring:
profiles:
include: base,db,redis,cache,rpc
active: online
mapper:
style: normal
admin:
product: xxx
host:
inner: xxx
archive:
host:
inner: xxx
diting:
host:
inner: xxx
leopard:
product: xxx
base:
url: xxx
host:
inner: xxx
rl:
host:
inner: xxx
teddy:
host:
inner: xxx
tiger:
host:
inner: xxx
xt:
product: xxx
host:
inner: xxx
fms:
product: xxx
host:
inner: xxx
msg:
host: xxx
uas:
product: xxx
host:
inner: xxx
mps:
domain: xxx
product: xxx
base:
url: xxx
bpmorder:
product: xxx
rpc:
base:
url: xxx
rpc:
pfu:
api:
base:
url: xxx
qc:
quality:
base:
url: xxx
indicator:
base:
url: xxx
scd:
purchase:
base:
url: xxx
performance:
base:
url: xxx
scs:
api:
base:
url: xxx
pms:
api:
base:
url: xxx
supplier:
ms:
base:
url: xxx
api:
base:
url: xxx
supplier:
api:
host:
url: xxx
host:
url: xxx
pms:
host:
inner: xxx
ic:
product: xxx
host:
consul: xxx
inner: xxx
qc:
host: xxx
pdf:
url: xxx
artisan:
consul: xxx
dqs:
timeout: 0
threads: 0
server:
domain: 0
port: 0
financeService:
domain: xxx
this:
pdf:
savePath: xxx
yanxuanLogoPicUrl: xxx
topPictureUrl: xxx
PINGFANG_ADDRESS: xxx
reshelf:
defaultReceiver: xxx
sampleReportNotify:
defaultReceiver: xxx
pick:
qac:
manager: xxx
qc:
near:
expected:
receivers: xxx
initRiskSample:
defaultTime: 1
defaultFileName: xxx
defaultFileUrl: xxx
abnormal:
defaultReceiver: xxx
standard:
manager:
roleId: 1
item:
inspector:
roleId: 1
incomming:
inspector:
roleId: 1
inspector:
admin:
roleId: 1
plan:
roleId: 1
sqe:
roleId: 1
abnormalSystemManager:
roleId: 1
sqeManager:
roleId: 1
qaManager:
roleId: 1
manager:
roleId: 1
admin:
roleId: 1
user:
orgPosId:
SQE: 1
RA: 1
dir:
export: xxx
email:
addr:
toList:
beforeInStockLeak: xxx
host:
inner: xxx
this.host: xxx
todo:
product: xxx
base:
url: xxx
itemSqeBindingTaskTypeId: 1
itemExpirationCheckTypeId: 1
itemTraceSourceUpdateTypeId: 1
ecr:
base:
url: XXX
inspectionSampleDeliveryId: 1
inspectionNoPassTypeHandleTaskId: 1
innerStandardNoPassTaskId: 1
newItemInspectionSuperviseTaskId: 1
uploadInspectionReportTaskId: 1
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