Skip to content
/ java-template Public template

A minimal starter template for writing plain Java applications.

License

Notifications You must be signed in to change notification settings

devscompass/java-template

Java Template

Build

A minimal starter template for writing plain Java applications. Ideal for learning the core features of the language, practicing coding exercises, or even building mini projects.

Tip

Looking for a production-ready setup?

👉 Check out the Quarkus Template instead

✨ Features

  • 📂 Simple directory structure (src, lib, bin, dist)
  • 🖊️ VS Code settings included
  • ⚙️ No dependency management tool like Maven or Gradle, so fast startup and zero build overhead
  • 📝 make targets for easily compiling, packaging, and running the application
  • 🚦 GitHub Actions for CI/CD

🚀 Getting started

  • Compile and run the application.

    make run
  • Package the application into a JAR.

    make package

📄 License

The Java Template is licensed under the terms of the MIT license.

About

A minimal starter template for writing plain Java applications.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published