An open API service indexing awesome lists of open source software.

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.

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
```