Commit 4a82f97e by guominglei

Merge remote-tracking branch 'origin/developer' into developer

parents f43af1d9 fe680bb7
...@@ -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>
......
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
......
...@@ -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
......
...@@ -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
......
...@@ -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
......
...@@ -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
......
...@@ -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
...@@ -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
...@@ -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
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment