Skip to content

Commit

Permalink
test controller
Browse files Browse the repository at this point in the history
  • Loading branch information
houko committed Nov 6, 2017
1 parent b4afaa5 commit 30b4cd2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import org.springframework.context.annotation.ComponentScan
@EnableAutoConfiguration(exclude = arrayOf(DataSourceAutoConfiguration::class, HibernateJpaAutoConfiguration::class))
class FreemarkerMain {

@Throws(Exception::class)
fun main(args: Array<String>) {
SpringApplication.run(FreemarkerMain::class.java, *args)
}
Expand Down

0 comments on commit 30b4cd2

Please sign in to comment.