|
|
@ -1,13 +1,13 @@ |
|
|
|
package com.iflytop.handacid; |
|
|
|
|
|
|
|
import org.mybatis.spring.annotation.MapperScan; |
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
import org.springframework.context.ConfigurableApplicationContext; |
|
|
|
import org.springframework.core.env.ConfigurableEnvironment; |
|
|
|
import org.springframework.scheduling.annotation.EnableScheduling; |
|
|
|
|
|
|
|
@SpringBootApplication |
|
|
|
@MapperScan("com.iflytop.handacid.common.mapper") |
|
|
|
@EnableScheduling |
|
|
|
public class HandAcidApplication { |
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|