File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
spring-security-rest-full
src/main/webapp/WEB-INF/view Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2828 <artifactId >aspectjweaver</artifactId >
2929 </dependency >
3030
31+ <dependency >
32+ <groupId >org.apache.tomcat.embed</groupId >
33+ <artifactId >tomcat-embed-jasper</artifactId >
34+ <scope >provided</scope >
35+ </dependency >
3136
3237 <!-- Spring Security -->
3338
Original file line number Diff line number Diff line change 1+ <%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
12<html >
23<head >
34<title >Metric Graph</title >
1011 });
1112
1213 function drawChart () {
13- $ .get (" http://localhost:8080/spring-security-rest-full/ metric-graph" ,
14+ $ .get (" <c:url value= " / metric- graph" /> " ,
1415 function (mydata ) {
1516
1617 var data = google .visualization .arrayToDataTable (mydata);
You can’t perform that action at this time.
0 commit comments