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
4a82f97e
Commit
4a82f97e
authored
Mar 25, 2020
by
guominglei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
f43af1d9
fe680bb7
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
5 additions
and
54 deletions
+5
-54
pom.xml
byit-myth-admin/pom.xml
+2
-1
ApiNodeServiceImpl.java
...c/main/java/com/byit/service/impl/ApiNodeServiceImpl.java
+0
-3
application-dev.yml
byit-myth-admin/src/main/resources/application-dev.yml
+0
-6
application-local.yml
byit-myth-admin/src/main/resources/application-local.yml
+0
-6
application-pro.yml
byit-myth-admin/src/main/resources/application-pro.yml
+0
-6
application-test.yml
byit-myth-admin/src/main/resources/application-test.yml
+1
-6
application-dev.yml
...th-executor-server/src/main/resources/application-dev.yml
+1
-6
application-local.yml
...-executor-server/src/main/resources/application-local.yml
+1
-6
application-pro.yml
...th-executor-server/src/main/resources/application-pro.yml
+0
-7
application-test.yml
...h-executor-server/src/main/resources/application-test.yml
+0
-7
No files found.
byit-myth-admin/pom.xml
View file @
4a82f97e
...
@@ -55,7 +55,8 @@
...
@@ -55,7 +55,8 @@
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-data-redis
</artifactId>
<artifactId>
spring-boot-starter-redis
</artifactId>
<version>
1.3.2.RELEASE
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
byit-myth-admin/src/main/java/com/byit/service/impl/ApiNodeServiceImpl.java
View file @
4a82f97e
package
com
.
byit
.
service
.
impl
;
package
com
.
byit
.
service
.
impl
;
import
com.alibaba.fastjson.JSON
;
import
com.alibaba.fastjson.JSON
;
import
com.alibaba.fastjson.JSONObject
;
import
com.byit.dto.plugin.RunLog
;
import
com.byit.dto.plugin.RunLog
;
import
com.byit.dto.plugin.RunNode
;
import
com.byit.dto.plugin.RunNode
;
import
com.byit.enums.NodePropertyEnum
;
import
com.byit.enums.NodePropertyEnum
;
...
@@ -11,7 +10,6 @@ import com.byit.service.ApiNodeService;
...
@@ -11,7 +10,6 @@ import com.byit.service.ApiNodeService;
import
com.byit.utils.ValidationUtil
;
import
com.byit.utils.ValidationUtil
;
import
org.springframework.data.redis.core.StringRedisTemplate
;
import
org.springframework.data.redis.core.StringRedisTemplate
;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
import
org.springframework.transaction.annotation.Transactional
;
import
javax.annotation.Resource
;
import
javax.annotation.Resource
;
...
@@ -19,7 +17,6 @@ import javax.annotation.Resource;
...
@@ -19,7 +17,6 @@ import javax.annotation.Resource;
* @author guo_m
* @author guo_m
*/
*/
@Service
@Service
@Transactional
(
rollbackFor
=
Exception
.
class
)
public
class
ApiNodeServiceImpl
implements
ApiNodeService
{
public
class
ApiNodeServiceImpl
implements
ApiNodeService
{
@Resource
@Resource
...
...
byit-myth-admin/src/main/resources/application-dev.yml
View file @
4a82f97e
...
@@ -19,12 +19,6 @@ spring:
...
@@ -19,12 +19,6 @@ spring:
host
:
10.0.120.206
host
:
10.0.120.206
port
:
6379
port
:
6379
password
:
password
:
pool
:
max-active
:
8
max-wait
:
-1
max-idle
:
8
min-idle
:
0
timeout
:
60000
mybatis
:
mybatis
:
mapper-locations
:
/mapper/*.xml
mapper-locations
:
/mapper/*.xml
...
...
byit-myth-admin/src/main/resources/application-local.yml
View file @
4a82f97e
...
@@ -19,12 +19,6 @@ spring:
...
@@ -19,12 +19,6 @@ spring:
host
:
10.0.120.218
host
:
10.0.120.218
port
:
6379
port
:
6379
password
:
password
:
pool
:
max-active
:
8
max-wait
:
-1
max-idle
:
8
min-idle
:
0
timeout
:
60000
mybatis
:
mybatis
:
mapper-locations
:
/mapper/*.xml
mapper-locations
:
/mapper/*.xml
...
...
byit-myth-admin/src/main/resources/application-pro.yml
View file @
4a82f97e
...
@@ -19,12 +19,6 @@ spring:
...
@@ -19,12 +19,6 @@ spring:
host
:
${Redis_IP}
host
:
${Redis_IP}
port
:
${Redis_port}
port
:
${Redis_port}
password
:
password
:
pool
:
max-active
:
8
max-wait
:
-1
max-idle
:
8
min-idle
:
0
timeout
:
60000
mybatis
:
mybatis
:
mapper-locations
:
/mapper/*.xml
mapper-locations
:
/mapper/*.xml
...
...
byit-myth-admin/src/main/resources/application-test.yml
View file @
4a82f97e
...
@@ -19,12 +19,7 @@ spring:
...
@@ -19,12 +19,7 @@ spring:
host
:
${Redis_IP}
host
:
${Redis_IP}
port
:
${Redis_port}
port
:
${Redis_port}
password
:
password
:
pool
:
max-active
:
8
max-wait
:
-1
max-idle
:
8
min-idle
:
0
timeout
:
60000
mybatis
:
mybatis
:
mapper-locations
:
/mapper/*.xml
mapper-locations
:
/mapper/*.xml
...
...
byit-myth-executor/myth-executor-server/src/main/resources/application-dev.yml
View file @
4a82f97e
...
@@ -23,9 +23,4 @@ spring:
...
@@ -23,9 +23,4 @@ spring:
host
:
10.0.120.206
host
:
10.0.120.206
port
:
6379
port
:
6379
password
:
password
:
pool
:
max-active
:
8
max-wait
:
-1
max-idle
:
8
min-idle
:
0
timeout
:
60000
byit-myth-executor/myth-executor-server/src/main/resources/application-local.yml
View file @
4a82f97e
...
@@ -23,9 +23,4 @@ spring:
...
@@ -23,9 +23,4 @@ spring:
host
:
10.0.120.218
host
:
10.0.120.218
port
:
6379
port
:
6379
password
:
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-pro.yml
View file @
4a82f97e
...
@@ -24,9 +24,3 @@ spring:
...
@@ -24,9 +24,3 @@ spring:
host
:
${Redis_IP}
host
:
${Redis_IP}
port
:
${Redis_port}
port
:
${Redis_port}
password
:
password
:
pool
:
max-active
:
8
max-wait
:
-1
max-idle
:
8
min-idle
:
0
timeout
:
0
\ No newline at end of file
byit-myth-executor/myth-executor-server/src/main/resources/application-test.yml
View file @
4a82f97e
...
@@ -24,9 +24,3 @@ spring:
...
@@ -24,9 +24,3 @@ spring:
host
:
${Redis_IP}
host
:
${Redis_IP}
port
:
${Redis_port}
port
:
${Redis_port}
password
:
password
:
pool
:
max-active
:
8
max-wait
:
-1
max-idle
:
8
min-idle
:
0
timeout
:
0
\ 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