Unverified Commit 01b4822c by bianxin Committed by GitHub

Update README.md

parent 79be2d22
...@@ -89,9 +89,9 @@ import java.io.Serializable; ...@@ -89,9 +89,9 @@ import java.io.Serializable;
* @author: BianPeng * @author: BianPeng
* *
* Modification History: * Modification History:
* Date Author Version Description * Date Author Version Description
*---------------------------------------------------------------* *---------------------------------------------------------------*
* 2019年4月9日 BianPeng V1.0 initialize * 2019年4月9日 BianPeng V1.0 initialize
*/ */
@Data @Data
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode(callSuper = false)
...@@ -160,9 +160,9 @@ import com.xin.usercenter.entity.User; ...@@ -160,9 +160,9 @@ import com.xin.usercenter.entity.User;
* @author: BianPeng * @author: BianPeng
* *
* Modification History: * Modification History:
* Date Author Version Description * Date Author Version Description
*---------------------------------------------------------------* *---------------------------------------------------------------*
* 2019年4月9日 BianPeng V1.0 initialize * 2019年4月9日 BianPeng V1.0 initialize
*/ */
@Mapper @Mapper
public interface UserDao extends BaseMapper<User> { public interface UserDao extends BaseMapper<User> {
...@@ -207,9 +207,9 @@ import com.baomidou.mybatisplus.extension.service.IService; ...@@ -207,9 +207,9 @@ import com.baomidou.mybatisplus.extension.service.IService;
* @author: BianPeng * @author: BianPeng
* *
* Modification History: * Modification History:
* Date Author Version Description * Date Author Version Description
*---------------------------------------------------------------* *---------------------------------------------------------------*
* 2019年4月9日 BianPeng V1.0 initialize * 2019年4月9日 BianPeng V1.0 initialize
*/ */
public interface UserService extends IService<User> { public interface UserService extends IService<User> {
...@@ -231,9 +231,9 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; ...@@ -231,9 +231,9 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
* @author: BianPeng * @author: BianPeng
* *
* Modification History: * Modification History:
* Date Author Version Description * Date Author Version Description
*---------------------------------------------------------------* *---------------------------------------------------------------*
* 2019年4月9日 BianPeng V1.0 initialize * 2019年4月9日 BianPeng V1.0 initialize
*/ */
@Service @Service
public class UserServiceImpl extends ServiceImpl<UserDao, User> implements UserService { public class UserServiceImpl extends ServiceImpl<UserDao, User> implements UserService {
...@@ -269,9 +269,9 @@ import org.springframework.beans.factory.annotation.Autowired; ...@@ -269,9 +269,9 @@ import org.springframework.beans.factory.annotation.Autowired;
* @author: BianPeng * @author: BianPeng
* *
* Modification History: * Modification History:
* Date Author Version Description * Date Author Version Description
*---------------------------------------------------------------* *---------------------------------------------------------------*
* 2019年4月9日 BianPeng V1.0 initialize * 2019年4月9日 BianPeng V1.0 initialize
*/ */
@Api(description = "用户",value="用户" ) @Api(description = "用户",value="用户" )
@RestController @RestController
...@@ -423,9 +423,9 @@ import lombok.extern.slf4j.Slf4j; ...@@ -423,9 +423,9 @@ import lombok.extern.slf4j.Slf4j;
* @author: BianPeng * @author: BianPeng
* *
* Modification History: * Modification History:
* Date Author Version Description * Date Author Version Description
*---------------------------------------------------------* *---------------------------------------------------------------*
* 2019/4/9 flying-cattle V1.0 initialize * 2019年4月9日 BianPeng V1.0 initialize
*/ */
@Slf4j @Slf4j
@Data @Data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment