-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Divide initializr-generator-spring into two modules, one for its API and one for its @Configuration classes #1283
Comments
If you don't want the defaults, have you considered not using the |
thanks for reply first the JavaProjectGenerationDefaultContributorsConfiguration.mainMethodContributor() default use SpringApplication as ApplicationStarter but I have extends class by SpringApplication. i want to replace it. second the DefaultStarterBuildCustomizer. perhaps this is unnecessary without dependency |
As currently implemented, we can't make As things stand, I think your best option is not to use |
Thanks for your advice |
Something that we could do to help with this sort of requirement is to split the Spring module into two pieces. The first would provide all of the customisers and contributors and the second would provide the configuration classes that creates the default arrangement. Anyone wanting complete control could then use the first module on its own. This is somewhat analogous to Spring Boot's |
if it can be implemented, it will be very welcome |
@EightMonth please do not close this issue. |
If you do not wanna enhance the issue,please close it. the issue is opening two years! |
Unfortunately, we don't have unlimited resources and we have to process issues based on priority. We've identified this issue as an improvement to the project but couldn't get to it yet. |
Unfortunately!i also do not want this keep stay in my issue list any more! |
hi spring team
thanks for open source initializr, that's gold for me. the code style is so beautiful, the code design is so wonderful. Gives me a lot of learning space,thanks again.
but i have a issue.Is it possible to add @ConditionalOnMissingBean to the default project contributor.
my English is so poor, forgive me .
Best Regards
eightmonth
The text was updated successfully, but these errors were encountered: