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 30b4cd2 commit 97a2b99
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ import org.springframework.context.annotation.ComponentScan
@ComponentScan("info.xiaomo")
@EntityScan("info.xiaomo.*.model")
@EnableAutoConfiguration(exclude = arrayOf(DataSourceAutoConfiguration::class, HibernateJpaAutoConfiguration::class))
class FreemarkerMain {

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

class FreemarkerMain

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

0 comments on commit 97a2b99

Please sign in to comment.