Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litongjava/tio-boot-web-hello
https://github.com/litongjava/tio-boot-web-hello
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/litongjava/tio-boot-web-hello
- Owner: litongjava
- License: mit
- Created: 2024-04-09T21:23:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T12:26:43.000Z (2 months ago)
- Last Synced: 2024-11-08T13:31:24.577Z (2 months ago)
- Language: Java
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# tio-boot-web-hello
```shell script
set JAVA_HOME=D:\java\jdk1.8.0_121
mvn clean package -DskipTests -Pproduction
java -jar target\tio-boot-web-hello-1.0.0.jar
```
```shell script
curl http://localhost
```