|
@@ -5,7 +5,7 @@ import com.chelvc.cloud.maintain.MaintainServer;
|
|
|
import com.chelvc.cloud.user.server.UserServer;
|
|
|
import com.chelvc.cloud.vehicle.server.VehicleServer;
|
|
|
import com.chelvc.framework.base.config.BeanFullnameGenerator;
|
|
|
-import com.chelvc.framework.base.config.MultiserverMvcConfigurer;
|
|
|
+import com.chelvc.framework.base.config.MultipleServerConfigurer;
|
|
|
import com.chelvc.framework.database.interceptor.DynamicDatasourceInterceptor;
|
|
|
import com.chelvc.framework.nacos.config.MultiserverNacosConfigurer;
|
|
|
import com.chelvc.framework.security.session.OAuthSessionFactory;
|
|
@@ -37,7 +37,7 @@ import org.springframework.context.annotation.Import;
|
|
|
MaintainServer.class,
|
|
|
OAuthSessionFactory.class
|
|
|
})})
|
|
|
-@Import({MultiserverMvcConfigurer.class, MultiserverNacosConfigurer.class, DynamicDatasourceInterceptor.class})
|
|
|
+@Import({MultipleServerConfigurer.class, MultiserverNacosConfigurer.class, DynamicDatasourceInterceptor.class})
|
|
|
public class Server {
|
|
|
public static void main(String[] args) {
|
|
|
SpringApplication.run(Server.class);
|