spring-attic / spring-dsl

Experimental Spring Dsl Library around Language features
Apache License 2.0
12 stars 6 forks source link

Move DslConfigurationProperties to autoconfigure package #6

Closed jvalkeal closed 5 years ago

jvalkeal commented 5 years ago

spring-dsl-lsp-core should be free of boot deps and thus DslConfigurationProperties needs to go to boot package. We still want to have config classes in core packages but those need to be adapted from auto-configuration if boot is in place(it should not be hard requirement while I would not see any cases where boot is not used). This just makes code structure a bit more clean and separated.