Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
M
MicroServices
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mohammad.salama
MicroServices
Commits
c2587404
Commit
c2587404
authored
Apr 27, 2024
by
mohammad.salama
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gatewaty is working and All Services Are Working by Names
parent
ff12db53
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
26 deletions
+20
-26
pom.xml
MicroServices/CloudGateway/pom.xml
+20
-20
UserService.java
...es/UserService/src/main/java/org/example/UserService.java
+0
-5
pom.xml
MicroServices/pom.xml
+0
-1
No files found.
MicroServices/CloudGateway/pom.xml
View file @
c2587404
...
...
@@ -51,26 +51,26 @@
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<dependency
>
<groupId>
org.slf4j
</groupId
>
<artifactId>
slf4j-api
</artifactId
>
<version>
2.0.9
</version
>
</dependency
>
<dependency
>
<groupId>
ch.qos.logback
</groupId
>
<artifactId>
logback-classic
</artifactId
>
<version>
1.4.11
</version
>
</dependency
>
<dependency
>
<groupId>
ch.qos.logback
</groupId
>
<artifactId>
logback-core
</artifactId
>
<version>
1.4.11
</version
>
</dependency
>
<dependency
>
<groupId>
com.google.code.gson
</groupId
>
<artifactId>
gson
</artifactId
>
<version>
2.8.9
</version
>
</dependency
>
<!-- <dependency>--
>
<!-- <groupId>org.slf4j</groupId>--
>
<!-- <artifactId>slf4j-api</artifactId>--
>
<!-- <version>2.0.9</version>--
>
<!-- </dependency>--
>
<!-- <dependency>--
>
<!-- <groupId>ch.qos.logback</groupId>--
>
<!-- <artifactId>logback-classic</artifactId>--
>
<!-- <version>1.4.11</version>--
>
<!-- </dependency>--
>
<!-- <dependency>--
>
<!-- <groupId>ch.qos.logback</groupId>--
>
<!-- <artifactId>logback-core</artifactId>--
>
<!-- <version>1.4.11</version>--
>
<!-- </dependency>--
>
<!-- <dependency>--
>
<!-- <groupId>com.google.code.gson</groupId>--
>
<!-- <artifactId>gson</artifactId>--
>
<!-- <version>2.8.9</version>--
>
<!-- </dependency>--
>
</dependencies>
</dependencyManagement>
...
...
MicroServices/UserService/src/main/java/org/example/UserService.java
View file @
c2587404
...
...
@@ -18,11 +18,6 @@ public class UserService
@Autowired
RestTemplate
restTemplate
;
// String UserDBURL = "http://localhost:8081/users-db/";
// String FlightDBURL = "http://localhost:8081/flights-db/";
// String WeatherURL = "http://localhost:8083/weather/";
//
String
UserDBURL
=
"http://database-service/users-db/"
;
String
FlightDBURL
=
"http://database-service/flights-db/"
;
String
WeatherURL
=
"http://weather-service/weather/"
;
...
...
MicroServices/pom.xml
View file @
c2587404
...
...
@@ -3,7 +3,6 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.example
</groupId>
<artifactId>
MicroServices
</artifactId>
<packaging>
pom
</packaging>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment