guilhermedias / generator-java-service

Java backend service generator
11 stars 1 forks source link

Remove files and code if db is not select weren't used #32 #37

Closed willmenn closed 7 years ago

willmenn commented 7 years ago

I want to resolve #32

Why this change is needed? it was a bug when the developer selects to create a project without db, macchiato was generating files and properties that would only be used if the application was using db.

How this commit address this issue? It removes all files and properties that was only used by db.