Description
Currently utbot-spring-analyzer uses some Configuration class from user project to get bean definitions from.
If some profile is associated with this Configuration class, it is set active in our analyzer application. Otherwise default profile is activated.
We would like to be able to activate another profile requested by the user.
For example, he could created test profile for testing purposes.
Description
Currently
utbot-spring-analyzeruses some Configuration class from user project to get bean definitions from.If some profile is associated with this Configuration class, it is set active in our analyzer application. Otherwise default profile is activated.
We would like to be able to activate another profile requested by the user.
For example, he could created
testprofile for testing purposes.