1 Answer

0 votes
by

Overriding possibility: Dependencies are specified using <constructor-arg> and <property> settings which overrides autowiring.

Data types restriction: Primitive data types, Strings and Classes can’t be autowired.

Spring Boot

Related questions

0 votes
asked Apr 4, 2021 in Spring by Robindeniel
0 votes
asked Apr 4, 2021 in Spring by Robindeniel
...