小修正

This commit is contained in:
bryan.zhang
2017-12-08 17:32:27 +08:00
parent 632e543928
commit 98d7d2a924
2 changed files with 6 additions and 4 deletions

View File

@@ -1,9 +1,11 @@
/**
* <p>Title: beast-price</p>
* <p>Description: 价格计算服务</p>
* <p>Title: liteFlow</p>
* <p>Description: 轻量级的组件式流程框架</p>
* <p>Copyright: Copyright (c) 2017</p>
* @author Bryan.Zhang
* @Date 2017年12月8日
* @email weenyc31@163.com
* @Date 2017-12-8
* @version 1.0
*/
package com.thebeastshop.liteflow.entity.data;

View File

@@ -25,7 +25,7 @@ public class TestWithSpringMain {
public void test1() throws Exception {
ExecutorService executorService = Executors.newFixedThreadPool(10);
for(int i=0;i<10;i++){
for(int i=0;i<1;i++){
executorService.submit(new Thread(){
@Override
public void run() {