sql-to-jdl
sql-to-jdl copied to clipboard
Tool to translate SQL databases to JDL format of jHipster (Created due to existing databases to be generated with jHipster and build angular-java web)
I got this after run mvn ``` *************************** APPLICATION FAILED TO START *************************** Description: Binding to target [Bindable@e2cfdab type = org.blackdread.sqltojava.config.ApplicationProperties, value = 'none', annotations = array [@org.springframework.boot.context.properties.ConfigurationProperties(ignoreInvalidFields=false, ignoreUnknownFields=false, prefix=application,...
I have a MySQL database with the following table ```CREATE TABLE `qp1_integracao` ( `ID` INTEGER(11) NOT NULL AUTO_INCREMENT, `AGE` INTEGER(10) NOT NULL, `ENUMCOLUMN` ENUM('UOL', 'GOOGLE', 'BUSCAPE') NOT NULL, PRIMARY KEY...
method org.jooq.Field.eq(byte[]) is not applicable (argument mismatch; java.lang.String cannot be converted to byte[]) https://github.com/Blackdread/sql-to-jdl/blob/96a3a6ecdcdc4fa2e715860f9b4b12ae4424b389/src/main/java/org/blackdread/sqltojava/repository/InformationSchemaRepository.java#L53
See [jhipster #294](https://github.com/jhipster/jhipster-core/issues/294)
For entities without fields the left parenthesis does not get generated. example: entity JoinAb } error: Error message: NotAllInputParsedException: Redundant input, expecting EOF but found: } at line: 5857, column:...
I got all my entities generated except InformationSchema and KeyColumnUsage classes  Kind lost how to get this generated;
I'm using mysql from xampp, I added 'lower_case_table_names=2' in my.ini file of mysql, set tbale engine to "MyIsam" and when i run the project it still give me lower case...
I am unable to run the code. Error below. java -version openjdk version "17.0.9" 2023-10-17 OpenJDK Runtime Environment Homebrew (build 17.0.9+0) OpenJDK 64-Bit Server VM Homebrew (build 17.0.9+0, mixed mode,...
Bumps commons-io from 2.11.0 to 2.12.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...