William Cheng a79aad8420
Prepare 7.13.0 (#20758)
* Revert "v7.12.0 release"

This reverts commit 073723cb4d41187f839fbb46565d109293fa22d7.

* set version to v7.13.0-SNAPSHOT

* update samples

* update doc
2025-02-28 13:48:36 +08:00

20 lines
358 B
Markdown

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