|
|
|
@ -3,9 +3,11 @@ package com.taxi.servicepassengeruser;
|
|
|
|
|
import org.mybatis.spring.annotation.MapperScan;
|
|
|
|
|
import org.springframework.boot.SpringApplication;
|
|
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
|
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@SpringBootApplication
|
|
|
|
|
@SpringBootApplication//引导 Spring 容器内配置 Web 容器服务
|
|
|
|
|
@EnableDiscoveryClient//启动nacos服务
|
|
|
|
|
@MapperScan("com.taxi.servicepassengeruser.mapper")
|
|
|
|
|
public class ServicePassengerUserApplication {
|
|
|
|
|
|
|
|
|
|