mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 04:02:09 +08:00
小修正
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user