generator-springboot icon indicating copy to clipboard operation
generator-springboot copied to clipboard

Yeoman based Spring Boot Microservice generator

Results 29 generator-springboot issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Using Out of the Box Cache from setup java action

jcenter is about to sunset in may 2021, I know that there is a huge dependency for gradle plugins on jcenter. We should slowly migrate to mavencentral

Use @DynamicPropertySource like [here](https://github.com/rajadilipkolli/analytics-spring-cloud-streams-kafka/blob/master/analytics-spring-cloud-streams-kafka-consumer/src/test/java/com/example/analytics/AnalyticsConsumerApplicationTests.java#L51-L58) instead of [ApplicationContextInitializer](https://github.com/sivaprasadreddy/generator-springboot/blob/master/generators/server/templates/app/src/test/java/common/DBContainerInitializer.java#L19) in Junits when using Containers for setting the value in Junit tests [example](https://www.baeldung.com/spring-dynamicpropertysource) Also use @TestContainers annotation in conjunction with @Container annotation to...

That will be nice to be able to specified application name as option in CLI usage : > yo springboot myservice

logstash logback encoder dependency is necessary for sending the logs to elasticsearch for indexing. This Pr will address the issue