Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdl committed Jun 24, 2019
1 parent eda2884 commit c4dbfa8
Show file tree
Hide file tree
Showing 66 changed files with 66 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* Description: <SysLogger><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion lib_common/src/main/java/com/fly/common/dto/RespDTO.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.io.Serializable;
/**
* Description: <RespDTO><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* Description: <CommonException><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* Description: <通用错误码><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter;
/**
* Description: <AdminServiceApplication><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/**
* Description: <><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* Description: <><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/**
* Description: <UserServiceClient><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* Description: <UserServiceHystrix><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* Description: <GlobalMethodSecurityConfiguration><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/**
* Description: <JwtConfiguration><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* Description: <RabbitConfig><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/**
* Description: <ResourceServerConfiguration><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* Description: <SwaggerConfig><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion module_blog/src/main/java/com/fly/blog/dao/BlogDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* Description: <BlogDao><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* Description: <BlogDetailDTO><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion module_blog/src/main/java/com/fly/blog/entity/Blog.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* Description: <Blog><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion module_blog/src/main/java/com/fly/blog/entity/SysLog.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* Description: <SysLog><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion module_blog/src/main/java/com/fly/blog/entity/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* Description: <User><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* Description: <CommonExceptionHandler><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/**
* Description: <BlogService><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/**
* Description: <LoggerService><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion module_blog/src/main/java/com/fly/blog/util/HttpUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/**
* Description: <><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion module_blog/src/main/java/com/fly/blog/util/UserUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/**
* Description: <><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/**
* Description: <><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.springframework.cloud.config.server.EnableConfigServer;
/**
* Description: <ConfigServerApplication><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
/**
* Description: <EurekaServerApplication><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* Description: <GatewayServiceApplication><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
/**
* Description: <LogServiceApplication><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/**
* Description: <RabbitConfig><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion module_log/src/main/java/com/fly/log/dao/SysLogDAO.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* Description: <SysLogDAO><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion module_log/src/main/java/com/fly/log/entity/SysLog.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* Description: <SysLog><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion module_log/src/main/java/com/fly/log/rabbit/Receiver.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* Description: <Receiver><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion module_log/src/main/java/com/fly/log/rabbit/Sender.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/**
* Description: <Sender><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion module_log/src/main/java/com/fly/log/rabbit/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* Description: <User><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* Description: <><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/**
* Description: <MonitorServiceApplication><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* Description: <UaaServiceApplication><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/**
* Description: <OAuth2Config><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* Description: <WebSecurityConfig><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion module_uaa/src/main/java/com/fly/uaa/dao/UserDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* Description: <UserDao><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion module_uaa/src/main/java/com/fly/uaa/entity/Role.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* Description: <Role><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
2 changes: 1 addition & 1 deletion module_uaa/src/main/java/com/fly/uaa/entity/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* Description: <User><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import org.springframework.stereotype.Service;
/**
* Description: <UserServiceDetail><br>
* Author:    门心叼龙<br>
* Author:    mxdl<br>
* Date:     2019/2/19<br>
* Version:   V1.0.0<br>
* Update:     <br>
Expand Down
Loading

0 comments on commit c4dbfa8

Please sign in to comment.