Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esotericman/hello-windward
Sample project for Windward
https://github.com/esotericman/hello-windward
Last synced: about 1 month 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T12:47:18.000Z (5 months ago)
- Last Synced: 2024-06-16T13:59:18.144Z (5 months 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 |