From d77171ee108ed708800d53fed174726be359b058 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期四, 17 十一月 2022 14:54:52 +0800 Subject: [PATCH] 注册 白名单拦截 token验证 --- ycl-platform/src/main/java/com/ycl/service/impl/NewsColumnServiceImpl.java | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/service/impl/NewsColumnServiceImpl.java b/ycl-platform/src/main/java/com/ycl/service/impl/NewsColumnServiceImpl.java index e757c08..a0c1cdb 100644 --- a/ycl-platform/src/main/java/com/ycl/service/impl/NewsColumnServiceImpl.java +++ b/ycl-platform/src/main/java/com/ycl/service/impl/NewsColumnServiceImpl.java @@ -1,19 +1,19 @@ -package com.ycl.service.impl; - -import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; -import com.ycl.mapper.NewsColumnDao; -import com.ycl.entity.NewsColumn; -import com.ycl.service.NewsColumnService; -import org.springframework.stereotype.Service; - -/** - * 鏍忕洰琛�(NewsColumn)琛ㄦ湇鍔″疄鐜扮被 - * - * @author makejava - * @since 2022-11-16 16:52:30 - */ -@Service("newsColumnService") -public class NewsColumnServiceImpl extends ServiceImpl<NewsColumnDao, NewsColumn> implements NewsColumnService { - -} - +package com.ycl.service.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.ycl.mapper.NewsColumnDao; +import com.ycl.entity.NewsColumn; +import com.ycl.service.NewsColumnService; +import org.springframework.stereotype.Service; + +/** + * 鏍忕洰琛�(NewsColumn)琛ㄦ湇鍔″疄鐜扮被 + * + * @author makejava + * @since 2022-11-17 11:38:27 + */ +@Service("newsColumnService") +public class NewsColumnServiceImpl extends ServiceImpl<NewsColumnDao, NewsColumn> implements NewsColumnService { + +} + -- Gitblit v1.8.0