Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bailuntec-datacenter
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
huluobin
bailuntec-datacenter
Commits
33517765
Commit
33517765
authored
Jan 21, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# update
parent
a778e647
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
pom.xml
datacenter-job/datacenter-base/base-sync-ebay/pom.xml
+7
-0
application-prod.yml
...se/base-sync-ebay/src/main/resources/application-prod.yml
+1
-1
No files found.
datacenter-job/datacenter-base/base-sync-ebay/pom.xml
View file @
33517765
...
...
@@ -30,6 +30,13 @@
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-task
</artifactId>
</dependency>
<dependency>
<groupId>
org.mariadb.jdbc
</groupId>
<artifactId>
mariadb-java-client
</artifactId>
<version>
2.7.1
</version>
</dependency>
</dependencies>
<build>
...
...
datacenter-job/datacenter-base/base-sync-ebay/src/main/resources/application-prod.yml
View file @
33517765
...
...
@@ -3,7 +3,7 @@ spring:
application
:
name
:
base-sync-ebay
# 数据配置
datasource
:
datasource
-biz
:
url
:
jdbc:mysql://10.0.8.15:3306/bailun_datacenter?serverTimezone=GMT%2B8&characterEncoding=utf-8&rewriteBatchedStatements=true
username
:
root
password
:
'
#7kfnymAM$Y9-Ntf'
...
...
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