Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

The introductory sample application for Grails

License

Notifications You must be signed in to change notification settings

vmware-archive/grails-petclinic

 
 

Repository files navigation

Petclinic Sample Application

This is the standard introductory sample application for Grails. To get started with it, simply clone the repository and then from within your local copy run:

./grailsw run-app

on Unix-like systems, or

grailsw run-app

on Windows via the command prompt. Once the server has started up, you can copy the URL and paste it in a browser.

Follow the tutorial link to learn about Grails or click on the View Source for Controller/View links to see the underlying code for whatever page you are currently on.

To build the app run

./grailsw war

To deploy on Cloud Foundry

please have a look at manifest.yml You need to create a MySQL service called petclinic-mysql

cf push

About

The introductory sample application for Grails

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.8%
  • HTML 21.7%
  • Groovy 8.7%
  • CSS 3.0%
  • Batchfile 0.8%