command line « Annotation « Spring Q&A





1. Spring console application configured using annotations    stackoverflow.com

I 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. ...