Hands-On Microservices with Kotlin
上QQ阅读APP看书,第一时间看更新

Resource files

There is a folder to be used for placing resource files, either application properties or static web content. The default application.properties is empty and there is no static content, so there are no files inside. We can see a template folder, as Spring could use Thymeleaf for creating server-side html pages, but we are not going to need it in our microservices so this can be deleted.