딱히 없음

This commit is contained in:
Suh
2020-05-04 17:56:36 +09:00
parent 48f1e364d8
commit a478dacdec
11 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
<!-- Resolves views selected for rendering by @Controllers to .jsp resources in the /WEB-INF/views directory -->
<beans:bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<beans:property name="prefix" value="/WEB-INF/views/" />
<beans:property name="prefix" value="/views/" />
<beans:property name="suffix" value=".jsp" />
</beans:bean>
<beans:bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver" />

View File

@@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="../../../resources/css/bootstrap.min.css">
<script src="../../../resources/js/jquery-3.5.0.min.js"></script>
<script src="../../../resources/js/popper.min.js"></script>
<script src="../../../resources/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="../../resources/css/bootstrap.min.css">
<script src="../../resources/js/jquery-3.5.0.min.js"></script>
<script src="../../resources/js/popper.min.js"></script>
<script src="../../resources/js/bootstrap.min.js"></script>
</head>
<body>
<del><input type="text" value="hahahah" class="form-control bg-white border-0 ml-2 mt-5" id="inputPassword" placeholder="Password" readonly style="cursor: default"></del><br>

View File

@@ -3,10 +3,10 @@
<head>
<title>Title</title>
<meta charset="utf-8">
<link rel="stylesheet" href="../../../resources/css/bootstrap.min.css">
<script src="../../../resources/js/jquery-3.5.0.min.js"></script>
<script src="../../../resources/js/popper.min.js"></script>
<script src="../../../resources/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="../../resources/css/bootstrap.min.css">
<script src="../../resources/js/jquery-3.5.0.min.js"></script>
<script src="../../resources/js/popper.min.js"></script>
<script src="../../resources/js/bootstrap.min.js"></script>
<style>
.w-14{
width : 6.4em;