Skip to content

Commit

Permalink
Removed Kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
MoetezWelhazi committed Apr 20, 2024
1 parent 574f081 commit 36df687
Show file tree
Hide file tree
Showing 46 changed files with 74 additions and 1,405 deletions.
1 change: 0 additions & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions property/.husky/pre-commit

This file was deleted.

5 changes: 2 additions & 3 deletions property/.jhipster/Property.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"annotations": {
"changelogDate": "20240417193556"
"changelogDate": "20240420155515"
},
"applications": ["KariaMain", "property"],
"applications": ["property"],
"clientRootFolder": "property",
"databaseType": "sql",
"documentation": "Entities for property Microservice",
"entityTableName": "property",
"fields": [
{
Expand Down
4 changes: 2 additions & 2 deletions property/.jhipster/Review.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"annotations": {
"changelogDate": "20240417193756"
"changelogDate": "20240420155715"
},
"applications": ["KariaMain", "property"],
"applications": ["property"],
"clientRootFolder": "property",
"databaseType": "sql",
"entityTableName": "review",
Expand Down
4 changes: 2 additions & 2 deletions property/.jhipster/Tag.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"annotations": {
"changelogDate": "20240417193656"
"changelogDate": "20240420155615"
},
"applications": ["KariaMain", "property"],
"applications": ["property"],
"clientRootFolder": "property",
"databaseType": "sql",
"entityTableName": "tag",
Expand Down
3 changes: 0 additions & 3 deletions property/.lintstagedrc.cjs

This file was deleted.

7 changes: 3 additions & 4 deletions property/.yo-rc.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"generator-jhipster": {
"applicationIndex": 1,
"applicationIndex": 0,
"applicationType": "microservice",
"authenticationType": "jwt",
"baseName": "property",
"buildTool": "maven",
"cacheProvider": "hazelcast",
"entities": ["Property", "Tag", "Review"],
"jhipsterVersion": "8.1.0",
"jwtSecretKey": "OTA5MjVhOGJjMzM1M2EwM2E2NDAzNzdlOWE4ZWQxZmM5ODdjMjc2MjlmNWQ2ZDk3NGFhYTRkMGJkMzBkNTM3NzMzNWJhOTk1MzhjNjU4NmE2YmNiYWNjMmFjYjkyZjczZGEyOTk4ZDI2MzFmNmRlYjVhNTkxNTY3NTdlODA1YWM=",
"jwtSecretKey": "NjgyMWRjZTE4ZjYxOWU1MGQ3NDc4Y2FlZTAyNWY0ZDZhYWE2NDhlYWYyOWU5NjVjZGVlMGE1NTU1OWFiMTI5YWQ0Y2QyZmE3NWZkZjQ0NDdkZTk3MWY5MTg0ZWJmNmU0NGI0ZjhiZDZlZWQ3ODM0MTk2ZWJiNmExZmE3Zjk4ZjU=",
"languages": ["en"],
"lastLiquibaseTimestamp": 1713382676000,
"messageBroker": "kafka",
"lastLiquibaseTimestamp": 1713628635000,
"monorepository": true,
"nativeLanguage": "en",
"packageFolder": "com/jhipster/demo/product",
Expand Down
Loading

0 comments on commit 36df687

Please sign in to comment.