Blackdread / sql-to-jdl

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)
MIT License
179 stars 81 forks source link

JdlViewMapperImpl is missing in repo #188

Closed gatisj closed 1 year ago

gatisj commented 1 year ago

The latest source (https://github.com/Blackdread/sql-to-jdl/commit/28deaa1ef0822e6a1eb1f82b930c3683104075ec) is not compiling.

org.blackdread.sqltojava.view.mapper.JdlViewMapperImpl is missing in source code.

Blackdread commented 1 year ago

this generated class, just run mvn compile It does compile, CI is green and I can run tests locally (I cloned in a new folder).

MustacheService could probably depend on JdlViewMapper instead