https://github.com/ryanfleck/essential-java-template
For teaching others how to program, a small, scalable and complete Java program with CI and unit tests.
https://github.com/ryanfleck/essential-java-template
circle-ci java junit maven
Last synced: about 1 month ago
JSON representation
For teaching others how to program, a small, scalable and complete Java program with CI and unit tests.
- Host: GitHub
- URL: https://github.com/ryanfleck/essential-java-template
- Owner: RyanFleck
- License: gpl-3.0
- Created: 2019-06-16T14:58:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T13:56:50.000Z (over 5 years ago)
- Last Synced: 2025-03-28T07:31:44.460Z (about 1 year ago)
- Topics: circle-ci, java, junit, maven
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Essential-Java-Template
[](https://travis-ci.org/RyanFleck/Essential-Java-Template)
This repository is a companion to the article [Programming: 0 to 90 in Java](https://ryanfleck.github.io) which will be up on my personal site soon. It details how to get started from scratch, and walks the reader through installing Java and an IDE, the structure of a simple program, how to write and run a small program, the use of Java in an enterprise setting, what people will pay you to write, and how to build something that people can trust using CI and Unit Tests.