feat(microservices-self-registration): completed discovery server and…#2779
feat(microservices-self-registration): completed discovery server and…#2779Pat-r1ck wants to merge 1 commit intoiluwatar:masterfrom
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
|
@iluwatar please review my pull request, thank you |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
iluwatar
left a comment
There was a problem hiding this comment.
Additionally, please add this module to the parent pom.xml. Otherwise it's not built by CI.
| <properties> | ||
| <maven.compiler.source>17</maven.compiler.source> | ||
| <maven.compiler.target>17</maven.compiler.target> | ||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| </properties> |
There was a problem hiding this comment.
Not needed, these come from parent pom.xml
|
|
||
| @EnableDiscoveryClient | ||
| @SpringBootApplication | ||
| public class ClientServiceApplication |
There was a problem hiding this comment.
Add JavaDoc to explaing the purpose of this class and its role in the pattern
| <properties> | ||
| <maven.compiler.source>17</maven.compiler.source> | ||
| <maven.compiler.target>17</maven.compiler.target> | ||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| </properties> |
|
|
||
| @EnableEurekaServer | ||
| @SpringBootApplication | ||
| public class DiscoveryServerApplication |
There was a problem hiding this comment.
Add JavaDoc to explaing the purpose of this class and its role in the pattern
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
|
Closed due to inactivity. Thank you for your contributions. |








Microservices Self Registration #2687