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
d8c10560
Commit
d8c10560
authored
Dec 08, 2020
by
yuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目初始化
parent
db4a9fe1
Hide whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
127 additions
and
127 deletions
+127
-127
bootstrap.yml
datax-auth/src/main/resources/bootstrap.yml
+3
-3
datax-service-data-console-dev.yml
.../main/resources/config/datax-service-data-console-dev.yml
+5
-5
datax-service-data-integration-dev.yml
...n/resources/config/datax-service-data-integration-dev.yml
+5
-5
datax-service-data-mapping-dev.yml
.../main/resources/config/datax-service-data-mapping-dev.yml
+6
-6
datax-service-data-market-dev.yml
...c/main/resources/config/datax-service-data-market-dev.yml
+6
-6
datax-service-data-masterdata-dev.yml
...in/resources/config/datax-service-data-masterdata-dev.yml
+6
-6
datax-service-data-metadata-dev.yml
...main/resources/config/datax-service-data-metadata-dev.yml
+5
-5
datax-service-data-quality-dev.yml
.../main/resources/config/datax-service-data-quality-dev.yml
+5
-5
datax-service-data-standard-dev.yml
...main/resources/config/datax-service-data-standard-dev.yml
+5
-5
datax-service-data-visual-dev.yml
...c/main/resources/config/datax-service-data-visual-dev.yml
+5
-5
datax-service-email-dev.yml
...fig/src/main/resources/config/datax-service-email-dev.yml
+5
-5
datax-service-file-dev.yml
...nfig/src/main/resources/config/datax-service-file-dev.yml
+5
-5
datax-service-quartz-dev.yml
...ig/src/main/resources/config/datax-service-quartz-dev.yml
+6
-6
datax-service-system-dev.yml
...ig/src/main/resources/config/datax-service-system-dev.yml
+5
-5
datax-service-workflow-dev.yml
.../src/main/resources/config/datax-service-workflow-dev.yml
+7
-7
bootstrap.yml
datax-gateway/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
...e-parent/codegen-service/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
...rket-service-integration/src/main/resources/bootstrap.yml
+2
-2
bootstrap.yml
...a-market-service-mapping/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
...rent/data-market-service/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
.../data-masterdata-service/src/main/resources/bootstrap.yml
+2
-2
bootstrap.yml
...metadata-service-console/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
...nt/data-metadata-service/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
...ent/data-quality-service/src/main/resources/bootstrap.yml
+2
-2
bootstrap.yml
...nt/data-standard-service/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
...rent/data-visual-service/src/main/resources/bootstrap.yml
+2
-2
bootstrap.yml
...ice-parent/email-service/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
...vice-parent/file-service/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
...ce-parent/quartz-service/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
...ce-parent/system-service/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
...-parent/workflow-service/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
...tools/datax-tool-monitor/src/main/resources/bootstrap.yml
+3
-3
vue.config.js
datax-ui/vue.config.js
+1
-1
No files found.
datax-auth/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -22,11 +22,11 @@ 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
\ No newline at end of file
defaultZone
:
http://localhost:8610/eureka
\ No newline at end of file
datax-config/src/main/resources/config/datax-service-data-console-dev.yml
View file @
d8c10560
...
...
@@ -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-config/src/main/resources/config/datax-service-data-integration-dev.yml
View file @
d8c10560
...
...
@@ -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-config/src/main/resources/config/datax-service-data-mapping-dev.yml
View file @
d8c10560
...
...
@@ -2,7 +2,7 @@
spring
:
redis
:
database
:
1
host
:
61.164.216.254
host
:
localhost
port
:
6379
password
:
1234@abcd
# 密码(默认为空)
timeout
:
6000ms
# 连接超时时长(毫秒)
...
...
@@ -13,7 +13,7 @@ spring:
max-idle
:
10
# 连接池中的最大空闲连接
min-idle
:
5
# 连接池中的最小空闲连接
rabbitmq
:
host
:
61.164.216.254
host
:
localhost
port
:
5672
username
:
admin
password
:
1234@abcd
...
...
@@ -28,7 +28,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
...
...
@@ -52,14 +52,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-config/src/main/resources/config/datax-service-data-market-dev.yml
View file @
d8c10560
...
...
@@ -2,7 +2,7 @@
spring
:
redis
:
database
:
1
host
:
61.164.216.254
host
:
localhost
port
:
6379
password
:
1234@abcd
# 密码(默认为空)
timeout
:
6000ms
# 连接超时时长(毫秒)
...
...
@@ -13,7 +13,7 @@ spring:
max-idle
:
10
# 连接池中的最大空闲连接
min-idle
:
5
# 连接池中的最小空闲连接
rabbitmq
:
host
:
61.164.216.254
host
:
localhost
port
:
5672
username
:
admin
password
:
1234@abcd
...
...
@@ -27,7 +27,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
...
...
@@ -51,14 +51,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-config/src/main/resources/config/datax-service-data-masterdata-dev.yml
View file @
d8c10560
...
...
@@ -2,7 +2,7 @@
spring
:
redis
:
database
:
1
host
:
61.164.216.254
host
:
localhost
port
:
6379
password
:
1234@abcd
# 密码(默认为空)
timeout
:
6000ms
# 连接超时时长(毫秒)
...
...
@@ -13,7 +13,7 @@ spring:
max-idle
:
10
# 连接池中的最大空闲连接
min-idle
:
5
# 连接池中的最小空闲连接
rabbitmq
:
host
:
61.164.216.254
host
:
localhost
port
:
5672
username
:
admin
password
:
1234@abcd
...
...
@@ -28,7 +28,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
...
...
@@ -52,14 +52,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-config/src/main/resources/config/datax-service-data-metadata-dev.yml
View file @
d8c10560
...
...
@@ -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-config/src/main/resources/config/datax-service-data-quality-dev.yml
View file @
d8c10560
...
...
@@ -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-config/src/main/resources/config/datax-service-data-standard-dev.yml
View file @
d8c10560
...
...
@@ -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-config/src/main/resources/config/datax-service-data-visual-dev.yml
View file @
d8c10560
...
...
@@ -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-config/src/main/resources/config/datax-service-email-dev.yml
View file @
d8c10560
...
...
@@ -13,7 +13,7 @@ spring:
properties.mail.smtp.ssl.enable
:
true
redis
:
database
:
1
host
:
61.164.216.254
host
:
localhost
port
:
6379
password
:
1234@abcd
# 密码(默认为空)
timeout
:
6000ms
# 连接超时时长(毫秒)
...
...
@@ -29,7 +29,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
...
...
@@ -53,14 +53,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-config/src/main/resources/config/datax-service-file-dev.yml
View file @
d8c10560
...
...
@@ -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-config/src/main/resources/config/datax-service-quartz-dev.yml
View file @
d8c10560
...
...
@@ -2,7 +2,7 @@
spring
:
redis
:
database
:
1
host
:
61.164.216.254
host
:
localhost
port
:
6379
password
:
1234@abcd
# 密码(默认为空)
timeout
:
6000ms
# 连接超时时长(毫秒)
...
...
@@ -17,12 +17,12 @@ spring:
driver-class-name
:
com.mysql.cj.jdbc.Driver
username
:
root
password
:
1234@abcd
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
quartz
:
driver-class-name
:
com.mysql.cj.jdbc.Driver
username
:
root
password
:
1234@abcd
url
:
jdbc:mysql://
61.164.216.254
:3306/data_cloud_quartz?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url
:
jdbc:mysql://
localhost
:3306/data_cloud_quartz?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
quartz
:
job-store-type
:
jdbc
jdbc
:
...
...
@@ -66,14 +66,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-config/src/main/resources/config/datax-service-system-dev.yml
View file @
d8c10560
...
...
@@ -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-config/src/main/resources/config/datax-service-workflow-dev.yml
View file @
d8c10560
...
...
@@ -2,7 +2,7 @@
spring
:
redis
:
database
:
1
host
:
61.164.216.254
host
:
localhost
port
:
6379
password
:
1234@abcd
# 密码(默认为空)
timeout
:
6000ms
# 连接超时时长(毫秒)
...
...
@@ -13,7 +13,7 @@ spring:
max-idle
:
10
# 连接池中的最大空闲连接
min-idle
:
5
# 连接池中的最小空闲连接
rabbitmq
:
host
:
61.164.216.254
host
:
localhost
port
:
5672
username
:
admin
password
:
1234@abcd
...
...
@@ -27,7 +27,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
flowable
:
...
...
@@ -35,7 +35,7 @@ spring:
username
:
root
password
:
1234@abcd
# 如果不加这个参数,建表会失败:nullCatalogMeansCurrent=true
url
:
jdbc:mysql://
61.164.216.254
:3306/data_cloud_flowable?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
url
:
jdbc:mysql://
localhost
:3306/data_cloud_flowable?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
flowable
:
# 关闭定时任务JOB
...
...
@@ -63,14 +63,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-gateway/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -22,11 +22,11 @@ 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
\ No newline at end of file
defaultZone
:
http://localhost:8610/eureka
\ No newline at end of file
datax-modules/codegen-service-parent/codegen-service/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -20,11 +20,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
\ No newline at end of file
defaultZone
:
http://localhost:8610/eureka
\ No newline at end of file
datax-modules/data-market-service-parent/data-market-service-integration/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -20,11 +20,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
datax-modules/data-market-service-parent/data-market-service-mapping/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -20,11 +20,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
\ No newline at end of file
defaultZone
:
http://localhost:8610/eureka
\ No newline at end of file
datax-modules/data-market-service-parent/data-market-service/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -20,11 +20,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
\ No newline at end of file
defaultZone
:
http://localhost:8610/eureka
\ No newline at end of file
datax-modules/data-masterdata-service-parent/data-masterdata-service/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -20,11 +20,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
datax-modules/data-metadata-service-parent/data-metadata-service-console/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -20,11 +20,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
\ No newline at end of file
defaultZone
:
http://localhost:8610/eureka
\ No newline at end of file
datax-modules/data-metadata-service-parent/data-metadata-service/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -20,11 +20,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
\ No newline at end of file
defaultZone
:
http://localhost:8610/eureka
\ No newline at end of file
datax-modules/data-quality-service-parent/data-quality-service/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -20,11 +20,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
datax-modules/data-standard-service-parent/data-standard-service/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -20,11 +20,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
\ No newline at end of file
defaultZone
:
http://localhost:8610/eureka
\ No newline at end of file
datax-modules/data-visual-service-parent/data-visual-service/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -20,11 +20,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
datax-modules/email-service-parent/email-service/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -21,11 +21,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
\ No newline at end of file
defaultZone
:
http://localhost:8610/eureka
\ No newline at end of file
datax-modules/file-service-parent/file-service/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -21,11 +21,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
\ No newline at end of file
defaultZone
:
http://localhost:8610/eureka
\ No newline at end of file
datax-modules/quartz-service-parent/quartz-service/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -20,11 +20,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
\ No newline at end of file
defaultZone
:
http://localhost:8610/eureka
\ No newline at end of file
datax-modules/system-service-parent/system-service/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -20,11 +20,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
\ No newline at end of file
defaultZone
:
http://localhost:8610/eureka
\ No newline at end of file
datax-modules/workflow-service-parent/workflow-service/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -20,11 +20,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
\ No newline at end of file
defaultZone
:
http://localhost:8610/eureka
\ No newline at end of file
datax-tools/datax-tool-monitor/src/main/resources/bootstrap.yml
View file @
d8c10560
...
...
@@ -10,11 +10,11 @@ eureka:
instance
:
lease-renewal-interval-in-seconds
:
20
prefer-ip-address
:
true
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
\ No newline at end of file
defaultZone
:
http://localhost:8610/eureka
\ No newline at end of file
datax-ui/vue.config.js
View file @
d8c10560
...
...
@@ -40,7 +40,7 @@ module.exports = {
proxy
:
{
// change xxx-api/login => /login
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://
61.164.216.254
:8612/`
,
target
:
`http://
localhost
:8612/`
,
changeOrigin
:
true
,
pathRewrite
:
{
[
'^'
+
process
.
env
.
VUE_APP_BASE_API
]:
''
...
...
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