Skip to content

Instantly share code, notes, and snippets.

View LumberSzquatch's full-sized avatar

Zach Fenton LumberSzquatch

View GitHub Profile
@LumberSzquatch
LumberSzquatch / about.jsp
Last active March 30, 2017 14:51
SpringBoot MVC Tutorial/Experiment with JSP
<!DOCTYPE html>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<html lang="en">
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script>
<!-- Access the bootstrap Css like this,
Spring boot will handle the resource mapping automcatically -->
<link rel="stylesheet" type="text/css" href="webjars/bootstrap/3.3.7/css/bootstrap.min.css" />