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
e09d058c
Commit
e09d058c
authored
Mar 16, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
ad0ffe29
bf1cb981
Show whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
369 additions
and
153 deletions
+369
-153
application-dev.yml
byit-myth-admin/src/main/resources/application-dev.yml
+5
-6
application-pro.yml
byit-myth-admin/src/main/resources/application-pro.yml
+36
-0
application-test.yml
byit-myth-admin/src/main/resources/application-test.yml
+36
-0
application-dev.properties
...utor-server/src/main/resources/application-dev.properties
+0
-13
application-dev.yml
...th-executor-server/src/main/resources/application-dev.yml
+18
-0
application-pro.yml
...th-executor-server/src/main/resources/application-pro.yml
+19
-0
application-test.yml
...h-executor-server/src/main/resources/application-test.yml
+19
-0
application.properties
...executor-server/src/main/resources/application.properties
+0
-4
application.yml
...r/myth-executor-server/src/main/resources/application.yml
+8
-0
application-dev.properties
...yth-gateway/src/main/resources/application-dev.properties
+0
-27
application-dev.yml
byit-myth-gateway/src/main/resources/application-dev.yml
+36
-0
application-pre.properties
...yth-gateway/src/main/resources/application-pre.properties
+0
-25
application-pro.yml
byit-myth-gateway/src/main/resources/application-pro.yml
+36
-0
application-test.properties
...th-gateway/src/main/resources/application-test.properties
+0
-32
application-test.yml
byit-myth-gateway/src/main/resources/application-test.yml
+36
-0
application.properties
byit-myth-gateway/src/main/resources/application.properties
+0
-5
application.yml
byit-myth-gateway/src/main/resources/application.yml
+7
-0
application-dev.yml
...th-register-server/src/main/resources/application-dev.yml
+35
-0
application-pro.yml
...th-register-server/src/main/resources/application-pro.yml
+35
-0
application-test.yml
...h-register-server/src/main/resources/application-test.yml
+35
-0
application.properties
...register-server/src/main/resources/application.properties
+0
-41
application.yml
...r/myth-register-server/src/main/resources/application.yml
+8
-0
No files found.
byit-myth-admin/src/main/resources/application-dev.yml
View file @
e09d058c
...
@@ -6,13 +6,13 @@ spring:
...
@@ -6,13 +6,13 @@ spring:
password
:
123456
password
:
123456
mail
:
mail
:
host
:
smtp.163.com
#���Լ���SMTP��������ַ
host
:
smtp.163.com
username
:
huangfusuper@163.com
#��¼�û���
username
:
huangfusuper@163.com
password
:
huangfu0110
#��Ȩ����
password
:
huangfu0110
default-encoding
:
UTF-8
default-encoding
:
UTF-8
protocol
:
smtp
#��
protocol
:
smtp
properties
:
properties
:
from
:
huangfusuper@163.com
#��ʵ����
from
:
huangfusuper@163.com
mybatis
:
mybatis
:
mapper-locations
:
/mapper/*.xml
mapper-locations
:
/mapper/*.xml
...
@@ -22,7 +22,6 @@ myth-rpc:
...
@@ -22,7 +22,6 @@ myth-rpc:
address
:
http://localhost:8080/myth-register
address
:
http://localhost:8080/myth-register
env
:
huangfu
env
:
huangfu
biz
:
byit-myth-job
biz
:
byit-myth-job
#port: 6665
logging
:
logging
:
path
:
/data/mythjob
path
:
/data/mythjob
file
:
myth_log_file
file
:
myth_log_file
...
...
byit-myth-admin/src/main/resources/application-pro.yml
0 → 100644
View file @
e09d058c
spring
:
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://${CM_IP}/myth-job?Unicode=true&characterEncoding=UTF-8&useSSL=true
username
:
${CM_USER}
password
:
${CM_PWD}
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://${Eureka_IP}/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-test.yml
0 → 100644
View file @
e09d058c
spring
:
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://${CM_IP}/myth-job?Unicode=true&characterEncoding=UTF-8&useSSL=true
username
:
${CM_USER}
password
:
${CM_PWD}
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://${Eureka_IP}/myth-register
env
:
test
biz
:
byit-myth-job
logging
:
path
:
/data/mythjob
file
:
myth_log_file
file
:
system
:
ip
:
${FILE_IP}
port
:
${FILW_PORT}
myth-job
:
filestystem
:
FASTDFS
\ No newline at end of file
byit-myth-executor/myth-executor-server/src/main/resources/application-dev.properties
deleted
100644 → 0
View file @
ad0ffe29
# myth-rpc
myth-rpc.remoting.port
=
7776
myth-rpc.registry.address
=
http://localhost:8080/myth-register
myth-rpc.registry.env
=
huangfu
myth-rpc.registry.biz
=
byit-myth-job
myth-job.filestystem
=
FASTDFS
myth-job.log.root.path
=
/mythjob/log/
myth-job.script.root.path
=
/mythjob/script/
logging.config
=
classpath:logback.xml
byit-myth-executor/myth-executor-server/src/main/resources/application-dev.yml
0 → 100644
View file @
e09d058c
# myth-rpc
myth-rpc
:
registry
:
address
:
http://localhost:8080/myth-register
biz
:
byit-myth-job
env
:
test
remoting
:
port
:
7776
logging
:
config
:
classpath:logback.xml
myth-job
:
filestystem
:
FASTDFS
log
:
root
:
path
:
/mythjob/log/
script
:
root
:
path
:
/mythjob/script/
byit-myth-executor/myth-executor-server/src/main/resources/application-pro.yml
0 → 100644
View file @
e09d058c
# myth-rpc
myth-rpc
:
registry
:
address
:
http://localhost:8080/myth-register
biz
:
byit-myth-job
env
:
test
remoting
:
port
:
7776
logging
:
config
:
classpath:logback.xml
myth-job
:
filestystem
:
FASTDFS
log
:
root
:
path
:
/mythjob/log/
script
:
root
:
path
:
/mythjob/script/
byit-myth-executor/myth-executor-server/src/main/resources/application-test.yml
0 → 100644
View file @
e09d058c
# myth-rpc
myth-rpc
:
registry
:
address
:
http://${Eureka_IP}/myth-register
biz
:
byit-myth-job
env
:
test
remoting
:
port
:
${Remote_PORT}
logging
:
config
:
classpath:logback.xml
myth-job
:
filestystem
:
FASTDFS
log
:
root
:
path
:
/mythjob/log/
script
:
root
:
path
:
/mythjob/script/
byit-myth-executor/myth-executor-server/src/main/resources/application.properties
deleted
100644 → 0
View file @
ad0ffe29
server.port
=
7777
spring.application.name
=
myth-executor-server
spring.profiles.active
=
dev
byit-myth-executor/myth-executor-server/src/main/resources/application.yml
0 → 100644
View file @
e09d058c
server
:
port
:
7777
spring
:
application
:
name
:
myth-executor-server
profiles
:
active
:
dev
\ No newline at end of file
byit-myth-gateway/src/main/resources/application-dev.properties
deleted
100644 → 0
View file @
ad0ffe29
zuul.ignored-services
=
*
#路由规则参考byit-myth-rpc中的LoadBalance枚举类中的类型 默认是轮询
gateway.load.balance
=
ROUND
#datasource
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
spring.datasource.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
spring.datasource.username
=
root
spring.datasource.password
=
root
spring.datasource.hikari.idle-timeout
=
60000
spring.datasource.hikari.maximum-pool-size
=
5
spring.datasource.hikari.minimum-idle
=
1
logging.config
=
classpath:logback.xml
logging.level.org.springframework
=
INFO
logging.level.com.byit.gateway
=
DEBUG
# myth-rpc
myth-rpc.remoting.port
=
8082
myth-rpc.registry.address
=
http://localhost:8080/myth-register
myth-rpc.registry.env
=
liyuan
myth-rpc.registry.biz
=
byit-myth-job
spring.zuul.route.refreshCron
:
0/10 * * * * ?
byit-myth-gateway/src/main/resources/application-dev.yml
0 → 100644
View file @
e09d058c
#路由规则参考byit-myth-rpc中的LoadBalance枚举类中的类型 默认是轮询
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
:
liyuan
remoting
:
port
:
8082
spring
:
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
hikari
:
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
zuul
:
route
:
refreshCron
:
0/10 * * * * ?
zuul
:
ignored-services
:
'
*'
byit-myth-gateway/src/main/resources/application-pre.properties
deleted
100644 → 0
View file @
ad0ffe29
zuul.ignored-services
=
*
#路由规则参考byit-myth-rpc中的LoadBalance枚举类中的类型 默认是轮询
gateway.load.balance
=
ROUND
logging.config
=
classpath:logback.xml
logging.level.org.springframework
=
INFO
logging.level.com.byit.gateway
=
DEBUG
#datasource
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
spring.datasource.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
spring.datasource.username
=
root
spring.datasource.password
=
123456
spring.datasource.hikari.idle-timeout
=
60000
spring.datasource.hikari.maximum-pool-size
=
5
spring.datasource.hikari.minimum-idle
=
1
# myth-rpc
myth-rpc.remoting.port
=
8082
myth-rpc.registry.address
=
http://localhost:8080/myth-register
myth-rpc.registry.env
=
pre
myth-rpc.registry.biz
=
byit-myth-job
spring.zuul.route.refreshCron
:
0/10 * * * * ?
byit-myth-gateway/src/main/resources/application-pro.yml
0 → 100644
View file @
e09d058c
#路由规则参考byit-myth-rpc中的LoadBalance枚举类中的类型 默认是轮询
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
:
liyuan
remoting
:
port
:
8082
spring
:
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
hikari
:
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
zuul
:
route
:
refreshCron
:
0/10 * * * * ?
zuul
:
ignored-services
:
'
*'
byit-myth-gateway/src/main/resources/application-test.properties
deleted
100644 → 0
View file @
ad0ffe29
zuul.ignored-services
=
*
#路由规则参考byit-myth-rpc中的LoadBalance枚举类中的类型 默认是轮询
gateway.load.balance
=
ROUND
logging.config
=
classpath:logback.xml
logging.level.org.springframework
=
INFO
logging.level.com.byit.gateway
=
DEBUG
# myth-rpc
myth-rpc.remoting.port
=
8082
myth-rpc.registry.address
=
http://localhost:8080/myth-register
myth-rpc.registry.env
=
test
myth-rpc.registry.biz
=
byit-myth-job
spring.zuul.route.refreshCron
:
0/10 * * * * ?
# Druid
#logging.level.druid.sql=ERROR
#logging.level.druid.sql.DataSource=ERROR
#logging.level.druid.sql.Connection=ERROR
#logging.level.druid.sql.Statement=DEBUG
#logging.level.druid.sql.ResultSet=ERROR
#datasource
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
spring.datasource.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
spring.datasource.username
=
root
spring.datasource.password
=
123456
spring.datasource.hikari.idle-timeout
=
60000
spring.datasource.hikari.maximum-pool-size
=
5
spring.datasource.hikari.minimum-idle
=
1
byit-myth-gateway/src/main/resources/application-test.yml
0 → 100644
View file @
e09d058c
#路由规则参考byit-myth-rpc中的LoadBalance枚举类中的类型 默认是轮询
gateway
:
load
:
balance
:
ROUND
logging
:
config
:
classpath:logback.xml
level
:
com
:
byit
:
gateway
:
DEBUG
org
:
springframework
:
INFO
myth-rpc
:
registry
:
address
:
http://${Eureka_IP}/myth-register
biz
:
byit-myth-job
env
:
test
remoting
:
port
:
${Remote_PORT}
spring
:
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
hikari
:
idle-timeout
:
60000
maximum-pool-size
:
5
minimum-idle
:
1
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 * * * * ?
zuul
:
ignored-services
:
'
*'
byit-myth-gateway/src/main/resources/application.properties
deleted
100644 → 0
View file @
ad0ffe29
server.port
=
8081
spring.profiles.active
=
dev
spring.application.name
=
byit-myth-gateway
byit-myth-gateway/src/main/resources/application.yml
0 → 100644
View file @
e09d058c
server
:
port
:
8081
spring
:
application
:
name
:
byit-myth-gateway
profiles
:
active
:
dev
byit-myth-register/myth-register-server/src/main/resources/application-dev.yml
0 → 100644
View file @
e09d058c
byit
:
registry
:
accessToken
:
'
'
data
:
filepath
:
/Users/liyuan/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-pro.yml
0 → 100644
View file @
e09d058c
byit
:
registry
:
accessToken
:
'
'
data
:
filepath
:
/Users/liyuan/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-test.yml
0 → 100644
View file @
e09d058c
byit
:
registry
:
accessToken
:
'
'
data
:
filepath
:
/Users/liyuan/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
type
:
org.apache.tomcat.jdbc.pool.DataSource
url
:
jdbc:mysql://${CM_IP}/myth-registry?Unicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
username
:
${CM_PWD}
password
:
${CM_PWD}
tomcat
:
max-active
:
30
max-wait
:
10000
test-on-borrow
:
true
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.properties
deleted
100644 → 0
View file @
ad0ffe29
### web
server.port
=
8080
server.context-path
=
/myth-register
logging.config
=
classpath:logback.xml
### resources
spring.mvc.static-path-pattern
=
/static/**
spring.resources.static-locations
=
classpath:/static/
### freemarker
spring.freemarker.templateLoaderPath
=
classpath:/templates/
spring.freemarker.suffix
=
.ftl
spring.freemarker.charset
=
UTF-8
spring.freemarker.request-context-attribute
=
request
spring.freemarker.settings.number_format
=
0.##########
### mybatis
mybatis.mapper-locations
=
classpath:/mybatis-mapper/*Mapper.xml
### myth-registry, datasource
spring.datasource.url
=
jdbc:mysql://10.0.10.118:3306/myth-registry?Unicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
spring.datasource.username
=
root
spring.datasource.password
=
123456
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
spring.datasource.type
=
org.apache.tomcat.jdbc.pool.DataSource
spring.datasource.tomcat.max-wait
=
10000
spring.datasource.tomcat.max-active
=
30
spring.datasource.tomcat.test-on-borrow
=
true
### myth-registry, registry data filepath
byit.registry.data.filepath
=
/Users/liyuan/codes/open/rpc/data/applogs/myth-registry/registrydata
### myth-registry, access token
byit.registry.accessToken
=
### myth-registry, login conf
byit.registry.login.username
=
admin
byit.registry.login.password
=
123456
byit-myth-register/myth-register-server/src/main/resources/application.yml
0 → 100644
View file @
e09d058c
server
:
context-path
:
/myth-register
port
:
8080
spring
:
profiles
:
active
:
dev
\ 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