Skip to content

Cloud-Apps/pet-clinic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Sample

This is a Java sample using the Spring framework and a MySQL service.

Building the Application

To build the application, make sure you have Maven installed. Then, cd into the root directory and execute:

mvn clean package -Dmaven.test.skip=true

That will create the petclinic.war file in the 'target' directory.

Deploying the Application

To deploy to stackato:

mvn clean package -Dmaven.test.skip=true
stackato push -n

You can view the application at the 'Application Deployed URL'.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published