Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datax-cloud
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
黄营
datax-cloud
Commits
db4a9fe1
Commit
db4a9fe1
authored
Dec 08, 2020
by
yuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目初始化
parent
cf3f68f9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
bootstrap.yml
datax-config/src/main/resources/bootstrap.yml
+2
-2
datax-auth-dev.yml
datax-config/src/main/resources/config/datax-auth-dev.yml
+2
-2
datax-service-codegen-dev.yml
...g/src/main/resources/config/datax-service-codegen-dev.yml
+5
-5
bootstrap.yml
datax-eureka/src/main/resources/bootstrap.yml
+1
-1
No files found.
datax-config/src/main/resources/bootstrap.yml
View file @
db4a9fe1
...
...
@@ -20,14 +20,14 @@ eureka:
# 设置使用IP
prefer-ip-address
:
true
# 设置外网IP号
ip-address
:
61.164.216.254
ip-address
:
localhost
client
:
register-with-eureka
:
true
fetch-registry
:
true
instance-info-replication-interval-seconds
:
30
registry-fetch-interval-seconds
:
3
service-url
:
defaultZone
:
http://
61.164.216.254
:8610/eureka
defaultZone
:
http://
localhost
:8610/eureka
# 暴露监控端点
management
:
...
...
datax-config/src/main/resources/config/datax-auth-dev.yml
View file @
db4a9fe1
...
...
@@ -2,7 +2,7 @@
spring
:
redis
:
database
:
1
host
:
61.164.216.254
host
:
localhost
port
:
6379
password
:
1234@abcd
# 密码(默认为空)
timeout
:
6000ms
# 连接超时时长(毫秒)
...
...
@@ -18,6 +18,6 @@ spring:
datasource
:
mysql
:
driver-class-name
:
com.mysql.cj.jdbc.Driver
url
:
jdbc:mysql://
61.164.216.254
:3306/data_cloud?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url
:
jdbc:mysql://
localhost
:3306/data_cloud?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
root
password
:
1234@abcd
datax-config/src/main/resources/config/datax-service-codegen-dev.yml
View file @
db4a9fe1
...
...
@@ -2,7 +2,7 @@
spring
:
redis
:
database
:
1
host
:
61.164.216.254
host
:
localhost
port
:
6379
password
:
1234@abcd
# 密码(默认为空)
timeout
:
6000ms
# 连接超时时长(毫秒)
...
...
@@ -18,7 +18,7 @@ spring:
datasource
:
mysql
:
driver-class-name
:
com.p6spy.engine.spy.P6SpyDriver
url
:
jdbc:p6spy:mysql://
61.164.216.254
:3306/data_cloud?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url
:
jdbc:p6spy:mysql://
localhost
:3306/data_cloud?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
root
password
:
1234@abcd
...
...
@@ -42,14 +42,14 @@ mybatis-plus:
security
:
oauth2
:
client
:
access-token-uri
:
http://
61.164.216.254
:8612/auth/oauth/token
user-authorization-uri
:
http://
61.164.216.254
:8612/auth/oauth/authorize
access-token-uri
:
http://
localhost
:8612/auth/oauth/token
user-authorization-uri
:
http://
localhost
:8612/auth/oauth/authorize
client-id
:
datax
client-secret
:
123456
scope
:
all
resource
:
loadBalanced
:
true
token-info-uri
:
http://
61.164.216.254
:8612/auth/oauth/check_token
token-info-uri
:
http://
localhost
:8612/auth/oauth/check_token
# Swagger界面内容配置
swagger
:
...
...
datax-eureka/src/main/resources/bootstrap.yml
View file @
db4a9fe1
...
...
@@ -12,7 +12,7 @@ eureka:
# 设置使用IP
prefer-ip-address
:
true
# 设置外网IP号
ip-address
:
61.164.216.254
ip-address
:
localhost
client
:
register-with-eureka
:
false
fetch-registry
:
false
...
...
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