https://github.com/esotericman/hello-windward
Sample project for Windward
https://github.com/esotericman/hello-windward
Last synced: 2 months ago
JSON representation
Sample project for Windward
- Host: GitHub
- URL: https://github.com/esotericman/hello-windward
- Owner: esotericman
- Created: 2024-01-31T05:33:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T12:47:18.000Z (about 2 years ago)
- Last Synced: 2025-03-20T00:48:35.538Z (over 1 year ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample project for Windward
[中文](README.zh-CN.md)
## You will learn these skills
- Simple router usage
- Package runnable jar
- Static resource host
## You can test them
| Description | Router Path |
|-------------|----------------------------------|
| root | http://127.0.0.1:8080 |
| json | http://127.0.0.1:8080/json |
| index.html | http://127.0.0.1:8080/index.html |
| inner.html | http://127.0.0.1:8080/inner |