We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4afaa5 commit 30b4cd2Copy full SHA for 30b4cd2
freemarker/src/main/java/info/xiaomo/freemarker/FreemarkerMain.kt
@@ -25,7 +25,6 @@ import org.springframework.context.annotation.ComponentScan
25
@EnableAutoConfiguration(exclude = arrayOf(DataSourceAutoConfiguration::class, HibernateJpaAutoConfiguration::class))
26
class FreemarkerMain {
27
28
- @Throws(Exception::class)
29
fun main(args: Array<String>) {
30
SpringApplication.run(FreemarkerMain::class.java, *args)
31
}
0 commit comments