Clean up SpEL examples
This commit is contained in:
@@ -9,7 +9,7 @@ public class SpelProgram {
|
||||
ApplicationContext context = new ClassPathXmlApplicationContext("applicationContext.xml");
|
||||
SpelConditional spelCollections = (SpelConditional) context.getBean("spelConditional");
|
||||
|
||||
// Here you can choose which bean do you want to load insted of spelConditional: spelCollections, spelLogical, etc.
|
||||
// Here you can choose which bean do you want to load instead of spelConditional: spelCollections, spelLogical, etc.
|
||||
|
||||
System.out.println(spelCollections);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user