提交 4227b85a 编写于 作者: M ManongJu

包名规范

上级 1d2fac62
package com.microservice.skeleton.auth.respository; package com.microservice.skeleton.auth.repository;
import com.microservice.skeleton.auth.entity.RcRoleEntity; import com.microservice.skeleton.auth.entity.RcRoleEntity;
import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaRepository;
......
package com.microservice.skeleton.auth.respository; package com.microservice.skeleton.auth.repository;
import com.microservice.skeleton.auth.entity.RcUserEntity; import com.microservice.skeleton.auth.entity.RcUserEntity;
import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaRepository;
......
package com.microservice.skeleton.auth.service.impl; package com.microservice.skeleton.auth.service.impl;
import com.microservice.skeleton.auth.entity.RcUserEntity; import com.microservice.skeleton.auth.entity.RcUserEntity;
import com.microservice.skeleton.auth.respository.UserRepository; import com.microservice.skeleton.auth.repository.UserRepository;
import com.microservice.skeleton.auth.service.UserService; import com.microservice.skeleton.auth.service.UserService;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册