Skip to content

damingYang/pet-store-4devops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Pet Store Sample

This is a Java sample using the Spring framework. This application uses a java buildpack.

Building the Application

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

mvn clean package

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

Deploying the Application

To deploy to HPE Helion Stackato:

mvn clean package 
stackato push -n

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.7%
  • HTML 7.1%
  • CSS 6.2%