Downloading, Installing and Using Aspose Java for Spring

Downloading

Aspose for Spring Java (Extension of PetClinic Sample Web Application) is can be downloaded from any of the social coding websites listed below.

Configuring and Installing Aspose Java for Spring

Below simple steps will smoothly lead to successful configuration of Spring Java PetClinic Sample Web Application for Aspose API source code in IntelliJ IDE / Eclipse IDE

Prerequisites:

  • Working with PetClinic in JetBrains

The following items should be installed in your system:# Maven 3 (https://maven.apache.org/download.cgi)

  1. git command line tool (https://docs.github.com/en/get-started/quickstart/set-up-git)
  2. IntelliJ IDEA CE / UE* h3. Working with PetClinic in Eclipse/STS The following items should be installed in your system:# Maven 3 (https://maven.apache.org/download.cgi)
  3. git command line tool (https://docs.github.com/en/get-started/quickstart/set-up-git)
  4. Eclipse with the m2e plugin (m2e is installed by default when using the STS (https://spring.io/tools) distribution of Eclipse)
  • Running PetClinic locally

  1. git clone https://github.com/asposemarketplace/Aspose_for_Spring.Java.git
  2. mvn tomcat7:run
  3. You can then access petclinic here: http://localhost:9966/petclinic/

Steps:

  1. In the command line “git clone https://github.com/asposemarketplace/Aspose_for_Spring.Java.git
  2. Inside Eclipse File -> Import -> Maven -> Existing Maven project Inside IntelliJ IDEA File–> Open -> select spring-petclinic Project
  3. Open Browser and Navigate to http://localhost:9966/peclinic/

todo:image_alt_text

Tutorials: