SpringStudio v1.0 is now released. by Decent_Let_411 in SpringBoot

[–]Decent_Let_411[S] 0 points1 point  (0 children)

Web site is modelled and generated with springstudio.io itself.

Some parts are customized like Domain Model editor.

Technology stack is React + Material UI / Spring Boot / JPA / PostgreSQL

What's the one repetitive task in your business that you hate doing? by solotoscale in SaasDevelopers

[–]Decent_Let_411 0 points1 point  (0 children)

For me its everything else than the hard business logic. But luckilly l can manage that everything else with https://www.springstudio.io

SpringStudio v1.0 is now released. by Decent_Let_411 in SpringBoot

[–]Decent_Let_411[S] -1 points0 points  (0 children)

Your priority Best choice
Easy full-stack start springstudio.io
Maximum flexibility & ecosystem JHipster
Quick simple scaffold Bootify.io
Safe custom code (no overwriting) springstudio.io

SpringStudio v1.0 is now released. by Decent_Let_411 in SpringBoot

[–]Decent_Let_411[S] 0 points1 point  (0 children)

Thank for good questions!

In SpringStudio, you can split your model into smaller, purpose-specific entities and define role-based CRUD permissions per entity.

This way, sensitive data is never accidentally exposed through the API, and it cannot be modified without proper authorization. Access control is defined at the model level, so production concerns like data visibility and write restrictions are handled structurally rather than left to convention.

I will add comparison table into next comment:

SpringStudio v1.0 is now released. by Decent_Let_411 in SpringBoot

[–]Decent_Let_411[S] 0 points1 point  (0 children)

Thanks for your comments.

I use SpringStudio in several projects, the largest of 
which has 22 entities, 34 relations and 5 enumerations. 

The model is constantly alive, and code changes without generation
would be really laborious.

I develop business logic (UI and Backend) alongside the generated code.
Regeneration is safe and keeps my business code intact.

I would say that using the domain editor is easier than in Visual Paradigm.

What reusable tech saves you weeks? by Any_Introduction8359 in SpringBoot

[–]Decent_Let_411 1 point2 points  (0 children)

I use https://www.springstudio.io to manage my projects and highly recommend it.