摘要:
1.使用ApplicationContextAware获取spring容器中的Bean 在spring项目中,只有都是容器中的bean才可以互取(即依赖注入),比如说userController和userService都是容器中的实例bean,所以在userController中可以注入userSe 阅读全文
摘要:
1.pom 依赖配置和生成数据库表 1.1 pom 依赖配置 <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <version>2.3.0</version> </depende 阅读全文