https://github.com/alexanderlapygin/java-helloworld
https://github.com/alexanderlapygin/java-helloworld
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexanderlapygin/java-helloworld
- Owner: AlexanderLapygin
- License: mit
- Created: 2023-09-06T15:15:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T09:15:56.000Z (over 1 year ago)
- Last Synced: 2025-02-01T12:11:46.144Z (3 months ago)
- Language: Java
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HelloWorld on Java
## Feature tags
- java
- maven
- starter
- template---
## Direct descendants
- [+ log4j](https://github.com/AlexanderLapygin/log4j-starter#readme)
- [+ logback](https://github.com/AlexanderLapygin/logback-starter/tree/main#readme)
- [+ spring-boot](https://github.com/AlexanderLapygin/spring-boot-helloworld/tree/main#readme)
- [+ war](https://github.com/AlexanderLapygin/war-hello-world/tree/main#readme)---
## Author
[Alexander Lapygin](https://github.com/AlexanderLapygin) <>
---
## Requirements
- [Java](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
---
## Build
```sh
mvnw clean package
```## Run
```sh
java -cp target/hello-world-1.0-SNAPSHOT.jar com.example.App
```Watch 'Hello World!' in the console.
### License
Licensed under the [MIT license](./LICENSE)
---
[SOFTSPIDERS](https://github.com/softspiders/softspiders)