spring-petclinic / spring-petclinic-angularjs

AngularJS 1 and Spring Boot 2 version of the Spring Petclinic sample application
72 stars 95 forks source link

How to run client side #16

Closed Shamture closed 5 years ago

arey commented 7 years ago

Client side is embbeded as a webjar:

<dependency>
            <groupId>org.springframework.samples</groupId>
            <artifactId>spring-petclinic-client</artifactId>
        </dependency>
Shamture commented 7 years ago

Please send me the steps to run this application...

arey commented 7 years ago

Do you have read the readme.md? https://github.com/spring-petclinic/spring-petclinic-angularjs/blob/master/readme.md

ghost commented 7 years ago

me too am not able to run the client.

arey commented 7 years ago

Here the steps:

git clone https://github.com/spring-petclinic/spring-petclinic-angularjs.git
cd spring-petclinic
./mvnw clean install
cd spring-petclinic-server
../mvnw spring-boot:run
ghost commented 7 years ago

Hi, There is no folder with "spring-petclinic"!!!! 2nd Step "cd spring-petclinic" fails.

grampi commented 7 years ago

it should be: cd spring-petclinic-angularjs

arey commented 7 years ago

Your're right @grampi . I'll update the readme