Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nisum-config-server-master
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
Rajeshekar Sayannagri
nisum-config-server-master
Commits
b70baddc
Commit
b70baddc
authored
Apr 02, 2021
by
Rajeshekar Sayannagri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
2b4c0ec6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
45 deletions
+0
-45
README.md
README.md
+0
-45
No files found.
README.md
View file @
b70baddc
mosaic-config-server:
==================
1.
Its Spring-Cloud-Config server, which is basically spring-boot application.
2.
It runs at port:
**8888**
by default.
3.
start this boot application as "./gradlew bootRun"
### Basic Info:
1.
To check/modify server port (by default, its 8888), please check @
**src/main/resources/application.yml**
2.
To check/modify the application name, @
**src/main/resources/bootstrap.yml**
### Below are Test URLs:
1.
[
http://localhost:8888/sample/development
]
(
http://localhost:8888/sample/development
)
2.
[
http://localhost:8888/sample/ci
]
(
http://localhost:8888/sample/ci
)
3.
[
http://localhost:8888/sample/e2e
]
(
http://localhost:8888/sample/e2e
)
3.
[
http://localhost:8888/sample/production
]
(
http://localhost:8888/sample/production
)
vendor-integration :
1.
[
http://localhost:8888/vendor-integration-service/development
]
(
http://localhost:8888/vendor-integration-service/development
)
2.
[
http://localhost:8888/vendor-integration-service/ci
]
(
http://localhost:8888/vendor-integration-service/ci
)
3.
[
http://localhost:8888/vendor-integration-service/e2e
]
(
http://localhost:8888/vendor-integration-service/e2e
)
4.
[
http://localhost:8888/vendor-integration-service/production
]
(
http://localhost:8888/vendor-integration-service/production
)
user-integration :
1.
[
http://localhost:8888/user-integration-service/development
]
(
http://localhost:8888/user-integration-service/development
)
2.
[
http://localhost:8888/user-integration-service/ci
]
(
http://localhost:8888/user-integration-service/ci
)
3.
[
http://localhost:8888/user-integration-service/e2e
]
(
http://localhost:8888/user-integration-service/e2e
)
4.
[
http://localhost:8888/user-integration-service/production
]
(
http://localhost:8888/user-integration-service/production
)
item-integration :
1.
[
http://localhost:8888/item-integration-service/development
]
(
http://localhost:8888/item-integration-service/development
)
2.
[
http://localhost:8888/item-integration-service/ci
]
(
http://localhost:8888/item-integration-service/ci
)
3.
[
http://localhost:8888/item-integration-service/e2e
]
(
http://localhost:8888/item-integration-service/e2e
)
4.
[
http://localhost:8888/item-integration-service/production
]
(
http://localhost:8888/item-integration-service/production
)
dpo-receipt-integration :
1.
[
http://localhost:8888/dpo-receipt-integration-service/development
]
(http://localhost:8888/dpo-receipt-integration-service/development)
2.
[
http://localhost:8888/dpo-receipt-integration-service/ci
]
(
http://localhost:8888/dpo-receipt-integration-service/ci
)
3.
[
http://localhost:8888/dpo-receipt-integration-service/e2e
]
(
http://localhost:8888/dpo-receipt-integration-service/e2e
)
4.
[
http://localhost:8888/dpo-receipt-integration-service/production
]
(
http://localhost:8888/dpo-receipt-integration-service/production
)
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