netodevel / cli-spring-boot-scaffold

command line for generate crud and configs for spring boot projects
131 stars 49 forks source link

redundant templates found #40

Closed dominik42 closed 6 years ago

dominik42 commented 6 years ago

Hi, after a 3 day deep dive into angular/typescript I was very impressed by the angular cli for generating all kinds of artifacts needed by angular apps. Mainly, I'm a Spring Boot backend developer so I was looking around for a similar solution for Spring Boot and found your project. Nice work until now, thank you !!! I've just cloned the repo and start playing around. My first question: why the Thymeleaf templates are exists in booth projects, spring-boot-generate AND spring-scaffold-cli ? As I assume, spring-scaffold-cli is the integration into the Spring Boot CLI and the real work is done by spring-boot-generate, right ? So should the templates better resists in spring-boot-generate only ?

Greetings from Germany Dominik

netodevel commented 6 years ago

Hi @dominik42 , Thanks yes the real work is spring-boot-generate, and right now I'm working a new core extensible and easy-maintenance . so that the community can contribute with some templates to the generate... Please access this link to see how the new core of the project https://github.com/NetoDevel/generate-core

I will soon update this new core in this repository. if you want to contribute, make a fork of the new repository and then I will merge here.

dominik42 commented 6 years ago

… sounds good. Can I use it already from the command line ? With or without spring-boot-cli ? Or should I continue using the existing one ?

BTW, why there are GeneratorXYZ.java and GeneratorCleanXYZ.java ? Whats the reason behind that difference ?

kind regards Dominik

Am 18.09.2017 um 00:41 schrieb José Vieira Neto notifications@github.com:

Hi, Thanks yes the real work is spring-boot-generate, and right now I'm working a new core extensible and easy-maintenance . so that the community can contribute with some templates to the generate... Please access this link to see how the new core of the project https://github.com/NetoDevel/generate-core https://github.com/NetoDevel/generate-core — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NetoDevel/cli-spring-boot-scaffold/issues/40#issuecomment-330099204, or mute the thread https://github.com/notifications/unsubscribe-auth/AA7LiEvN3zrc6GZZAFERXQeX58acyXSAks5sjaAVgaJpZM4PaR4Z.

netodevel commented 6 years ago

@dominik42 Generates Clean are simple classes instead of being a full CRUD. Just see the difference in the templates. https://github.com/NetoDevel/generate-core/tree/master/src/main/resources/templates/java/controller

dominik42 commented 6 years ago

… ah … got it

kind regards Dominik

Am 18.09.2017 um 12:21 schrieb José Vieira Neto notifications@github.com:

@dominik42 https://github.com/dominik42 Generates Clean are simple classes instead of being a full CRUD. Just see the difference in the templates. https://github.com/NetoDevel/generate-core/tree/master/src/main/resources/templates/java/controller https://github.com/NetoDevel/generate-core/tree/master/src/main/resources/templates/java/controller — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NetoDevel/cli-spring-boot-scaffold/issues/40#issuecomment-330179948, or mute the thread https://github.com/notifications/unsubscribe-auth/AA7LiC4rfuGFS4fj0qBrh1HNb8793Xmsks5sjkQOgaJpZM4PaR4Z.

netodevel commented 6 years ago

@dominik42, enter the gitter, there we can talk more about. In the project readme has the link to the gitter.