K. Siva Prasad Reddy

Results 13 comments of K. Siva Prasad Reddy

The motivation for creating this generator is to automate most commonly used tasks while creating SpringBoot applications. I have limited the DB options to just Postgresql, MySQL and MariaDB as...

Closing due to inactivity.

I remember changing it to use @DynamicPropertySource and reverting it back to ApplicationContextInitializer for some reason. Couldn't recollect the reason off top of my head. Basically, I am aiming for...

In order to use @DynamicPropertiesSource we need to have a base class with ALL the containers defined. It would become bulky as and when we add more containers. Also, ApplicationContextInitializers...

Currently the project name is the first option the generator will ask. While the generator can be updated to take first option as project name and skip asking for the...

Closing due to inactive.

Jcenter repository is added for using https://github.com/avast/gradle-docker-compose-plugin in Gradle based projects. If this plugin is already in Maven Central we can remove it.

This Gradle plugin is used to automatically start dependent docker containers while running the app locally. However, there is no Maven equivalent of that. There is fabric8 maven plugin but...

Book already have explained using MessageSource to provide I18N capabilities. Are you referring to anything else?

Hi, I have used bootstrap, css, js files directly in few modules to demonstrate how we can serve static content from static or public folders in src/main/resources directly. I have...