You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Service.java.vm 481 B

123456789101112131415161718192021
  1. package ${package}.${moduleName}.service;
  2. import com.baomidou.mybatisplus.extension.service.IService;
  3. import ${package}.${moduleName}.entity.${className};
  4. /**
  5. * <p>
  6. * ${comments}
  7. * </p>
  8. *
  9. * @package: ${package}.${moduleName}.service
  10. * @description: ${comments}
  11. * @author: ${author}
  12. * @date: Created in ${datetime}
  13. * @copyright: Copyright (c) ${year}
  14. * @version: V1.0
  15. * @modified: ${author}
  16. */
  17. public interface ${className}Service extends IService<${className}> {
  18. }

一个用来深度学习并实战 spring boot 的项目,目前总共包含 66 个集成demo,已经完成 55 个。