Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
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
liyuan
byit-myth-job
Commits
92f168d3
Commit
92f168d3
authored
Apr 28, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改测试环境的配置
parent
d22056b7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
17 deletions
+18
-17
application-test.yml
...myth-admin/src/main/resources/config/application-test.yml
+6
-6
application-test.yml
...h-executor-server/src/main/resources/application-test.yml
+3
-3
application-test.yml
byit-myth-gateway/src/main/resources/application-test.yml
+5
-5
application-test.yml
...h-register-server/src/main/resources/application-test.yml
+4
-3
No files found.
byit-myth-admin/src/main/resources/config/application-test.yml
View file @
92f168d3
spring
:
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://10.0.120.30:3307
/myth-job?Unicode=true&characterEncoding=UTF-8&useSSL=true
username
:
root
password
:
root
url
:
jdbc:mysql://${CM_IP}
/myth-job?Unicode=true&characterEncoding=UTF-8&useSSL=true
username
:
${CM_USER}
password
:
${CM_PWD}
redis
:
database
:
0
host
:
10.0.120.208
port
:
6379
host
:
${Redis_IP}
port
:
${Redis_port}
password
:
timeout
:
3000
pool
:
...
...
@@ -32,7 +32,7 @@ mybatis:
myth-rpc
:
registry
:
address
:
http://
10.0.120.200:8080
/myth-register
address
:
http://
${Eureka_IP}
/myth-register
env
:
test
biz
:
byit-myth-job
logging
:
...
...
byit-myth-executor/myth-executor-server/src/main/resources/application-test.yml
View file @
92f168d3
# myth-rpc
myth-rpc
:
registry
:
address
:
http://
10.0.120.200:8080
/myth-register
address
:
http://
${Eureka_IP}
/myth-register
biz
:
byit-myth-job
env
:
test
remoting
:
...
...
@@ -21,8 +21,8 @@ myth-job:
spring
:
redis
:
database
:
0
host
:
10.0.120.208
port
:
6379
host
:
${Redis_IP}
port
:
${Redis_port}
password
:
timeout
:
3000
pool
:
...
...
byit-myth-gateway/src/main/resources/application-test.yml
View file @
92f168d3
...
...
@@ -12,11 +12,11 @@ logging:
springframework
:
INFO
myth-rpc
:
registry
:
address
:
http://
10.0.120.200:8080
/myth-register
address
:
http://
${Eureka_IP}
/myth-register
biz
:
byit-myth-job
env
:
test
remoting
:
port
:
7776
port
:
${Remote_PORT}
spring
:
datasource
:
...
...
@@ -25,9 +25,9 @@ spring:
idle-timeout
:
60000
maximum-pool-size
:
5
minimum-idle
:
1
password
:
root
url
:
jdbc:mysql://
10.0.120.30:3307
/myth-registry?useUnicode=true&useSSL=true&characterEncoding=utf-8&mysqlEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=false&autoReconnect=true&failOverReadOnly=false
username
:
root
password
:
${CM_PWD}
url
:
jdbc:mysql://
${CM_IP}
/myth-registry?useUnicode=true&useSSL=true&characterEncoding=utf-8&mysqlEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=false&autoReconnect=true&failOverReadOnly=false
username
:
${CM_USER}
zuul
:
route
:
refreshCron
:
0/10 * * * * ?
...
...
byit-myth-register/myth-register-server/src/main/resources/application-test.yml
View file @
92f168d3
...
...
@@ -15,9 +15,9 @@ spring:
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
type
:
org.apache.tomcat.jdbc.pool.DataSource
url
:
jdbc:mysql://
10.0.120.30:3307
/myth-registry?Unicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
username
:
root
password
:
root
url
:
jdbc:mysql://
${CM_IP}
/myth-registry?Unicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
username
:
${CM_USER}
password
:
${CM_PWD}
tomcat
:
max-active
:
30
max-wait
:
10000
...
...
@@ -33,3 +33,4 @@ spring:
static-path-pattern
:
/static/**
resources
:
static-locations
:
classpath:/static/
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