提交 ce5362a5 编写于 作者: 7 7wc98#14

commit

上级 08e8c582
......@@ -43,6 +43,8 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
.antMatchers("/sign?**").permitAll()
.antMatchers("/toCheckFrozen").permitAll()
.antMatchers("/static/**").permitAll()
.antMatchers("/static/css/bootstrap.min.css").permitAll()
.antMatchers("/static/js/bootstrap.min.js").permitAll()
.antMatchers("/static/**/**").permitAll()
.antMatchers("/static/**/**/**").permitAll()
.antMatchers("/images/**/**").permitAll()
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
[InternetShortcut]
URL=http://www.jq22.com/
IDList=
HotKey=0
jQuery插件库
http://www.jq22.com
找的更少,做的更多! jQuery插件库只为您提供最好的!
此差异已折叠。
此差异已折叠。
......@@ -19,7 +19,7 @@
</style>
</head>
<body>
<div style="margin: 20% 25%">
<div style="margin: 10% 25%">
<p th:if="${param.error}" class="bg-danger">有错误,请重试!</p>
<div class="starter-template">
<h1 th:text="${msg.title}"></h1>
......@@ -49,5 +49,147 @@
}
}
</script>
<link rel="stylesheet" href="../../static/css/footer.css">
<div class="footer-box">
<div class="footer-container">
<div class="footer-service clearfix">
<div class="footer-service-item footer-icon-001">
<i></i>
<span>专注于后端开发</span>
</div>
<div class="footer-service-item footer-icon-002">
<i></i>
<span>扎实编程能力</span>
</div>
<div class="footer-service-item footer-icon-003">
<i></i>
<span>学习能力强</span>
</div>
<div class="footer-service-item footer-icon-004">
<i></i>
<span>掌握多门编程语言</span>
</div>
</div>
<div class="footer-line"></div>
<div class="footer-links clearfix">
<dl class="footer-article-item">
<dt>擅长编程语言</dt>
<dd>
<a href="#">Java</a>
</dd>
<dd>
<a href="#">C/C++</a>
</dd>
<dd>
<a href="#">Python</a>
</dd>
</dl>
<dl class="footer-article-item">
<dt>关于开发者</dt>
<dd>
<a href="https://blog.csdn.net/qq_42896653" target="_blank">CSDN博客</a>
</dd>
<dd>
<a href="#">专注后端</a>
</dd>
<dd>
<a href="#">兼为前端</a>
</dd>
<dd>
<a href="#">数据分析</a>
</dd>
<dd>
<a href="#">专业出身</a>
</dd>
<dd>
<a href="https://blog.csdn.net/qq_42896653" target="_blank">联系我</a>
</dd>
</dl>
<dl class="footer-article-item">
<dt>擅长领域</dt>
<dd>
<a href="#">Java Web</a>
</dd>
<dd>
<a href="#">MFC客户端</a>
</dd>
<dd>
<a href="#">PyQT5</a>
</dd>
<dd>
<a href="#">Python 数据分析</a>
</dd>
<dd>
<a href="#">C/C++ 数据结构</a>
</dd>
<dd>
<a href="#">Java 后端</a>
</dd>
</dl>
<dl class="footer-article-item">
<dt>其他</dt>
<dd>
<a href="https://blog.csdn.net/qq_42896653" target="_blank">博客地址</a>
</dd>
<dd>
<a href=" https://github.com/pyc-ycy">Github</a>
</dd>
<dd>
<a href="https://gitee.com/pengyoucongcode">Gitee</a>
</dd>
</dl>
<dl class="footer-contact-item">
<h3>联系我们</h3>
<p>150-14366986</p>
<div class="footer-ewm">
<img src="images/vm.png" alt="">
<p>关注CSDN博客</p>
</div>
</dl>
</div>
<div class="footer-friend">
<div class="footer-friend-title">友情链接:</div>
<ul class="footer-friend-title-list clearfix">
<li>
<a href="http://www.baidu.com" target="_blank">百度一下</a>
</li>
<li>
<a href="https://www.runoob.com/" target="_blank">菜鸟教程</a>
</li>
<li>
<a href="https://mvnrepository.com/" target="_blank">Maven中心仓库</a>
</li>
<li>
<a href="https://www.bilibili.com/" target="_blank">B站</a>
</li>
<li>
<a href="http://c.biancheng.net/" target="_blank">C语言中文网</a>
</li>
<li>
<a href="https://www.w3school.com.cn/" target="_blank">W3Cschool</a>
</li>
<li>
<a href="https://www.runoob.com/linux/linux-tutorial.html" target="_blank">Linux学习</a>
</li>
<li>
<a href="https://www.runoob.com/bootstrap/bootstrap-tutorial.html" target="_blank">Bootstrap学习</a>
</li>
<li>
<a href="https://cn.vuejs.org/" target="_blank">Vuejs</a>
</li>
</ul>
<a href="#" class="footer-friend-more">更多 >></a>
</div>
<div class="footer-copyright">
<p>© 2017-2021 (彭友聪) 开发,并保留所有权利&nbsp;&nbsp;&nbsp;常年法律顾问: (深圳)律师事务所</p>
<p>
陆丰市河西街道xxxxx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#">
<img src="images/icon-footer.png" alt="">**网安备 0008899999xxxx号
</a>
</p>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
......@@ -19,7 +19,7 @@
</style>
</head>
<body>
<div style="margin: 20% 25%">
<div style="margin: 5% 25%">
<p th:if="${param.error}" class="bg-danger">有错误,请重试!</p>
<div class="starter-template">
<h1 th:text="${msg.title}"></h1>
......@@ -57,5 +57,147 @@
}
}
</script>
<link rel="stylesheet" href="../../static/css/footer.css">
<div class="footer-box">
<div class="footer-container">
<div class="footer-service clearfix">
<div class="footer-service-item footer-icon-001">
<i></i>
<span>专注于后端开发</span>
</div>
<div class="footer-service-item footer-icon-002">
<i></i>
<span>扎实编程能力</span>
</div>
<div class="footer-service-item footer-icon-003">
<i></i>
<span>学习能力强</span>
</div>
<div class="footer-service-item footer-icon-004">
<i></i>
<span>掌握多门编程语言</span>
</div>
</div>
<div class="footer-line"></div>
<div class="footer-links clearfix">
<dl class="footer-article-item">
<dt>擅长编程语言</dt>
<dd>
<a href="#">Java</a>
</dd>
<dd>
<a href="#">C/C++</a>
</dd>
<dd>
<a href="#">Python</a>
</dd>
</dl>
<dl class="footer-article-item">
<dt>关于开发者</dt>
<dd>
<a href="https://blog.csdn.net/qq_42896653" target="_blank">CSDN博客</a>
</dd>
<dd>
<a href="#">专注后端</a>
</dd>
<dd>
<a href="#">兼为前端</a>
</dd>
<dd>
<a href="#">数据分析</a>
</dd>
<dd>
<a href="#">专业出身</a>
</dd>
<dd>
<a href="https://blog.csdn.net/qq_42896653" target="_blank">联系我</a>
</dd>
</dl>
<dl class="footer-article-item">
<dt>擅长领域</dt>
<dd>
<a href="#">Java Web</a>
</dd>
<dd>
<a href="#">MFC客户端</a>
</dd>
<dd>
<a href="#">PyQT5</a>
</dd>
<dd>
<a href="#">Python 数据分析</a>
</dd>
<dd>
<a href="#">C/C++ 数据结构</a>
</dd>
<dd>
<a href="#">Java 后端</a>
</dd>
</dl>
<dl class="footer-article-item">
<dt>其他</dt>
<dd>
<a href="https://blog.csdn.net/qq_42896653" target="_blank">博客地址</a>
</dd>
<dd>
<a href=" https://github.com/pyc-ycy">Github</a>
</dd>
<dd>
<a href="https://gitee.com/pengyoucongcode">Gitee</a>
</dd>
</dl>
<dl class="footer-contact-item">
<h3>联系我们</h3>
<p>150-14366986</p>
<div class="footer-ewm">
<img src="images/vm.png" alt="">
<p>关注CSDN博客</p>
</div>
</dl>
</div>
<div class="footer-friend">
<div class="footer-friend-title">友情链接:</div>
<ul class="footer-friend-title-list clearfix">
<li>
<a href="http://www.baidu.com" target="_blank">百度一下</a>
</li>
<li>
<a href="https://www.runoob.com/" target="_blank">菜鸟教程</a>
</li>
<li>
<a href="https://mvnrepository.com/" target="_blank">Maven中心仓库</a>
</li>
<li>
<a href="https://www.bilibili.com/" target="_blank">B站</a>
</li>
<li>
<a href="http://c.biancheng.net/" target="_blank">C语言中文网</a>
</li>
<li>
<a href="https://www.w3school.com.cn/" target="_blank">W3Cschool</a>
</li>
<li>
<a href="https://www.runoob.com/linux/linux-tutorial.html" target="_blank">Linux学习</a>
</li>
<li>
<a href="https://www.runoob.com/bootstrap/bootstrap-tutorial.html" target="_blank">Bootstrap学习</a>
</li>
<li>
<a href="https://cn.vuejs.org/" target="_blank">Vuejs</a>
</li>
</ul>
<a href="#" class="footer-friend-more">更多 >></a>
</div>
<div class="footer-copyright">
<p>© 2017-2021 (彭友聪) 开发,并保留所有权利&nbsp;&nbsp;&nbsp;常年法律顾问: (深圳)律师事务所</p>
<p>
陆丰市河西街道xxxxx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#">
<img src="images/icon-footer.png" alt="">**网安备 0008899999xxxx号
</a>
</p>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
......@@ -19,7 +19,7 @@
</style>
</head>
<body>
<div style="margin: 20% 25%">
<div style="margin: 5% 25%">
<p th:if="${param.error}" class="bg-danger">有错误,请重试!</p>
<div class="starter-template">
<h1 th:text="${msg.title}"></h1>
......@@ -67,5 +67,147 @@
}
}
</script>
<link rel="stylesheet" href="../../static/css/footer.css">
<div class="footer-box">
<div class="footer-container">
<div class="footer-service clearfix">
<div class="footer-service-item footer-icon-001">
<i></i>
<span>专注于后端开发</span>
</div>
<div class="footer-service-item footer-icon-002">
<i></i>
<span>扎实编程能力</span>
</div>
<div class="footer-service-item footer-icon-003">
<i></i>
<span>学习能力强</span>
</div>
<div class="footer-service-item footer-icon-004">
<i></i>
<span>掌握多门编程语言</span>
</div>
</div>
<div class="footer-line"></div>
<div class="footer-links clearfix">
<dl class="footer-article-item">
<dt>擅长编程语言</dt>
<dd>
<a href="#">Java</a>
</dd>
<dd>
<a href="#">C/C++</a>
</dd>
<dd>
<a href="#">Python</a>
</dd>
</dl>
<dl class="footer-article-item">
<dt>关于开发者</dt>
<dd>
<a href="https://blog.csdn.net/qq_42896653" target="_blank">CSDN博客</a>
</dd>
<dd>
<a href="#">专注后端</a>
</dd>
<dd>
<a href="#">兼为前端</a>
</dd>
<dd>
<a href="#">数据分析</a>
</dd>
<dd>
<a href="#">专业出身</a>
</dd>
<dd>
<a href="https://blog.csdn.net/qq_42896653" target="_blank">联系我</a>
</dd>
</dl>
<dl class="footer-article-item">
<dt>擅长领域</dt>
<dd>
<a href="#">Java Web</a>
</dd>
<dd>
<a href="#">MFC客户端</a>
</dd>
<dd>
<a href="#">PyQT5</a>
</dd>
<dd>
<a href="#">Python 数据分析</a>
</dd>
<dd>
<a href="#">C/C++ 数据结构</a>
</dd>
<dd>
<a href="#">Java 后端</a>
</dd>
</dl>
<dl class="footer-article-item">
<dt>其他</dt>
<dd>
<a href="https://blog.csdn.net/qq_42896653" target="_blank">博客地址</a>
</dd>
<dd>
<a href=" https://github.com/pyc-ycy">Github</a>
</dd>
<dd>
<a href="https://gitee.com/pengyoucongcode">Gitee</a>
</dd>
</dl>
<dl class="footer-contact-item">
<h3>联系我们</h3>
<p>150-14366986</p>
<div class="footer-ewm">
<img src="images/vm.png" alt="">
<p>关注CSDN博客</p>
</div>
</dl>
</div>
<div class="footer-friend">
<div class="footer-friend-title">友情链接:</div>
<ul class="footer-friend-title-list clearfix">
<li>
<a href="http://www.baidu.com" target="_blank">百度一下</a>
</li>
<li>
<a href="https://www.runoob.com/" target="_blank">菜鸟教程</a>
</li>
<li>
<a href="https://mvnrepository.com/" target="_blank">Maven中心仓库</a>
</li>
<li>
<a href="https://www.bilibili.com/" target="_blank">B站</a>
</li>
<li>
<a href="http://c.biancheng.net/" target="_blank">C语言中文网</a>
</li>
<li>
<a href="https://www.w3school.com.cn/" target="_blank">W3Cschool</a>
</li>
<li>
<a href="https://www.runoob.com/linux/linux-tutorial.html" target="_blank">Linux学习</a>
</li>
<li>
<a href="https://www.runoob.com/bootstrap/bootstrap-tutorial.html" target="_blank">Bootstrap学习</a>
</li>
<li>
<a href="https://cn.vuejs.org/" target="_blank">Vuejs</a>
</li>
</ul>
<a href="#" class="footer-friend-more">更多 >></a>
</div>
<div class="footer-copyright">
<p>© 2017-2021 (彭友聪) 开发,并保留所有权利&nbsp;&nbsp;&nbsp;常年法律顾问: (深圳)律师事务所</p>
<p>
陆丰市河西街道xxxxx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#">
<img src="images/icon-footer.png" alt="">**网安备 0008899999xxxx号
</a>
</p>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册