This is the sandbox of the minimal CRM Web App (A-CRM - Insurance Agency CRM) for students.
🚧 This is the sandbox: The complete template project can be found here.
| Example |
|---|
| Data Example acrm-data example illustrates how JPA can be used with the help of Spring Boot Data JPA including H2. ✔ Data Access / Persistence Layer ✔ Domain Objects / Entities ✔ Repositories |
| API Example acrm-api example illustrates how business logic and an API can be implemented with the help of Spring (Boot) MVC, and finally documented with Swagger/OpenAPI. ✔ Business Layer ✔ Service Layer / API ✔ Swagger API and API ✔ Microservice Documentation |
| Security and JWT Example acrm-security example illustrates how Spring Security can be used to implement a JWT-based authentication. ✔ Spring Security ✔ JSON Web Token (JWT) |
| MVC and jQuery Example acrm-web example illustrates how Spring MVC can be used in combination with jQuery to implement a web application. ✔ Spring MVC ✔ jQuery (JWT) ✔ Bootstrap |