Update README.md
This commit is contained in:
parent
35fd989512
commit
81e5bfacab
|
@ -126,7 +126,7 @@ a. jar包启动:
|
|||
|
||||
```plaintext
|
||||
cd adi-bootstrap/target
|
||||
nohup java -jar -Xms768m -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError adi-chat-0.0.1-SNAPSHOT.jar --spring.profiles.active=[dev|prod] dev/null 2>&1 &
|
||||
nohup java -jar -Xms768m -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError adi-bootstrap-0.0.1-SNAPSHOT.jar --spring.profiles.active=[dev|prod] dev/null 2>&1 &
|
||||
```
|
||||
|
||||
b. docker启动
|
||||
|
|
Loading…
Reference in New Issue