William Cheng e2c458b9ea
Prepare 7.10.0 (#19809)
* Revert "prepare 7.9.0 release (#19808)"

This reverts commit 4145000dfebe7a9edea4555c8515383da7602458.

* prepare 7.10.0 snapshot

* update doc

* update samples
2024-10-08 11:21:54 +08:00

20 lines
358 B
Markdown

Generator version: 7.10.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/)