|
@@ -1,12 +1,8 @@
|
|
|
package com.xy;
|
|
|
|
|
|
-import cn.easyes.starter.register.EsMapperScan;
|
|
|
-import org.mybatis.spring.annotation.MapperScan;
|
|
|
import org.springframework.boot.SpringApplication;
|
|
|
|
|
|
@CloudApplication
|
|
|
-@EsMapperScan("com.xy.**.mapper")
|
|
|
-@MapperScan("com.xy.**.mapper")
|
|
|
public class StartCloud {
|
|
|
|
|
|
public static void main(String[] args) {
|