ISIS-2158: simplify application configuration
in case there are multiple configurations to pick from when
bootstrapping with Spring, picking one configuration class works just
fine if the other are not auto-discovered by Spring's package scanning;
so the solution is to move any Spring configuration beans out of the
scanned package hierarchy
this commit does this for 'smoketests' and 'simpleapp' by moving the
config beans into xxx.conf packages that are out of scanning scope