Bug: Props can not be found with MicronautBeanProcessor #84
Labels
info: workaround available
A workaround is available for the issue
type: bug
Something isn't working
I am not sure this is the correct repo or not but I am trying to make use MicronautBeanProcessor.
My problem is that Micronaut can not resolve Spring's properties.
For EachProperty part of DataJdbcConfiguration configuration:
https://github.com/micronaut-projects/micronaut-data/blob/c1d1dc3cdee0e73125e1bc58d05c05d23c1e0633/data-jdbc/src/main/java/io/micronaut/data/jdbc/config/DataJdbcConfiguration.java#L34-L35
it triggers:
micronaut-spring/spring/src/main/java/io/micronaut/spring/beans/MicronautBeanProcessor.java
Lines 93 to 96 in b783d60
However
name
's value isdatasources
. When it delegates to Spring it can not find this property.datasouces.default.url
works.I am little surprised why this is not hit before.
my prop is like this:
The text was updated successfully, but these errors were encountered: