Commit 0eeb9f7c by “zcwang”

add: 依赖缺失

parent 06e1400c
...@@ -7,6 +7,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; ...@@ -7,6 +7,8 @@ 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 org.springframework.context.annotation.FilterType;
import org.springframework.context.annotation.ImportResource;
import org.springframework.context.annotation.PropertySource;
import tk.mybatis.spring.annotation.MapperScan; import tk.mybatis.spring.annotation.MapperScan;
...@@ -18,6 +20,9 @@ import tk.mybatis.spring.annotation.MapperScan; ...@@ -18,6 +20,9 @@ import tk.mybatis.spring.annotation.MapperScan;
@EnableApolloConfig @EnableApolloConfig
@EnableMissaClients(basePackages = "com.netease.mail.yanxuan.change") @EnableMissaClients(basePackages = "com.netease.mail.yanxuan.change")
@SpringBootApplication @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 class Application extends SpringBootServletInitializer {
public static void main(String[] args) throws Exception { 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