딱히 없음
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<!-- Resolves views selected for rendering by @Controllers to .jsp resources in the /WEB-INF/views directory -->
|
<!-- 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: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:property name="suffix" value=".jsp" />
|
||||||
</beans:bean>
|
</beans:bean>
|
||||||
<beans:bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver" />
|
<beans:bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver" />
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Title</title>
|
<title>Title</title>
|
||||||
<link rel="stylesheet" href="../../../resources/css/bootstrap.min.css">
|
<link rel="stylesheet" href="../../resources/css/bootstrap.min.css">
|
||||||
<script src="../../../resources/js/jquery-3.5.0.min.js"></script>
|
<script src="../../resources/js/jquery-3.5.0.min.js"></script>
|
||||||
<script src="../../../resources/js/popper.min.js"></script>
|
<script src="../../resources/js/popper.min.js"></script>
|
||||||
<script src="../../../resources/js/bootstrap.min.js"></script>
|
<script src="../../resources/js/bootstrap.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
<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>
|
||||||
@@ -3,10 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Title</title>
|
<title>Title</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="stylesheet" href="../../../resources/css/bootstrap.min.css">
|
<link rel="stylesheet" href="../../resources/css/bootstrap.min.css">
|
||||||
<script src="../../../resources/js/jquery-3.5.0.min.js"></script>
|
<script src="../../resources/js/jquery-3.5.0.min.js"></script>
|
||||||
<script src="../../../resources/js/popper.min.js"></script>
|
<script src="../../resources/js/popper.min.js"></script>
|
||||||
<script src="../../../resources/js/bootstrap.min.js"></script>
|
<script src="../../resources/js/bootstrap.min.js"></script>
|
||||||
<style>
|
<style>
|
||||||
.w-14{
|
.w-14{
|
||||||
width : 6.4em;
|
width : 6.4em;
|
||||||
Reference in New Issue
Block a user