IntelliJ IDEA
IntelliJ IDEA – the Leading Java and Kotlin IDE, by JetBrains
Features
Tutorials
configure your non-XML Spring contexts using @Configuration classes, AnnotationConfigApplicationContext or AnnotationConfigWebApplicationContext
set-up “active” profiles for annotation-based configurations
AnnotationConfig*ApplicationContext support in IntelliJ IDEA 11.1
From this short post you’ll find out (and see) how to:
If you use AnnotationConfigWebApplicationContext then simply add your configurations or packages-to-scan to “contextConfiguration” context-param of your web.xml and these files will be autodetected by IntelliJ IDEA.
or add your @Configuration classes to a new annotation-based fileset if your application uses AnnotationConfigApplicationContext.
So, what do you think?
Prev post Integration with Android Lint tool in IntelliJ IDEA 11.1IntelliJ IDEA 11.1 EAP build 114.243 Next post