|
|
@ -4,15 +4,8 @@ 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(basePackages =
|
|
|
|
@SpringBootApplication(scanBasePackages = "cn.hippo4j")
|
|
|
|
{
|
|
|
|
@MapperScan(basePackages = {"cn.hippo4j.config.mapper", "cn.hippo4j.auth.mapper"})
|
|
|
|
"cn.hippo4j.config.mapper",
|
|
|
|
|
|
|
|
"cn.hippo4j.auth.mapper"
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
@SpringBootApplication(scanBasePackages =
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"cn.hippo4j"
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
public class ServerApplication {
|
|
|
|
public class ServerApplication {
|
|
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
|
public static void main(String[] args) {
|
|
|
|