Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yanxuan-qc-change-system
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yx-qc-change-flow
yanxuan-qc-change-system
Commits
681a075b
Commit
681a075b
authored
Nov 28, 2022
by
“zcwang”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 依赖缺失
parent
0eeb9f7c
Pipeline
#43141
failed with stages
in 8 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
259 deletions
+19
-259
pom.xml
pom.xml
+15
-21
Application.java
...com/netease/mail/yanxuan/change/assembly/Application.java
+4
-9
application.yml
...change-system-assembly/src/main/resources/application.yml
+0
-229
No files found.
pom.xml
View file @
681a075b
...
...
@@ -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>-->
...
...
yanxuan-qc-change-system-assembly/src/main/java/com/netease/mail/yanxuan/change/assembly/Application.java
View file @
681a075b
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
{
...
...
yanxuan-qc-change-system-assembly/src/main/resources/application.yml
deleted
100644 → 0
View file @
0eeb9f7c
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment