1

I'm very new to coding world so I hope I will be clear in my request.

I would like to know if in an Jhipster generated app, I can change the prodDatabaseType from PostgreSQL to MySQL directly in the file .yo-rc.json without the need to generate de novo an other JHipster app?

I have another naive question. Does Spring JPA handle the request for MySQL and PostgreSQL the same way?

1
  • Please provide some example code. Commented Aug 30, 2018 at 8:34

1 Answer 1

2

Re-generating with MySQL (after modifying .yo-rc.json) will change few properties in application*.yml, pom.xml or build.gradle, docker files, Liquibase xml changelogs and ID generation type in JPA entities.

Knowing this, you should be able to easily merge these changes using git.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.