Uh oh!
There was an error while loading. Please reload this page.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Latest commit | ||||
Repository files navigation
ToDo: - Adjust maven pom: - adjust groupId by adding your sub group at the end (i.e. formula) - adjust artifactId by giving it a name (i.e. core) - adjust properties if you don't intend to use java (1.)8 - Adjust the files in .github if you don't use main as your default branch (i.e. rename main to your default branch name) - Create your package in the src/main/java folder and delete the empty placeholder file - Create your package in the src/test/java folder and delete the empty placeholder file - Get going