https://github.com/zhiyiyo/crm
A customer relationship management system based on SpringBoot and Bootstrap.
https://github.com/zhiyiyo/crm
bootstrap5 crm springboot2
Last synced: about 1 year ago
JSON representation
A customer relationship management system based on SpringBoot and Bootstrap.
- Host: GitHub
- URL: https://github.com/zhiyiyo/crm
- Owner: zhiyiYo
- Created: 2021-10-12T14:31:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T12:50:38.000Z (over 4 years ago)
- Last Synced: 2025-02-13T19:49:16.075Z (over 1 year ago)
- Topics: bootstrap5, crm, springboot2
- Language: HTML
- Homepage:
- Size: 19.3 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRM
A customer relationship management system based on SpringBoot and Bootstrap.
## Quick start
1. Use the `src/main/resource/static/sql/crm.sql` file to create the database.
2. Use Maven to package the project.
```shell
mvn clean package
```
3. Start service
```shell
cd target
java -jar crm.jar
```