Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/spring-cloud-config-server-intergrate-with-github
Build restful webservices and centralize end-points using github and independent from development project.
https://github.com/himash79/spring-cloud-config-server-intergrate-with-github
github restful-api spring-boot spring-cloud
Last synced: 9 days ago
JSON representation
Build restful webservices and centralize end-points using github and independent from development project.
- Host: GitHub
- URL: https://github.com/himash79/spring-cloud-config-server-intergrate-with-github
- Owner: himash79
- Created: 2022-10-14T16:31:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T18:24:21.000Z (over 2 years ago)
- Last Synced: 2024-11-21T04:11:55.348Z (2 months ago)
- Topics: github, restful-api, spring-boot, spring-cloud
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-cloud-config-server-intergrate-with-github
Build restful webservices and centralize end-points using github and independent from development project.## Requirements
01) Java 11
02) Maven 3.8## Project setup
01) Clone the project
https://github.com/himash79/Spring-cloud-config-server-intergrate-with-github.git
02) Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
03) Open project using intelij / eclipse
05) Expose Rest APIs and retrieve responses.