jhipster / jhipster-core

JHipster Domain Language, used by JHipster UML and JDL-Studio to generate entities
Apache License 2.0
346 stars 116 forks source link

The database code is latin1 #481

Closed QAQtutu closed 3 years ago

QAQtutu commented 3 years ago

The issue


I created a microservice. The character encoding of the database it generates is latin1, which should use the default encoding of the database. I want to use utf8mb4, but I did not find any configuration that can change the encoding.

gmarziou commented 3 years ago

This repository is deprecated, issues about generator should be opened in https://github.com/jhipster/generator-jhipster/