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
ca2ee10c
Commit
ca2ee10c
authored
Mar 23, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件
parent
336dbccb
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
144 additions
and
7 deletions
+144
-7
application-local.yml
byit-myth-admin/src/main/resources/application-local.yml
+36
-0
application.yml
byit-myth-admin/src/main/resources/application.yml
+1
-1
application-local.yml
...-executor-server/src/main/resources/application-local.yml
+31
-0
application.yml
...r/myth-executor-server/src/main/resources/application.yml
+2
-2
application-local.yml
byit-myth-gateway/src/main/resources/application-local.yml
+35
-0
application.yml
byit-myth-gateway/src/main/resources/application.yml
+1
-1
application-dev.yml
...th-register-server/src/main/resources/application-dev.yml
+1
-1
application-local.yml
...-register-server/src/main/resources/application-local.yml
+35
-0
application.yml
...r/myth-register-server/src/main/resources/application.yml
+2
-2
No files found.
byit-myth-admin/src/main/resources/application-local.yml
0 → 100644
View file @
ca2ee10c
spring
:
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://10.0.10.118:3306/myth-job?Unicode=true&characterEncoding=UTF-8&useSSL=true
username
:
root
password
:
123456
mail
:
host
:
smtp.163.com
username
:
huangfusuper@163.com
password
:
huangfu0110
default-encoding
:
UTF-8
protocol
:
smtp
properties
:
from
:
huangfusuper@163.com
mybatis
:
mapper-locations
:
/mapper/*.xml
myth-rpc
:
registry
:
address
:
http://localhost:8080/myth-register
env
:
huangfu
biz
:
byit-myth-job
logging
:
path
:
/data/mythjob
file
:
myth_log_file
file
:
system
:
ip
:
10.0.120.2
port
:
88
myth-job
:
filestystem
:
FASTDFS
\ No newline at end of file
byit-myth-admin/src/main/resources/application.yml
View file @
ca2ee10c
...
@@ -2,6 +2,6 @@ server:
...
@@ -2,6 +2,6 @@ server:
port
:
8998
port
:
8998
spring
:
spring
:
profiles
:
profiles
:
active
:
dev
active
:
local
application
:
application
:
name
:
myth-job-admin
name
:
myth-job-admin
byit-myth-executor/myth-executor-server/src/main/resources/application-local.yml
0 → 100644
View file @
ca2ee10c
# myth-rpc
myth-rpc
:
registry
:
address
:
http://localhost:8080/myth-register
biz
:
byit-myth-job
env
:
huangfu
remoting
:
port
:
7776
logging
:
config
:
classpath:logback.xml
myth-job
:
filestystem
:
FASTDFS
log
:
root
:
path
:
/mythjob/log/
script
:
root
:
path
:
/mythjob/script/
spring
:
redis
:
database
:
0
host
:
10.0.120.30
port
:
6379
password
:
pool
:
max-active
:
8
max-wait
:
1
max-idle
:
8
min-idle
:
0
timeout
:
0
byit-myth-executor/myth-executor-server/src/main/resources/application.yml
View file @
ca2ee10c
...
@@ -4,4 +4,4 @@ spring:
...
@@ -4,4 +4,4 @@ spring:
application
:
application
:
name
:
myth-executor-server
name
:
myth-executor-server
profiles
:
profiles
:
active
:
dev
active
:
local
\ No newline at end of file
\ No newline at end of file
byit-myth-gateway/src/main/resources/application-local.yml
0 → 100644
View file @
ca2ee10c
gateway
:
load
:
balance
:
ROUND
logging
:
config
:
classpath:logback.xml
level
:
com
:
byit
:
gateway
:
DEBUG
org
:
springframework
:
INFO
myth-rpc
:
registry
:
address
:
http://localhost:8080/myth-register
biz
:
byit-myth-job
env
:
huangfu
remoting
:
port
:
8082
spring
:
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
hikari
:
idle-timeout
:
60000
maximum-pool-size
:
5
minimum-idle
:
1
password
:
123456
url
:
jdbc:mysql://10.0.10.118:3306/myth-registry?useUnicode=true&useSSL=true&characterEncoding=utf-8&mysqlEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=false&autoReconnect=true&failOverReadOnly=false
username
:
root
zuul
:
route
:
refreshCron
:
0/10 * * * * ?
zuul
:
ignored-services
:
'
*'
byit-myth-gateway/src/main/resources/application.yml
View file @
ca2ee10c
...
@@ -4,4 +4,4 @@ spring:
...
@@ -4,4 +4,4 @@ spring:
application
:
application
:
name
:
byit-myth-gateway
name
:
byit-myth-gateway
profiles
:
profiles
:
active
:
dev
active
:
local
byit-myth-register/myth-register-server/src/main/resources/application-dev.yml
View file @
ca2ee10c
...
@@ -2,7 +2,7 @@ byit:
...
@@ -2,7 +2,7 @@ byit:
registry
:
registry
:
accessToken
:
'
'
accessToken
:
'
'
data
:
data
:
filepath
:
/Users/
liyuan
/codes/open/rpc/data/applogs/myth-registry/registrydata
filepath
:
/Users/
dev
/codes/open/rpc/data/applogs/myth-registry/registrydata
login
:
login
:
password
:
123456
password
:
123456
username
:
admin
username
:
admin
...
...
byit-myth-register/myth-register-server/src/main/resources/application-local.yml
0 → 100644
View file @
ca2ee10c
byit
:
registry
:
accessToken
:
'
'
data
:
filepath
:
/Users/local/codes/open/rpc/data/applogs/myth-registry/registrydata
login
:
password
:
123456
username
:
admin
logging
:
config
:
classpath:logback.xml
mybatis
:
mapper-locations
:
classpath:/mybatis-mapper/*Mapper.xml
spring
:
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
password
:
123456
tomcat
:
max-active
:
30
max-wait
:
10000
test-on-borrow
:
true
type
:
org.apache.tomcat.jdbc.pool.DataSource
url
:
jdbc:mysql://10.0.10.118:3306/myth-registry?Unicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
username
:
root
freemarker
:
charset
:
UTF-8
request-context-attribute
:
request
settings
:
number_format
:
0.##########
suffix
:
.ftl
templateLoaderPath
:
classpath:/templates/
mvc
:
static-path-pattern
:
/static/**
resources
:
static-locations
:
classpath:/static/
byit-myth-register/myth-register-server/src/main/resources/application.yml
View file @
ca2ee10c
...
@@ -4,4 +4,4 @@ server:
...
@@ -4,4 +4,4 @@ server:
spring
:
spring
:
profiles
:
profiles
:
active
:
dev
active
:
local
\ No newline at end of file
\ No newline at end of file
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