We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b4cd2 commit 97a2b99Copy full SHA for 97a2b99
freemarker/src/main/java/info/xiaomo/freemarker/FreemarkerMain.kt
@@ -23,11 +23,8 @@ import org.springframework.context.annotation.ComponentScan
23
@ComponentScan("info.xiaomo")
24
@EntityScan("info.xiaomo.*.model")
25
@EnableAutoConfiguration(exclude = arrayOf(DataSourceAutoConfiguration::class, HibernateJpaAutoConfiguration::class))
26
-class FreemarkerMain {
27
-
28
- fun main(args: Array<String>) {
29
- SpringApplication.run(FreemarkerMain::class.java, *args)
30
- }
31
+class FreemarkerMain
32
+fun main(args: Array<String>) {
+ SpringApplication.run(FreemarkerMain::class.java, *args)
33
}
0 commit comments