Skip to content

Commit

Permalink
不允许实例化ServiceImpl.
Browse files Browse the repository at this point in the history
  • Loading branch information
nieqiurong committed Mar 23, 2024
1 parent b6a44f6 commit 49383b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* @since 2018-06-23
*/
@SuppressWarnings("unchecked")
public class ServiceImpl<M extends BaseMapper<T>, T> implements IService<T> {
public abstract class ServiceImpl<M extends BaseMapper<T>, T> implements IService<T> {

private final ConversionService conversionService = DefaultConversionService.getSharedInstance();

Expand Down

0 comments on commit 49383b1

Please sign in to comment.