딱히 없음
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 -->
|
||||
<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" />
|
||||
|
||||
@@ -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>
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user