-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added netflix hystrix and zipkin server
- Loading branch information
1 parent
9d2c91a
commit d7a5a7c
Showing
94 changed files
with
3,541 additions
and
552 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="src" path="APIGateWay/src/main/java"/> | ||
<classpathentry kind="src" path="APIGateWay/src/test/java"/> | ||
<classpathentry kind="src" path="EurekaServerConfiguration/src/main/java"/> | ||
<classpathentry kind="src" path="EurekaServerConfiguration/src/test/java"/> | ||
<classpathentry kind="src" path="TaskService/src/main/java"/> | ||
<classpathentry kind="src" path="TaskService/src/test/java"/> | ||
<classpathentry kind="src" path="TaskSubmissionService/src/main/java"/> | ||
<classpathentry kind="src" path="TaskSubmissionService/src/test/java"/> | ||
<classpathentry kind="src" path="TaskUserService/src/main/java"/> | ||
<classpathentry kind="src" path="TaskUserService/src/test/java"/> | ||
<classpathentry kind="src" path="UserService/src/main/java"/> | ||
<classpathentry kind="src" path="UserService/src/test/java"/> | ||
<classpathentry kind="src" path="ZipkinDemoProject/src/main/java"/> | ||
<classpathentry kind="src" path="ZipkinDemoProject/src/test/java"/> | ||
<classpathentry kind="src" path="ZipkinProject/src/main/java"/> | ||
<classpathentry kind="src" path="ZipkinProject/src/test/java"/> | ||
<classpathentry kind="lib" path="APIGateWay/gradle/wrapper/gradle-wrapper.jar"/> | ||
<classpathentry kind="lib" path="EurekaServerConfiguration/gradle/wrapper/gradle-wrapper.jar"/> | ||
<classpathentry kind="lib" path="TaskService/gradle/wrapper/gradle-wrapper.jar"/> | ||
<classpathentry kind="lib" path="TaskSubmissionService/gradle/wrapper/gradle-wrapper.jar"/> | ||
<classpathentry kind="lib" path="TaskUserService/gradle/wrapper/gradle-wrapper.jar"/> | ||
<classpathentry kind="lib" path="UserService/.mvn/wrapper/maven-wrapper.jar"/> | ||
<classpathentry kind="lib" path="ZipkinDemoProject/.mvn/wrapper/maven-wrapper.jar"/> | ||
<classpathentry kind="lib" path="ZipkinProject/gradle/wrapper/gradle-wrapper.jar"/> | ||
<classpathentry kind="output" path="APIGateWay/bin/main"/> | ||
</classpath> |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>Task ManagementSystem</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.