2025-03-Jmix-application-deployment

0

Описание

Языки

  • Java91,2%
  • CSS5,9%
  • HTML1,5%
  • Dockerfile1,4%
год назад
год назад
год назад
год назад
год назад
год назад
год назад
README.md

Jmix-pm demo application

Base Jmix Flow project with project management data model

This project contains:

  • Data model with Project, Task, TimeEntry, ProjectStatus, and User entities
  • TaskService - service that returns the least busy User
  • List and Detail views for JPA entities
  • Liquibase changelogs for init and fill data model - 3 Users, 2 Projects with 3 Tasks in each (6 Tasks in total), and demo data for TimeEntry entities

Project may be used as a basic Flow project for:

  • Security basic
  • Working with files in Jmix
  • Using Jmix Studio efficiently
  • Advanced deployment
  • Emailing in Jmix
  • Testing Jmix applications
  • and others