https://github.com/byronka/minum_usage_example_smaller
A small and simple example of using Minum
https://github.com/byronka/minum_usage_example_smaller
example-code minum
Last synced: 23 days ago
JSON representation
A small and simple example of using Minum
- Host: GitHub
- URL: https://github.com/byronka/minum_usage_example_smaller
- Owner: byronka
- Created: 2023-06-03T01:00:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-03-01T21:35:51.000Z (26 days ago)
- Last Synced: 2026-03-02T00:54:29.608Z (26 days ago)
- Topics: example-code, minum
- Language: Java
- Homepage:
- Size: 1.13 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Minum example - small
====================
This is a small project meant to demonstrate use of the [Minum framework](https://github.com/byronka/minum).
Check out the [code](src/main/java/org/example/Main.java).
Quick start:
------------
To build and run:
```shell
./mvnw compile exec:java
```
then visit http://localhost:8080
See the [Minum quick start](https://github.com/byronka/minum/blob/master/docs/quick_start.md) for a comprehensive (but still speedy) step-by-step.