Skip to content
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

Hybrid Application #393

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wakingrufus
Copy link

update gradle
Introduce "hybrid" applications which allow kofu to be mixed with a traditional annotation context. This will assist codebases to migrate gradually, and/or still use boot libraries that don't support kofu

update gradle
Introduce "hybrid" applications which allow kofu to be mixed with a traditional annotation context. This will assist codebases to migrate gradually, and/or still use boot libraries that don't support kofu
)
@EnableWebMvc
open class TestApplication : KofuHybridApplication() {
override fun dslConfigure(): ApplicationDsl.() -> Unit = {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a way to make this nicer?

@wakingrufus
Copy link
Author

I just discovered spring-projects/spring-boot#8115 so ill read through that and see if i can incorporate ideas from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant