Initial commit for resilient-core
This commit is contained in:
commit
49fc4b2983
2169 changed files with 175785 additions and 0 deletions
43
.yo-rc.json
Normal file
43
.yo-rc.json
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"generator-jhipster": {
|
||||
"applicationType": "monolith",
|
||||
"authenticationType": "session",
|
||||
"baseName": "resilient",
|
||||
"buildTool": "maven",
|
||||
"cacheProvider": "ehcache",
|
||||
"clientFramework": "angular",
|
||||
"devDatabaseType": "mysql",
|
||||
"devServerPort": 4200,
|
||||
"enableHibernateCache": true,
|
||||
"enableTranslation": true,
|
||||
"entities": [
|
||||
"OrganizationType",
|
||||
"Organization",
|
||||
"MetadataProperty",
|
||||
"MetadataValue",
|
||||
"UnitType",
|
||||
"Unit",
|
||||
"UnitConverter",
|
||||
"VariableScope",
|
||||
"VariableCategory",
|
||||
"Variable",
|
||||
"VariableUnits",
|
||||
"VariableClass",
|
||||
"Period",
|
||||
"PeriodVersion",
|
||||
"InputData",
|
||||
"InputDataUpload",
|
||||
"InputDataUploadLog",
|
||||
"OutputData"
|
||||
],
|
||||
"jhipsterVersion": "8.5.0",
|
||||
"languages": ["pt-pt", "en"],
|
||||
"lastLiquibaseTimestamp": 1728984607000,
|
||||
"nativeLanguage": "pt-pt",
|
||||
"packageFolder": "com/oguerreiro/resilient",
|
||||
"packageName": "com.oguerreiro.resilient",
|
||||
"prodDatabaseType": "mysql",
|
||||
"rememberMeKey": "6436150a69ff50bcf383fbb9d974e2e7bd5c4439beaeef76e87a042d920db55f1f161147c30e01db9fd82117e47db521be8f",
|
||||
"serverPort": "8081"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue