微服务架构模式的切换

This commit is contained in:
AlanScipio
2024-01-31 18:12:13 +08:00
parent 2f8326bc84
commit 880916e493
37 changed files with 1926 additions and 1828 deletions

View File

@@ -2,23 +2,22 @@ package com.ruoyi.common.core.constant;
/**
* 服务名称
*
*
* @author ruoyi
*/
public class ServiceNameConstants
{
public class ServiceNameConstants {
/**
* 认证服务的serviceid
* 认证服务的serviceId
*/
public static final String AUTH_SERVICE = "ruoyi-auth";
/**
* 系统模块的serviceid
* 系统模块的serviceId
*/
public static final String SYSTEM_SERVICE = "ruoyi-system";
/**
* 文件服务的serviceid
* 文件服务的serviceId
*/
public static final String FILE_SERVICE = "ruoyi-file";
}