Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

7 watching

Forks

Releases

Packages

Contributors