@SpringBootApplication(exclude={org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class,org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration.class})
@EnableAspectJAutoProxy
public class GenieWeb
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
GenieWeb()
Protected constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Spring Boot Main.
|