Update 55.1.3. Default import statements.md

master
qibaoguang 2015-03-09 23:20:01 +08:00
parent d0b22b3b08
commit e14704406e
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
### 55.1.3. 默认import语句
为了帮助你减少Groovy代码量一些`import`语句被自动包含进来了。注意上面的示例中引用`@Component``@RestController`和`@RequestMapping`而没有使用全限定名或`import`语句。
**注**很多Spring注解在不使用`import`语句的情况下可以正常工作。尝试运行你的应用看一下在添加imports之前哪些会失败。