Skip to content

darshanveer/rdp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rdp

Software Installation Needed

  • Jhipster
  • Mongo ( running on 27017)
  • Docker

Code Generator for Jhipster *npm install -g generator-jhipster

Projects : app-serviceone : has the docker compose for the jhipster registry and also a microservice Command : docker-compose -f app-serviceone/src/main/docker/jhipster-registry.yml up

 ----------------------------------------------------
 	Application 'jhipster-registry' is running! Access URLs:
 	Local: 		http://localhost:8761
 	External: 	http://172.20.0.2:8761
 	Profile(s): 	[composite, dev, swagger, uaa]
 ----------------------------------------------------

this is the single rest service which is available for now
 ----------------------------------------------------------
	Application 'appServiceOne' is running! Access URLs:
	Local: 		http://localhost:8081/
	External: 	http://127.0.1.1:8081/
	Profile(s): 	[dev, swagger]
----------------------------------------------------------

app-uaa : authentication service ./mvnw

----------------------------------------------------------
	Application 'uaa' is running! Access URLs:
	Local: 		http://localhost:9999/
	External: 	http://127.0.1.1:9999/
	Profile(s): 	[dev, swagger]
----------------------------------------------------------

app-gateway: the gateway

---------------------------------------------
	Application 'rdpGateway' is running! Access URLs:
	Local: 		http://localhost:8080/
	External: 	http://127.0.1.1:8080/
	Profile(s): 	[dev, swagger]
---------------------------------------------

Forked and Edit by Sudarshan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 68.6%
  • TypeScript 24.8%
  • HTML 3.7%
  • JavaScript 1.5%
  • CSS 1.3%
  • Shell 0.1%