Kotlin for Enterprise Applications using Java EE
上QQ阅读APP看书,第一时间看更新

Using the kotlin-spring plugin in Maven

In Maven, we can enable the kotlin-spring compiler plugin as follows:

<compilerPlugins>
<plugin>spring</plugin>
</compilerPlugins>