William Cheng 91da2fd240
Prepare 7.9.0 snapshot (#19386)
* Revert "v7.8.0 release (#19385)"

This reverts commit 6bdc452f92d49dcac7ac21dfe8751c8cc4267b98.

* update samples for v7.9.0-snapshot
2024-08-19 16:14:51 +08:00

20 lines
357 B
Markdown

Generator version: 7.9.0-SNAPSHOT
## Getting Started
This document assumes you have maven available.
To build the project using maven, run:
```bash
mvn package
```
To run the project, run the jar or use maven exec plugin:
```bash
mvn exec:java
```
If all builds successfully, the server should run on [http://localhost:8080/](http://localhost:8080/)