Spring Boot:编写一个 Hello World 应用(Kotlin & Gradle)( 四 )

│ ├── kotlin

│ │ └── org

│ │ └── springdev

│ │ └── guides

│ │ └── helloworld

│ │ └── HelloWorldApplication.kt

│ └── resources

│ ├── application.properties

│ ├── static

│ └── templates

└── test

└── kotlin

└── org

└── springdev

└── guides

└── helloworld

└── HelloWorldApplicationTests.kt

在工程根目录打开 build.gradle,其内容如下:

推荐阅读