Initial version of smartbooking generated by generator-jhipster@9.0.0-beta.0

This commit is contained in:
2025-12-10 16:41:34 +01:00
commit e4b8486f4b
376 changed files with 44072 additions and 0 deletions

37
.yo-rc.json Normal file
View File

@@ -0,0 +1,37 @@
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "session",
"baseName": "smartbooking",
"buildTool": "gradle",
"cacheProvider": "ehcache",
"clientFramework": "vue",
"clientTestFrameworks": ["cypress"],
"clientTheme": "none",
"creationTimestamp": 1765381052139,
"cypressAudit": true,
"cypressCoverage": null,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"enableGradleDevelocity": false,
"enableHibernateCache": true,
"enableTranslation": true,
"entities": [],
"feignClient": null,
"gradleDevelocityHost": null,
"jhipsterVersion": "9.0.0-beta.0",
"languages": ["it"],
"microfrontend": null,
"microfrontends": [],
"nativeLanguage": "it",
"packageName": "it.sw.pa.comune.artegna",
"prodDatabaseType": "postgresql",
"reactive": false,
"rememberMeKey": "c3201ccf39b5d82ef696ad12b95009f33d980fc0468a86e957ad91487d1fe80d9440f72a1d09721585bc96b11048fda07240",
"serverPort": null,
"serviceDiscoveryType": null,
"syncUserWithIdp": null,
"testFrameworks": ["cypress"],
"withAdminUi": true
}
}