Skip to content

Commit 3642020

Browse files
authored
Merge pull request #6 from yili1992/dev
Dev
2 parents ddbeea0 + 27b1b17 commit 3642020

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

TAC_Executor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ zkserver=127.0.0.1:2181
2020

2121
## 部署TAC_Server
2222
- 执行 mvn package ,会产生tac-executor.jar文件在/target下
23-
- nohup java -jar tac-executor.jar &
23+
- nohup java -Ddubbo.qos.port=33333 -jar tac-executor.jar > /dev/null 2>&1 &
2424

2525

2626

TACase/src/pages/PostList/components/TabTable/components/EditDialog.jsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
/*
22
* @Author: zhao lee
33
* @Date: 2018-04-16 19:36:42
4+
<<<<<<< HEAD
5+
<<<<<<< HEAD
6+
* @Last Modified by: zhaoli@leoao.com
7+
* @Last Modified time: 2018-05-19 10:13:39
8+
=======
9+
* @Last Modified by: zhao lee
10+
* @Last Modified time: 2018-04-17 20:15:41
11+
>>>>>>> master
12+
=======
413
* @Last Modified by: zhaoli
514
* @Last Modified time: 2018-05-19 10:13:39
15+
>>>>>>> master
616
*/
717
import React, { Component } from 'react';
818
import { Dialog, Button, Form, Input, Field, Select, Upload } from '@icedesign/base';

0 commit comments

Comments
 (0)