@SpringBootApplication
@EnableScheduling
@EnableWebSecurity
@EnableAutoConfiguration(exclude=org.springframework.boot.autoconfigure.data.mongo.MongoRepositoriesAutoConfiguration.class)
@EnableMongoRepositories(basePackages="org/schicwp/dinky/persistence")
public class Main
extends java.lang.Object
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.CommandLineRunner |
commandLineRunner(org.springframework.context.ApplicationContext ctx) |
static void |
main(java.lang.String[] args) |