About 683,000 results
Open links in new tab
  1. java - Jhipster CORS enable - Stack Overflow

    Aug 7, 2018 · 11 The only config needed to enable CORS in JHipster's Prod mode is to set the jhipster.cors configuration like below. One thing to note is that if your frontend is using a port, that …

  2. Newest 'jhipster' Questions - Stack Overflow

    Nov 18, 2025 · I generated a Jhipster project using Vue 3 with the gateway type and another with the microservice type, but it seems that the module-federation is outdated. How can I manage to get the …

  3. jhipster is not recognized as an internal or external command, operable ...

    May 20, 2017 · jhipster : The term 'jhipster' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the …

  4. 'jhipster' tag wiki - Stack Overflow

    JHipster is a development platform to generate, develop and deploy Spring Boot, Angular/React/Vue Web applications and Spring microservices.

  5. jHipster shows "An error has occurred :- (" While opening the ...

    Jan 22, 2019 · My jhipster has spring boot with react and is connected to IBM db2 database. Tried opening the application after running the command 'mvnw' and also tried with 'npm start'.

  6. How to modify existing entity generated with jhipster?

    Jan 29, 2015 · I use jhipster generator to create a projet. I've generated some entity manually following the information provided in jhipster documentation : If you prefer (or need) to do a database update …

  7. jhipster8 build successful, then AggregateError - Stack Overflow

    Nov 7, 2023 · This is a temporary measure until JHipster updates their platform to be compatible with the latest Node versions. Keep an eye on the JHipster release notes for updates on when they've …

  8. jhipster - Is "builtInEntity" a new requirement for Build-in Entities ...

    Nov 16, 2023 · ERROR! In the relationship between MyEntity and User, MyEntity and User are not declared. If 'User' is a built-in entity declare like 'MyEntity to User with builtInEntity'. Searching …

  9. Spring / Jhipster QueryService how to build a deep specification

    Oct 20, 2021 · The tech.jhipster.service.QueryService can get complicate quickly. I'm looking at my code after 6 months, and I don't get what I did anymore, having to rethink stuff again, just because I want …

  10. How to delete an entity after creating it using jhipster?

    Jan 30, 2015 · I have created 3 entities (Author, Book, Library) using "yo jhipster:entity" command but in one entity (Library) I had a ManyToMany relationship (to Book) but that caused "mappedBy …