You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a ProjectResourceFinder<T> to search for all SpringBootApplicationProperties files with profile default and return Optional<SpringBootApplicationProperties>
fabapp2
changed the title
rovide SpringBootDefaultPropertiesFinder that returns the default application properties of the module
Provide SpringBootDefaultPropertiesFinder that returns the default application properties of the module
Aug 8, 2022
ravig-kant
pushed a commit
to ravig-kant/spring-boot-migrator
that referenced
this issue
Aug 14, 2022
What needs to be done
Implement a
ProjectResourceFinder<T>
to search for allSpringBootApplicationProperties
files with profiledefault
and returnOptional<SpringBootApplicationProperties>
Why it needs to be done
see #225 (comment)
Additional Information
Is profile resolution for
SpringBootApplicationProperties
working?!The text was updated successfully, but these errors were encountered: