https://github.com/edmartt/dao-pattern-attempt
https://github.com/edmartt/dao-pattern-attempt
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edmartt/dao-pattern-attempt
- Owner: Edmartt
- Created: 2021-09-01T22:26:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T20:00:27.000Z (about 3 years ago)
- Last Synced: 2025-02-12T19:35:34.269Z (over 1 year ago)
- Language: Java
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DAO pattern attempt
1. Get adoptopenjdk-11: https://adoptopenjdk.net/
2. Get maven 3.6.x: https://maven.apache.org/
3. Add above to your path if neccessary.
4. `git clone https://github.com/Edmartt/dao-pattern-attempt.git`
5. `mvn clean package`
6. `java -jar target/repository-1.0.0-SNAPSHOT.jar`