sbp icon indicating copy to clipboard operation
sbp copied to clipboard

Support multiple Jvm/Spring Boot version

Open hank-cp opened this issue 2 years ago • 0 comments

Dfficalties:

  • PluginResourceHandlerRegistrationCustomizer changes a lot between Spring boot versions.
  • DemoApp 3th patry libs version changes.
    • Flyway
  • Gradle version requirement changes.

SOLUTION 1:

  • Make Spring Boot dependecies level lower from implementation to runtime
  • App specify Spring Boot version as their own needs.

SOLUTION 2:

  • Release different version branch, which mapping to coresponding Spring Boot versions

hank-cp avatar Mar 03 '22 15:03 hank-cp