Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ergyl/fun_zoo
This is a Maven project with a simple Java application that simulates a zoo with some fun animals.
https://github.com/ergyl/fun_zoo
java jenkins junit5 maven surefire-plugin
Last synced: about 2 months ago
JSON representation
This is a Maven project with a simple Java application that simulates a zoo with some fun animals.
- Host: GitHub
- URL: https://github.com/ergyl/fun_zoo
- Owner: ergyl
- Created: 2024-02-08T10:37:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T14:33:00.000Z (11 months ago)
- Last Synced: 2024-02-15T23:31:10.937Z (11 months ago)
- Topics: java, jenkins, junit5, maven, surefire-plugin
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fun Zoo school project
This is a Maven project with a simple Java application that simulates a zoo with some fun animals. Also used Jenkins for CI And CD.## Building
In order to build the project you need to have Maven installed, then follow these steps:
1. Open terminal
2. Clone the Github Repo to a directory of your choice
3. Navigate to the fun_zoo directory in the terminal
`cd fun_zoo`
4. Run this mvn command from the command line:
`mvn package`## Running
Run the app by executing the JAR file from the command line:
`java -jar target/funzoo-1.0.jar`