generazione applicazione e entita

This commit is contained in:
2025-12-10 17:19:16 +01:00
parent e4b8486f4b
commit 9ad99bd05f
363 changed files with 36699 additions and 44 deletions

33
.jhipster/Messaggio.json Normal file
View File

@@ -0,0 +1,33 @@
{
"annotations": {
"changelogDate": "20251210161130"
},
"applications": ["*"],
"dto": "mapstruct",
"fields": [
{
"fieldName": "spedito",
"fieldType": "Instant"
},
{
"fieldName": "testo",
"fieldType": "String"
},
{
"fieldName": "letto",
"fieldType": "Instant"
}
],
"name": "Messaggio",
"relationships": [
{
"otherEntityField": "username",
"otherEntityName": "utenteApp",
"relationshipName": "utente",
"relationshipSide": "left",
"relationshipType": "many-to-one"
}
],
"searchEngine": "no",
"service": "serviceImpl"
}