https://github.com/garylab/termiorg
Official website and shopping system
https://github.com/garylab/termiorg
java official shopping-cart spring-boot website
Last synced: 2 months ago
JSON representation
Official website and shopping system
- Host: GitHub
- URL: https://github.com/garylab/termiorg
- Owner: garylab
- Created: 2022-12-23T10:47:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T14:56:05.000Z (over 3 years ago)
- Last Synced: 2025-12-26T09:58:30.377Z (6 months ago)
- Topics: java, official, shopping-cart, spring-boot, website
- Language: CSS
- Homepage:
- Size: 20.9 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```shell
#export JAVA_HOME=/Users/gary/Library/Java/JavaVirtualMachines/openjdk-17.0.2/Contents/Home
export JAVA_HOME=$(/usr/libexec/java_home -v 17)
mvn clean install
# if there is some changes under common/, please also change
# it's version in pom.xml, and change the reference in other
# pom.xml(s), then
```shell
mvn dependency:purge-local-repository -DmanualInclude="org.termi.common:termi-common"
mvn clean install
```
# Technical
- [Volt - Bootstrap 5 Admin Dashboard](https://github.com/themesberg/volt-bootstrap-5-dashboard)
- [Thymeleaf](https://www.thymeleaf.org/)