Skip to content

rajsriramoju/spring-boot-cities-ui

 
 

Repository files navigation

https://twitter.com/Sufyaan_Kazi

spring-boot-cities-ui

This is a simple Spring Boot UI which can consume CITY data and present it graphically using Thymeleaf. Cities-ui

It consumes data for example from this microservice: https://github.com/skazi-pivotal/spring-boot-cities-service/. The SCS branch uses Spring Cloud Services to discover the other Microservice.

To run this app in Cloud Foundry: Edit the script first_time_push.sh and correct the URL of the running copy of the cities microservice (TIP: don't use https). Then simply run the script:

./scripts/first_time_push.sh

This builds the code, removes previous instances, sets up the Cloud Foundry environment and pushes the app. Thereafter, just directly use ./push.sh to build and push the app.

To run this standalone outside of cloudfoundry, simply run:

./gradlew bootRun

Cities

About

Simple UI which can consume CITY data and present it graphically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 35.2%
  • CSS 29.9%
  • HTML 18.9%
  • Shell 14.9%
  • Batchfile 1.1%