|
|
@@ -4,7 +4,7 @@ import org.mybatis.spring.annotation.MapperScan; |
|
|
import org.springframework.boot.SpringApplication; |
|
|
import org.springframework.boot.SpringApplication; |
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
|
|
|
|
|
@MapperScan("com.tothefor.mapper") |
|
|
|
|
|
|
|
|
@MapperScan("com.moxianchengbao.mapper") |
|
|
@SpringBootApplication |
|
|
@SpringBootApplication |
|
|
public class StockPredictJavaApplication { |
|
|
public class StockPredictJavaApplication { |
|
|
|
|
|
|
|
|
|