|
|
|
@ -3,7 +3,9 @@ package com.mashibing.servicedriveruser;
|
|
|
|
|
import org.mybatis.spring.annotation.MapperScan;
|
|
|
|
|
import org.springframework.boot.SpringApplication;
|
|
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
|
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
|
|
|
|
|
|
|
|
|
@EnableDiscoveryClient
|
|
|
|
|
@SpringBootApplication
|
|
|
|
|
@MapperScan("com.mashibing.servicedriveruser.mapper")
|
|
|
|
|
public class ServiceDriverUserApplication {
|
|
|
|
|