| | |
| | | import org.springframework.boot.web.servlet.ServletRegistrationBean; |
| | | import org.springframework.context.annotation.Bean; |
| | | import org.springframework.context.annotation.ComponentScan; |
| | | import org.springframework.session.data.redis.config.annotation.web.http.EnableRedisHttpSession; |
| | | |
| | | import java.util.LinkedHashSet; |
| | | import java.util.Set; |
| | |
| | | * |
| | | * @author andy |
| | | */ |
| | | //@EnableRedisHttpSession |
| | | @EnableRedisHttpSession |
| | | @SpringBootApplication(exclude = {DataSourceAutoConfiguration.class}) |
| | | @ComponentScan(basePackages = {"com.fzzy", "com.ruoyi"}) |
| | | @EntityScan(basePackages = {"com.fzzy.*.*.domain"}) |