Skip to content

Commit

Permalink
调整注解。
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhiqiang0514 committed Jul 29, 2019
1 parent b761446 commit 4e9c09d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@
import org.springframework.context.annotation.Configuration;

/**
* .
* Start Eureka Client annotations according to configuration
*
* @author linzhiqiang
* @version Revision 1.0.0
* @版权: 版权所有 (c) 2011
* @see:
* @创建日期: 2019-07-25
* @功能说明:
* @author Zhiqiang Lin(linzhiqiang0514@163.com)
*/
@Configuration
@EnableEurekaClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@
import org.springframework.context.annotation.Configuration;

/**
* .
* Start Eureka Server annotations according to configuration
*
* @author linzhiqiang
* @version Revision 1.0.0
* @版权: 版权所有 (c) 2011
* @see:
* @创建日期: 2019-07-25
* @功能说明:
* @author Zhiqiang Lin(linzhiqiang0514@163.com)
*/
@Configuration
@EnableEurekaServer
Expand Down

0 comments on commit 4e9c09d

Please sign in to comment.