Databases Class Project
- Spring Shell Main Docs https://docs.spring.io/spring-shell/docs/2.0.0.BUILD-SNAPSHOT/reference/htmlsingle/
- Spring Boot Docs (prob not useful) https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features
- Spring Ascii Table source code https://github.com/spring-projects/spring-shell/tree/master/spring-shell-table/src/main/java/org/springframework/shell/table
- git clone the project
- import as gradle project into eclipse
- run
gradle wrapper
- source the database create and insert sql scripts in mariadb
- build with
gradle build - run with
java -jar build/libs/Zoolander-0.0.1-SNAPSHOT.jar