Skip to content

Commit

Permalink
Add how to run spring boot server from command line (#15)
Browse files Browse the repository at this point in the history
used `gradle tasks --all` to identify all possible tasks in project

Co-authored-by: Albert Chae <albertchae@users.noreply.github.com>
  • Loading branch information
albertchae and albertchae authored Feb 23, 2024
1 parent 26960ad commit b2a4fca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ gradle run inngest-test-server:run
```

This runs a `ktor` web server to test the SDK against the dev server.


To run the `spring-boot` test server:

```
gradle run inngest-spring-boot-demo:bootRun
```

0 comments on commit b2a4fca

Please sign in to comment.