修改体检接口,新增字段,及修复部分bug
This commit is contained in:
@@ -15,7 +15,7 @@ import tk.mybatis.spring.annotation.MapperScan;
|
||||
@EnableAspectJAutoProxy(proxyTargetClass = true)
|
||||
@SpringBootApplication(scanBasePackages = "com")
|
||||
@MapperScan(basePackages = {"com.guahao.*.mapper"})
|
||||
@ServletComponentScan(basePackages = {"com.guahao.common.filter"})
|
||||
@ServletComponentScan(basePackages = {"com.guahao.common.filter", "com.guahao.common.listener"})
|
||||
@ComponentScan(basePackages = {"com.guahao"})
|
||||
@EnableScheduling
|
||||
public class GuahaoApplication extends SpringBootServletInitializer {
|
||||
|
||||
Reference in New Issue
Block a user