mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
:art:修改系统配置表数据结构,添加数据库连接检测
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package cn.hellohao.service.impl;
|
||||
|
||||
import cn.hellohao.dao.AlbumMapper;
|
||||
import cn.hellohao.dao.ConfigMapper;
|
||||
import cn.hellohao.dao.ImgAndAlbumMapper;
|
||||
import cn.hellohao.dao.ImgMapper;
|
||||
import cn.hellohao.exception.CodeException;
|
||||
@@ -25,7 +24,6 @@ import java.util.List;
|
||||
public class AlbumServiceImpl implements AlbumService {
|
||||
@Autowired AlbumMapper albumMapper;
|
||||
@Autowired ImgAndAlbumMapper andAlbumMapper;
|
||||
@Autowired ConfigMapper configMapper;
|
||||
@Autowired ImgMapper imgMapper;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user