An open API service indexing awesome lists of open source software.

https://github.com/alexanderlapygin/java-helloworld


https://github.com/alexanderlapygin/java-helloworld

Last synced: about 1 month ago
JSON representation

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)