Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Nov 1, 2023
1 parent 0f07356 commit d63fc34
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
14 changes: 0 additions & 14 deletions springWarehouse/DockerFile

This file was deleted.

15 changes: 15 additions & 0 deletions springWarehouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ java -jar target/springWarehouse-0.0.1-SNAPSHOT.jar

</details>


## Run (Docker)

<details>
<summary>App</summary>

```bash
git clone https://github.com/yennanliu/SpringPlayground.git
cd SpringPlayground/springWarehouse
docker build -t spring-warehouse .
docker run -p 7777:7777 spring-warehouse
```

</details>

## API

| API | Type | Purpose | Example cmd | Comment|
Expand Down

0 comments on commit d63fc34

Please sign in to comment.