@@ -59,7 +59,7 @@ import static com.ruoyi.common.core.domain.AjaxResult.success;
*
* @author ruoyi
*/
-@Anonymous
+
@RestController
@RequestMapping("/common")
public class CommonFileController {
@@ -23,7 +23,7 @@ import java.util.List;
* @author hzh
* @date 2023-07-12
@RequestMapping("/dragform/form")
public class DragFormController extends BaseController {
@@ -24,7 +24,6 @@ import com.ruoyi.common.core.page.TableDataInfo;
* @author xzz
* @date 2023-07-31
@RequestMapping("/system/table")
public class DragTableController extends BaseController {
@@ -12,7 +12,6 @@ import javax.annotation.Resource;
import java.util.List;
import java.util.Map;
@RequestMapping("/dataSource")
public class DataSourceController {
@@ -54,7 +54,7 @@ public class SecurityUtils {
try {
return getLoginUser().getUser().getTenant().getDataSource().getDatabaseType();
} catch (Exception e) {
- throw new TenantDataSource("为解析到当前请求中数据源信息", HttpStatus.ERRORWARN);
+ throw new TenantDataSource("未解析到当前请求中数据源信息", HttpStatus.ERRORWARN);
}