Add Environment to shell context; disable shell banner if spring.main.show_banner is set to false

This commit is contained in:
Christian Dupuis
2014-03-20 15:23:24 +01:00
parent 99e6503a07
commit d08d98492d
3 changed files with 19 additions and 1 deletions

View File

@@ -533,8 +533,11 @@ from your command:
|`spring.version`
|The version of the core Spring Framework
|`spring.beanFactory`
|`spring.beanfactory`
|Access to the Spring `BeanFactory`
|`spring.environment`
|Access to the Spring `Environment`
|===