Skip to content

Commit 30b4cd2

Browse files
committed
test controller
1 parent b4afaa5 commit 30b4cd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

freemarker/src/main/java/info/xiaomo/freemarker/FreemarkerMain.kt

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import org.springframework.context.annotation.ComponentScan
2525
@EnableAutoConfiguration(exclude = arrayOf(DataSourceAutoConfiguration::class, HibernateJpaAutoConfiguration::class))
2626
class FreemarkerMain {
2727

28-
@Throws(Exception::class)
2928
fun main(args: Array<String>) {
3029
SpringApplication.run(FreemarkerMain::class.java, *args)
3130
}

0 commit comments

Comments
 (0)