1. Spring console application configured using annotations stackoverflow.comI want to create spring console application (running from command line with maven for example: mvn exec:java -Dexec.mainClass="package.MainClass"). Is this application I want to have some kind of services and dao layers. ... |