<td><ahref="https://github.com/spring-petclinic/spring-petclinic-microservices/blob/master/spring-petclinic-config-server/src/main/resources/application.yml">Config server properties</a>,
<td>Use JCache with EhCache <ahref="/springboot-petclinic-server/src/main/java/org/springframework/samples/petclinic/config/CacheConfig.java">CacheConfig.java</a><ahref="/src/main/resources/ehcache.xml">ehcache.xml</a></td>
<td>Map root context to the index.html template <ahref="/springboot-petclinic-server/src/main/java/org/springframework/samples/petclinic/config/WebConfig.java">WebConfig.java</a><ahref="/src/main/resources/ehcache.xml">ehcache.xml</a></td>
@@ -97,25 +101,26 @@ this ~~SpringBoot AngularJS Petclinic is splitted in 2 modules - a client module
<tr>
<td>Node and NPM</td>
<td>
<ahref="/springboot-petclinic-client/pom.xml">The frontend-maven-plugin plugin downloads/installs Node and NPM locally then runs Bower and Gulp</a>
<ahref="https://github.com/spring-petclinic/spring-petclinic-microservices/blob/master/spring-petclinic-client/pom.xml">The frontend-maven-plugin plugin downloads/installs Node and NPM locally then runs Bower and Gulp</a>
</td>
</tr>
<tr>
<td>Bower</td>
<td>
<ahref="/springboot-petclinic-client/bower.json">JavaScript libraries are defined by the manifest file bower.json</a>
<ahref="https://github.com/spring-petclinic/spring-petclinic-microservices/blob/master/spring-petclinic-client/bower.json">JavaScript libraries are defined by the manifest file bower.json</a>
</td>
</tr>
<tr>
<td>Gulp</td>
<td>
<ahref="/springboot-petclinic-client/gulpfile.js">Tasks automated by Gulp: minify CSS and JS, generate CSS from LESS, copy other static resources</a>
<ahref="https://github.com/spring-petclinic/spring-petclinic-microservices/blob/master/spring-petclinic-client/gulpfile.js">Tasks automated by Gulp: minify CSS and JS, generate CSS from LESS, copy other static resources</a>
</td>
</tr>
<tr>
<td>AngularJS</td>
<td>
<ahref="/springboot-petclinic-client/scripts/">app.js, controllers and templates</a>