https://github.com/litongjava/tio-boot-web-hello
https://github.com/litongjava/tio-boot-web-hello
Last synced: 11 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T22:03:43.000Z (11 months ago)
- Last Synced: 2025-03-12T23:18:59.553Z (11 months ago)
- Language: Java
- Size: 48.8 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
```